CPU & Von Neumann Architecture
Memory & Storage
Computer Specifications
Optical & Magnetic Storage
Embedded Systems & OS
100

What is the ALU (Arithmetic Logic Unit)?

This component of the CPU is the "calculator" and handles mathematical operations.

100

This type of memory is volatile and stores instructions/data for currently running programs.

RAM

100

Two factors that improve CPU performance.

Clock speed and cache size

100

The laser in optical storage reads these gaps between pits.  

Lands

100

A computer designed for a specific task, like a coffee maker.

Embedded System

200

The design that stores instructions and data in memory as binary digits is named after this person.

John von Neumann

200

The three types of secondary storage devices.

Solid-state, optical, and magnetic.

200

What is quad-core?

The term for a processor with four cores.

200

This type of storage uses magnetized platters and a read/write head.

Magnetic Storage

200

What is an operating system (OS)?

The software that manages hardware-software interactions.

300

What is the Program Counter (PC)?

A register that holds the memory address of the next instruction to be fetched.

300

This non-volatile memory stores boot instructions and cannot be rewritten.

ROM

300

What are cores?

A cores are capable of running its own fetch-decode-execute cycle.

300

The binary representation of a "pit" in optical storage.

0

300

Two examples of general-purpose computers. 

Hint: You may have them with you right now.

Laptops and Smartphones

400

 What are buses?

Parallel wires that transport data between CPU components and memory.

400

What is volatile memory?

This term describes memory that loses data when power is turned off.

400

If you upgrade from a 2-core to a 4-core processor, why might some programs not run twice as fast?

1. Because not all programs can use multiple cores efficiently 

2. Because the program might not be designed to split its work across cores 

400

Which type of storage have slow read speeds and/or easily scratched?

Optical Storage

400

The role of the OS in "memory management."

Controlling where data is stored in RAM

500

What is gigahertz (GHz)?

The measurement of a CPU's clock speed.

500

Two reasons why secondary storage is needed despite having RAM.

  1. RAM is volatile (loses data when powered off).

  2. Secondary storage has larger capacity and is cheaper for long-term use.

  3. Accept any valid answer

500

For editing 4K videos, you’d prioritize these two hardware upgrades over others.

CPU cores (for rendering) and RAM (for large file handling)

500

The term for optical discs that can be written once

Write-once (R)

500

The first program loaded during startup, stored in ROM.

The BIOS