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?
This would be the command to select all entries from the Students table.
What is SELECT * FROM Students;?
135
10000111
This Harvard dropout co-founded Microsoft.
Who is Bill Gates?
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?
If a DHCP client is unable to reach a DHCP server, it will obtain the following.
What is an APIPA?
The command to select the first names and last names from the students table.
What is SELECT firstname, lastname FROM Students;?
248
11111000
This is the acronym for SQL
What is Structured Query Language?
This company is credited with inventing Ethernet Networking.
What is Xerox?
The shape and configuration of a piece of hardware is known as this.
What is its form factor?
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";?
43
00101011
This is the name of the main protagonist in the Legend of Zelda series of video games.
Who is Link?
The first web browser available for Microsoft's Windows OS.
What is Cello?
This port is used to transfer mail between mail servers on a network.
What is port 25?
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%";?
59
00111011
HP, Microsoft and Apple were all started in this section of a house.
What is a garage?
In old PCs, this was the function of the "Turbo" button.
What is make the computer run slower?
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?
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%";
57
00111001
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?
This is the first year the apple computer was released.
What is 1976?