Spider-Man
Name Game
X-Men
Avengers
Random
mutants/fantastic four
100

Who died in Peter's family before No Way Home?

Uncle Ben

100

The real name of Iron Man.


Who is Tony Stark?

100

MATH!!!

Solve for x in the equation:

x + 1 = 16

What is 15?

100

He sacrifices his life in Endgame. 

Who is Iron Man (Tony Stark)?

100

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.

100

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.

200

MATH!!!

Spider-Man debuted in 1962. If we rounded to the nearest ten, the year would become this.

What is 1960?

200

The real name of Hawkeye

Who is Clint Barton?

200

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?


200

What are exoplanets?

Planets orbiting stars outside our Solar System; detected by transit method or radial velocity (Doppler) method.

200

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.

200

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.

300

In the original Spider-Man movie, how did he get his powers?

Radio Active Spider Bite

300

Doctor Strange's real name.


Who is Steven Strange?

300

MATH!!!

Solve for x in the equation:

2x + 1 = 5

What is 2?

300

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.

300

What is Captain Americas Love interests Name from the First Captain America Movie

Who is Peggy Carter

300

who is the main villain in fantastic four first steps

galactus

600

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?

600

Buck Barnes' real name

James  Buchanan

600

This character has laser beams that shoot out of its eye.

Who is Cyclops?

600

hat are gravitational waves?

Ripples in spacetime produced when massive objects like black holes or neutron stars collide.

600

The character Black Panther first appeared in?

What is Captain America Civil War?

600

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.

800

Spider-Man bonded with what character to make his black suit?

Venom

800

Captain Marvel's real name.

Who is Carol Danvers?

800

MATH!!!

X-men are called Mutants. Solve the equation:

x2 - 1 = 35

What is 6 and -6?

800

The amount of Infinity Stones.

What is six?

800

What is debugging?

Debugging is the process of finding and fixing errors (bugs) in a program.

800

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.