Movies
Music
C# codding
Games
General knowledge
100

In The Matrix, does Neo take the blue pill or the red pill?

Red

100

‘Smells Like Teen Spirit’ was a hit for which grunge band?

Nirvana

100

Which of the following converts a type to a byte value in C#?

ToByte

100

What is a ‘PVP’?

Player vs Player

100

How many days does it take for the Earth to orbit the Sun?

365

200

Who directed Titanic, Avatar and The Terminator?

 James Cameron

200

What is the name of the Spice Girls first number 1 hit?

Wannabe

200

Which of the following operator returns the address of an variable in C#?

&

200

Blizzard Entertainment is most well known for what video game franchise?

World of Warcraft

200

How many time zones are there in Russia?

11

300

In the Avengers movies, what is the name of Thor's hammer?

Mjölnir

300

Jimmy, Robert, John and John: can you identify this rock band from the first names of their original line-up?

Led Zeppelin

300

Which of the following method copies the reference to the memory location of an argument into the formal parameter?

Reference parameters

300

Which Game Series Features Cities Called Vice City, Liberty City, And San Andreas?

Grand Theft Auto.

300

How many stripes are there on the US flag?

13

400

What does Tom Hanks compare life to in Forrest Gump?

A box of chocolates

400

Roger Taylor is the drummer in which band?

Queen

400

int x = 8; int b = 16; int c = 64;
x /= c /= b;
Console.WriteLine(x + " " + b+ " " +c);


2 16 4

400

Which French Video Game Company Publishes The Far Cry Series?

Ubisoft

400

What’s the national flower of Japan?

Cherry blossom

500

What is the name of the second James Bond film?

From Russia With Love

500

Reginald Kenneth Dwight is better known by what name?

Elton John

500

fun1(ref int num)    
{
    num = num * num * num;
}
int num = 2;
fun1 (ref num);
Console.WriteLine(num);

8

500

Which Game Developer Released Four “Game Of The Year” Games

Todd Howard

500

Until 1923, what was the Turkish city of Istanbul called?

Constantinople