History/People
Protocols
Hardware/Networking
Command Line
Mystery
100

Creators of the C programming language

Dennis Richie and Brian Kernighan

100

Latest USB spec version

USB 4.0

100

Most ubiquitous monitor refresh rate

60 Hz

100

Command to send ICMP Echo Requests

ping

100

What series of low cost Intel CPUs was killed in 2023

Intel Celeron

200

What serial bus standard shortly predates USB

FireWire (IEEE 1394)

200

What IEEE standard defines floating-point arithmatic

IEE 754

200

What is the address block 127.0.0.0/8 reserved for

loopback/local networking

200

How are shell variables accesses

With a $

200

Do you want 200 points

Yes

300

Which came first: GNU or Linux

GNU

300

How many steps in the TCP handshake

3

300

What IP range is reserved for class B subnets

172.16.0.0/16

300

What will this command print

echo notes.md | tr t p

300

Name a Bluetooth version

1.0, 1.1, 1.2, 2.0, 2.1, 3.0, 4.0, 4.1, 4.2, 5.0,  5.1, 5.2, 5.3, 5.4, or 6.0

400

What company created the first household computer

Apple

400

What does HDMI stand for

High Definition Multimedia Interface

400

What does a KVM switch do

Allow keyboard, video, and mouse control of multiple machines 

400

What command loads kernel modules

insmod

400

What does this do?

main(){char*a;printf(a="main(){char*a;printf(a=%c%s%c,34,a,34);}",34,a,34);}

Prints a copy of it's source code (It's a quine)

500

What prominent company's name was chosen from a list of 10,000 computer generated words

Exxon

500

What is the nominal speed of QSFP+

40 Gb/s

500

This CPU architecture mandates that all instructions must complete in a single data memory cycle (cpu cycle)

RISC (Reduced Instruction Set Computer)

500

Where in /sys can you find information on your battery percentage

/sys/class/power_supply

500

How do you center a div?

You don't