Make My Jeopardy

Computer Science Basics Jeopardy

Hardware, algorithms, binary, loops, and the people behind computing, bundled into a review game that is free to copy and buzzed from student phones.

6 categories · 30 clues · Final Jeopardy · everyone buzzes in from their phone

Copies all 30 clues into an editor of your own. Free, no account needed.

Every clue on this board

This page is public, so anyone can read the answers — copy the board and swap a few clues before game day.

Hardware

  1. $200

    This computer component is often called the brain of the computer and carries out instructions.

    What is the CPU (central processing unit)?

  2. $400

    This type of computer memory is erased whenever the power is turned off, unlike storage on a hard drive.

    What is RAM?

  3. $600

    This input device uses a rolling ball or optical sensor and lets a user point and click on the screen.

    What is a mouse?

  4. $800

    This type of storage device has no moving parts and uses flash memory to read and write data faster than a traditional hard drive.

    What is a solid-state drive (SSD)?

  5. $1,000

    Invented in the late 1940s, this tiny hardware component replaced bulky vacuum tubes and let computers shrink dramatically in size.

    What is the transistor?

Software

  1. $200

    This type of software manages a computer's hardware and lets other programs run, with Windows and macOS as common examples.

    What is an operating system?

  2. $400

    This kind of harmful software is designed to damage, disrupt, or gain unauthorized access to a computer system.

    What is malware?

  3. $600

    This type of software is distributed for free at first but asks users to pay if they keep using it after a trial period.

    What is shareware?

  4. $800

    This category of software, which includes word processors and spreadsheets, is built to let users complete a specific task on a computer.

    What is application software (an app)?

  5. $1,000

    This process involves finding and fixing errors in a computer program before it is released.

    What is debugging?

Algorithms

  1. $200

    This word describes a step-by-step set of instructions for solving a problem or completing a task.

    What is an algorithm?

  2. $400

    This process arranges a list of items into a particular order, such as from smallest to largest.

    What is sorting?

  3. $600

    This search method repeatedly splits a sorted list in half to quickly find a target value.

    What is binary search?

  4. $800

    This algorithmic technique solves a problem by having a function call itself on smaller versions of that same problem.

    What is recursion?

  5. $1,000

    This term describes how the time or memory an algorithm needs grows as the size of its input grows.

    What is complexity?

Binary and Data

  1. $200

    This number system used by computers has only two possible digits, 0 and 1.

    What is binary?

  2. $400

    This is the smallest unit of data in computing, representing a single 0 or 1.

    What is a bit?

  3. $600

    This unit of data is made up of eight bits and is commonly used to measure file size.

    What is a byte?

  4. $800

    In binary, the decimal number ten is written using these four digits.

    What is 1010?

  5. $1,000

    Based on 16 digits that run from 0 through 9 and then A through F, this numbering system is often used to represent colors and memory addresses.

    What is hexadecimal?

Coding Vocabulary

  1. $200

    In programming, this term names a stored value that can change while a program runs, such as a score or a counter.

    What is a variable?

  2. $400

    This programming structure repeats a block of code multiple times, such as a for or while structure.

    What is a loop?

  3. $600

    This programming structure lets a program make a decision, running different code depending on whether a condition is true or false.

    What is a conditional (an if-statement)?

  4. $800

    This term names a named, reusable block of code that performs a specific task and can be called by other parts of a program.

    What is a function?

  5. $1,000

    This term describes an error in a program that causes it to behave incorrectly or crash.

    What is a bug?

Computing Pioneers

  1. $200

    This co-founder of Apple, alongside Steve Wozniak, later became known for his black turtleneck and product launches.

    Who is Steve Jobs?

  2. $400

    This Microsoft co-founder became one of the world's richest people before shifting his focus to global health philanthropy.

    Who is Bill Gates?

  3. $600

    This British mathematician and codebreaker proposed a test to evaluate whether a machine can exhibit intelligent behavior indistinguishable from a human.

    Who is Alan Turing?

  4. $800

    This computer scientist and United States Navy rear admiral helped develop one of the first compilers and popularized the term debugging.

    Who is Grace Hopper?

  5. $1,000

    This English engineer and computer scientist invented the World Wide Web while working at CERN in 1989.

    Who is Tim Berners-Lee?

Final Jeopardy — Computing Pioneers

Often called the first computer programmer, this 19th-century English mathematician wrote about Charles Babbage's Analytical Engine.

Who is Ada Lovelace?

How to run this board

Intro computer science covers a lot of vocabulary before students write much code, and this board consolidates it: hardware components, software concepts, what makes an algorithm, binary and how computers store data, coding terms like loop and variable, and the pioneers who built the field.

The binary category works best with a whiteboard handy for quick conversions. For the algorithms questions, accept any answer that shows the idea of precise, ordered steps; the vocabulary will firm up later, but the concept has to land now.

More from the library

Spotted a clue that's wrong or out of date? Tell us and we'll fix the board. Or start from a blank board and write your own.