What do the letters in the acronym CD-ROM stand for?
What is Compact Disk Read Only Memory
This event fires when an element has lost focus.
What is blur
How many colors are in a rainbow?
What is seven
What color do you get if you mix together the two colors that appear twice in the Google logo?
What is Purple
What is the full name of our CEO?
What is the name of the first computer?
What is ENIAC (Electronic Numerical Integrator and Computer)
What is the name of a mechanism that allows restricted resources on a web page to be accessed from another domain outside the domain from which the first resource was served?
What is CORS (Cross-origin resource sharing)
What color is a giraffe’s tongue?
Purple
One kilobyte is equal to how many bytes?
What is 1024
What company was the most recent acquisition by Evertz?
What is Studer
The "First Browser War" was between Microsoft Internet Explorer and which other web browser?
What is Netscape
If console.log(1 < 2 < 3) outputs true,
what does console.log(3 > 2 > 1) output?
What is false?
It compares left to right, so 3 > 2 > 1 JavaScript translates to true > 1. true has value 1, so it then compares 1 > 1, which is false.
In football, how many points does a touchdown have?
What is six
What does HTML stand for?
What is Hyper Text Markup Language
What year was Evertz founded?
1966
What is the name of Google Headquarters?
Google park, Google HQ, Googleplex, Googlecore
What is Googleplex
What does this output?
let arr =[1,2]
function test(array){
array = [1,2,3]
}
test(arr)
console.log(arr)
What is [1,2]
What is Starbucks’ logo?
What is a siren
True or False:
NASA’s reusable space shuttle in the 1970s had less code than our phones today
What is True
How long has Vince been VP of Software?
What is 12 years? (2011)
Voice actor Elwood Edwards recorded the famous “You’ve got mail!” announcement (as well as “Welcome,” File’s done,” and others) on a tape deck in his home. You’d know his voice if you had which Internet service provider in the 1990s?
What is AOL
What does this output?
greetings();
var greetings = function(){console.log('surinder is the best')};
greetings();
function greetings(){console.log('surinder is excited for the weekend')}
greetings()
surinder is excited for the weekend
surinder is the best
surinder is the best
What is a nine sided polygon?
What is a nonagon
What was the first programming language called?
What is FORTRAN (1964)
When will we get VPN?
You get a freebie! Choose another question