Who died in Peter's family before No Way Home?
Uncle Ben
The real name of Iron Man.
Who is Tony Stark?
MATH!!!
Solve for x in the equation:
x + 1 = 16
What is 15?
He sacrifices his life in Endgame.
Who is Iron Man (Tony Stark)?
What is the Hubble Space Telescope used for?
It orbits Earth and captures clear images of distant galaxies and stars, helping study the age and expansion of the universe.
What is an array?
An array is a collection of elements of the same data type, stored in consecutive memory locations and accessed using an index.
MATH!!!
Spider-Man debuted in 1962. If we rounded to the nearest ten, the year would become this.
What is 1960?
The real name of Hawkeye
Who is Clint Barton?
MATH!!!
Logan has three claws on each hand. This number, multiplied by three, gives you the total number of Logan's claws.
What is eighteen?
What are exoplanets?
Planets orbiting stars outside our Solar System; detected by transit method or radial velocity (Doppler) method.
What is the Gaganyaan Mission?
India’s first crewed space mission to send 2–3 astronauts into low Earth orbit (~400 km) for about 3 days.
What is the difference between source code and object code?
Source code: The code written by a programmer in a high-level language.
Object code: The translated version of source code in machine-readable format.
In the original Spider-Man movie, how did he get his powers?
Radio Active Spider Bite
Doctor Strange's real name.
Who is Steven Strange?
MATH!!!
Solve for x in the equation:
2x + 1 = 5
What is 2?
Differentiate between geostationary and polar orbit satellites.
Geostationary Satellite: Orbits above the equator, appears fixed, used for communication (e.g., INSAT).
Polar Orbit Satellite: Passes over both poles, covers the entire Earth, used for remote sensing and weather mapping.
What is Captain Americas Love interests Name from the First Captain America Movie
Who is Peggy Carter
who is the main villain in fantastic four first steps
galactus
MATH!!!
Peter Parker is a teenager. If you subtracted the youngest possible age of a teenager from the highest possible age, you would have this number.
What is six?
Buck Barnes' real name
James Buchanan
This character has laser beams that shoot out of its eye.
Who is Cyclops?
hat are gravitational waves?
Ripples in spacetime produced when massive objects like black holes or neutron stars collide.
The character Black Panther first appeared in?
What is Captain America Civil War?
What is AI programming?
AI programming involves writing code that enables computers to learn, reason, and make decisions, e.g., using Python libraries like TensorFlow or scikit-learn.
Spider-Man bonded with what character to make his black suit?
Venom
Captain Marvel's real name.
Who is Carol Danvers?
MATH!!!
X-men are called Mutants. Solve the equation:
x2 - 1 = 35
What is 6 and -6?
The amount of Infinity Stones.
What is six?
What is debugging?
Debugging is the process of finding and fixing errors (bugs) in a program.
What is meant by “syntax error” and “logical error”?
Syntax error: Mistake in code structure (e.g., missing brackets).
Logical error: Code runs but gives wrong results due to incorrect logic.