A standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages
What is HTML
100
for (i = 0; i < 2; i++) {
alert("Hello");
}
What is Hello twice
100
This x-men character received their powers form a clash with Ms. Marvel
Who is Rogue
100
This person's role is responsible for gathering requirements
What is a business analyst
200
A programming language model organized around objects rather than "actions" and data rather than logic
What is OOP
200
var myNumber = "5";
if(myNumber === 5)
{
alert("I am 5");
}
What is nothing
200
What super villain was created when Emil Blonsky, a spy assigned to steal the research of Dr. Bruce Banner, accidentally exposed himself to a concentrated burst of gamma rays?
Who is Abomination
200
This person is responsible for maintaining a database is optimized, available, and backed up.
What is a DBA
300
A framework defining tasks performed at each step in the software development process?
What is SDLC
300
var a = 3;
var x = (100 + 50) * a;
alert(x);
What is 450
300
Who is the Scarlet Witch's twin brother?
Who is quicksilver
300
This person is responsible for writing documentation that helps people understand the use and purpose of a product or service
What is technical writer
400
Used for describing the presentation of a document written in a markup language?
What is CSS
400
function myFunction(a, b) {
return a + b;
}
alert( myFunction("4", "3"));
What is 43
400
What superhero gained his powers after being exposed to the Orb of Ra?
Who is Metamorpho
400
This person is responsible for the planning, procurement and execution of an effort.
What is a project manager
500
A special-purpose programming language designed for managing data held in a relational database management system?