A+ or Networking
The Best SQL
Bad to the Bine
Chaos Zone
IT History
100

The main electronic circuit board in a PC, and typically holds the CPU, memory, various pieces of control logic, and expansion.

What is the motherboard?

100

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

What is SELECT * FROM Students;?

100

135

10000111

100

This Harvard dropout co-founded Microsoft.

Who is Bill Gates?

100

This person is known for developing the validation software for COBOL and its compiler as part of a COBOL standardization program for the entire Navy.

Who is Grace Hopper?

200

If a DHCP client is unable to reach a DHCP server, it will obtain the following.

What is an APIPA?

200

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

What is SELECT firstname, lastname FROM Students;?

200

248

11111000

200

This is the acronym for SQL

What is Structured Query Language?

200

This company is credited with inventing Ethernet Networking.

What is Xerox?

300

The shape and configuration of a piece of hardware is known as this.

What is its form factor?

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

43

00101011

300

This is the name of the main protagonist in the Legend of Zelda series of video games.

Who is Link?

300

The first web browser available for Microsoft's Windows OS.

What is Cello?

400

This port is used to transfer mail between mail servers on a network.

What is port 25?

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

59

00111011

400

HP, Microsoft and Apple were all started in this section of a house.

What is a garage?

400

In old PCs, this was the function of the "Turbo" button.

What is make the computer run slower?

500

The unauthorized use of any digital service or device that is not formally approved of and supported by the IT department.

What is Shadow IT?

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

57

00111001

500

The first "rickroll" occurred on 4chan's video game board and was disguised as a trailer for this game.

What is Grand Theft Auto IV?

500

This is the first year the apple computer was released.

What is 1976?