In The Matrix, does Neo take the blue pill or the red pill?
Red
‘Smells Like Teen Spirit’ was a hit for which grunge band?
Nirvana
Which of the following converts a type to a byte value in C#?
ToByte
What is a ‘PVP’?
Player vs Player
How many days does it take for the Earth to orbit the Sun?
365
Who directed Titanic, Avatar and The Terminator?
James Cameron
What is the name of the Spice Girls first number 1 hit?
Wannabe
Which of the following operator returns the address of an variable in C#?
&
Blizzard Entertainment is most well known for what video game franchise?
World of Warcraft
How many time zones are there in Russia?
11
In the Avengers movies, what is the name of Thor's hammer?
Mjölnir
Jimmy, Robert, John and John: can you identify this rock band from the first names of their original line-up?
Led Zeppelin
Which of the following method copies the reference to the memory location of an argument into the formal parameter?
Reference parameters
Which Game Series Features Cities Called Vice City, Liberty City, And San Andreas?
Grand Theft Auto.
How many stripes are there on the US flag?
13
What does Tom Hanks compare life to in Forrest Gump?
A box of chocolates
Roger Taylor is the drummer in which band?
Queen
int x = 8; int b = 16; int c = 64;
x /= c /= b;
Console.WriteLine(x + " " + b+ " " +c);
2 16 4
Which French Video Game Company Publishes The Far Cry Series?
Ubisoft
What’s the national flower of Japan?
Cherry blossom
What is the name of the second James Bond film?
From Russia With Love
Reginald Kenneth Dwight is better known by what name?
Elton John
fun1(ref int num)
{
num = num * num * num;
}
int num = 2;
fun1 (ref num);
Console.WriteLine(num);
8
Which Game Developer Released Four “Game Of The Year” Games
Todd Howard
Until 1923, what was the Turkish city of Istanbul called?
Constantinople