SQL Tetris
Flashback Flashbang
Bad to bine 3
Chaos Zone
IT History
100

This would be the command to select all entries from the Students table.

What is SELECT * FROM Students;?

100

This is the first thing you should do when you realize a loop is present.

What is disconnect the WAN from rooms you suspect to be the problem?

100

11011110

What is 222?

100

This FDA-approved telemedicine robot uses autonomous movement technology from the Roomba-making firm that shares what name with a Will Smith movie.

What is iRobot?

100

This company launched the very first website.

What is CERN?

200

The command to select the first names and last names from the students table.

What is SELECT firstname, lastname FROM Students;?

200

This command selects all entries from the Students table where their last name starts with a D.

What is SELECT * FROM Students

WHERE lastName LIKE "D%";?

200

00110101

What is 53?

200

This word is often abbreviated as Fn on a keyboard

What is function?

200

This is the name of the company that created Siri.

What is SRI/DARPA? (Either one is acceptable.)

300

This would be the command to select all entries from the students table where their last name is Smith.

What is SELECT * FROM Students

WHERE LastName = "Smith";?

300

*Daily Double*

The keyboard shortcut to create a new virtual desktop is the following:

What is Windows key + Ctrl + D?

300

11100111

What is 231?

300

In 1999 Shigetaka Kurita invented this keyboard additions for cell phones that would eventually replace emoticons and even get their own movie

What is Emojis?

300

The first webcam ever was deployed at Cambridge University in 1991 to monitor this.

What is a coffee pot?

400

This command selects all entries from the Students table where their last name starts with a D.

What is SELECT * FROM Students

WHERE lastName LIKE "D%";?

400

This command builds a detailed power consumption report for your PC, letting you know of any system faults that might increase power consumption.

What is powercfg /energy?

400

10000111

What is 135?

400

Pierre Omidyar founded thispopular online auction company in 1995 out of San Jose, California

What is eBay?

400

The first 5MB hard drive weighed approximately this much.

What is 2000 pounds?

500

The command to select all entries from the students table where their first name starts with a P and their last name starts with a T.

What is SELECT * FROM Students

WHERE firstname LIKE "P%"

AND lastname LIKE "T%";

500

This port uses MySQL.

What is port 3306?

500

01100101

What is 101?

500

This popular operating system, launched in 1991, also has its own mascot, Tux the penguin.

What is Linux?

500

This was the first computer to be marketed as a "laptop".

What is the Gavilan SC?