What is 7 multiplied by 8?
56
What does HTML stand for?
Hypertext Markup Language
What popular video game franchise features Italian plumber?
Super Mario
What animated film tells the story of a young lion named Simba?
The Lion King
Solve for x: 3x + 12 = 30
6
In programming, what is a "variable"?
A container for storing data.
In "The Legend of Zelda" series, what is the name of the main character?
Link
Who is the arch-nemesis of Batman?
The Joker
Calculate the area of a rectangle with a length of 10 units and a width of 5 units.
50 square units
What is the purpose of the "if" statement in programming?
To conditionally execute code based on a specified condition.
What is the name of the evil genius in Sonic the hedgehog game series?
Dr. Eggman or Robotnik
What is the real name of the superhero known as Iron Man?
Tony Stark
what is the result of (5!)? factorial of 5
120
Explain the difference between a "compiler" and an "interpreter" in programming.
A compiler translates the entire source code into machine code before execution, while an interpreter translates and executes the code line by line.
What classic arcade game features a yellow, circular character that eats dots and avoids ghosts?
PACMAN
Name three members of the Avengers superhero team from Marvel.
Captain America, Black Widow, Hulk, Iron Man, Spider Man
Solve for x and y in the system of equations:
x + y = 7
2x - 3y = 4
x = 5
y = 2
Explain the difference between "stack" and "queue" data structures.
A stack is a Last-In, First-Out (LIFO) data structure, while a queue is a First-In, First-Out (FIFO) data structure.
Which video game is known for its battle royale mode, where 100 players fight to be the last one standing?
Fortnite
In DC Comics, what is the real name of the superhero known as Batman?
Bruce Wayne