Programming
Computer Hardware
Internet & Networking
Name That CS
List!
CS Fun Facts
100

This term refers to a “box” that stores a value, like a number or a string.

What is a variable?

100

This is the “brain” of the computer.

What is the CPU?

100

This three-letter acronym stands for the system we use to browse websites.

What is the WWW (World Wide Web)?

100

Name 5 programming languages.

Python, C, Java, JavaScript, C++.

100

This company created the first widely-used smartphone operating system called iOS.

What is Apple?

200

This type of error happens when your program breaks while it’s running.

What is a runtime error?


200

This type of storage loses its data when the computer is turned off.

What is RAM?


200

This is the unique address every device has on a network.

What is an IP address?

200

Name 6 parts of a computer’s hardware.

CPU, RAM, GPU, SSD, PSU, motherboard.

200

This famous computer scientist created the concept of the “Turing Machine.”

Who is Alan Turing?

300

This type of loop continues running until a specific condition becomes false, making it potentially run an unknown number of times.

What is a while loop?

300

This hardware component stores your long-term files and programs.

What is hard drive or SSD?

300

This protocol is used to transfer webpages securely.

What is HTTPS?

300

Name 7 types of files or file extensions used in computing.

.txt, .pdf, .jpg, .png, .exe, .html, .mp4.

300

This is the most popular programming language used for web styling.

What is CSS?

400

This control structure allows a program to choose between multiple branches based on the value of a single variable, often cleaner than writing many if-statements.

What is a switch statement?

400

This type of storage uses tiny electric charges trapped in cells to retain data even when the computer is powered off.

What is flash memory?


400

This device gives your home Wi-Fi signal.

What is a router?

400

Name 8 networking or internet-related technologies.

DNS, DHCP, HTTP, HTTPS, IP, TCP, Wi-Fi, Ethernet.

400

This 1972 video game, featuring two paddles and a bouncing dot, is often considered the first commercially successful arcade video game.

What is Pong?
500

This term describes converting high-level code into machine-readable instructions.

What is compiling?

500

This hardware component acts as a high-speed intermediary between the CPU and RAM, storing frequently accessed data to improve performance.

What is the cache?

500

This networking model describes 7 layers, from physical wires to applications.

What is the OSI model?

500

Name 8 types of algorithms used in computer science.

binary search, merge sort, Dijkstra’s, BFS, DFS, quicksort, A, hashing 

500

This law states that the number of transistors on a chip doubles roughly every two years.

What is Moore’s Law?