Software Engineering
Programming
Television
Books
Movies
100

What do you call a person who is involved in the development of a system?

Stakeholder

100

What is the output?

print("Hello World");

Hello World

100

Until 2000, Malaysia had a TV license. How much was it?

RM24

100

Who authored "On The Origin of Species"?

Charles Darwin

100

Who directed "Jaws" (1975)?

Steven Spielberg

200

An activity to preserve the software from failure or decline.

Software Maintenance

200

int x = 2;

int y = 4;

x = 16 + x;

print(x + y);

22

200

The "K" prefix on US television stations almost exclusively refer to what?

The station is west of the Mississippi River.

200

The story of a rebellious teenager, who keeps using the word "phony", written by J.D. Salinger.

The Catcher in the Rye

200

Film for movies was usually of what width?

35mm

300

What do you call a system that is no longer supported, but still see use?

Legacy systems

300

What is wrong with this Java line?

String album = x.toString()

No ';'

300

How many free-to-air channels are available in Malaysia with the use of a digital decoder?

16

300

By Joseph Conrad, it is the basis for "Apocalypse Now".

Heart of Darkness

300

In "Goldfinger" (1964), what was the drink James Bond and Auric Goldfinger had?

Mint Julep

400

In a Client-Server architecture pattern, the Client is referring to what?

The application installed into the device.

400

x = 1;

if(x!=1){ print("Blue");} 

No output

400

What is the name of Singapore's first television channel?

TV Singapura Channel 5

400

A commonly banned book by Vladimir Nabakov, includes themes of pedophilia.

Lolita

400

What is the name of the computer in "2001: A Space Odyssey" (1968)?

HAL9000

500

A quality attribute, describing a system's ability to meet timing requirements.

Performance

500

What is wrong?

const pi = 3.141592654;

pi = pi + 3;

print(pi);

You cannot redeclare a const variable.

500

When did South Africa introduce television service?

1976

500

A scream, as Walt Whitman calls in "Leaves of Grass".

Yawp

500

In the Shawshank Redemption (1994), which model was on the poster when the tunnel was discovered?

Raquel Welch

M
e
n
u