Computer Parts
Vocabulary 1
Vocabulary 2
Data Transmission
Conditionals and Other Concepts
50

Google Docs, The Sims 4, Mobile Apps and YouTube are all examples of this part of a computer system.

What is software?

50

RAM for short, these electronic circuits in a computer that can store code and data of running programs.

What is Random Access Memory?

50

A system that has a base-2, using only bits 0 and 1

What is Binary?
50

The first 5 numbers in the binary chart (pattern).

What is 1 2 4 8 16?

50

Etiquette (manners) for the Net. (email, message boards, chat, social media, etc.)

What is Netiquette?

100

Any physical part of a computer.

What is hardware?

100

This is the brains of the computer. This is where most calculations take place. Also called the CPU.

What is the Central Processing Unit.

100

Acronym for the Universal Serial Bus, an interface connection to a personal computer.

What is USB?

100

Typically a tiny square or dot which contains a single point of color of a larger image, short for "picture element".

What is (a) pixel?

100

The study of computers and computational systems.

What is Computer Science?

200

Input or Output: Keyboards, scanner, and microphones

What is input?

200

A printed circuit board containing the principal components of a computer or other device, with connectors into which other circuit boards can be slotted.

What is the motherboard?

200

A base-10 system that we use every day, consisting of the symbols 0 through 9

What is the Decimal Number System?

200

T or F: The number 1 is equal to false.

What is false?

200

T or F: PROPER Netiquette would be to write in all caps without punctuation and argue with others on a blog site.

What is False?

250
The list of steps of how a computer "works" (processes information) from start to finish.

What is input, storage, processing, and output? (must be in this order)

250

A high-capacity, self-contained storage device containing a read-write mechanism plus one or more hard disks, inside a sealed unit.

What is the (a) hard drive?

250

The smallest unit of storage. Represents one-digit (1 or 0)

What is a bit?

250

Considered the first person to create an algorithm and saw the potential to do more with the Analytical Engine created by Charles Babbage.

Who is Ada Lovelace?

250

A precise sequence of instructions for processes that can be executed by a computer.

What is an algorithm?

300

Microsoft XP, MacOS, and Linux are all examples are this.

What are (is an) operating system?

300

A printed circuit board that can be inserted into an electrical connector, or expansion slot on a computer motherboard to add functionality to a computer system via the expansion bus.

What is a (the) expansion card?
300

Data that changes discreetly through a finite set of possible values

What is Digital Data?

300

The process to help you solve problems by decomposing a problem into smaller pieces, identifying variables and patterns, and creating algorithms.

What is computational thinking?

300

"When the green flag is clicked, the sprite will more 200 spaces to the right. It will then increase in size by 10% and change the color effect by 20%." is an example of this part of planning your code.

What is a pseudocode?

350

This is used to connect a computer to the internet through a wireless connection.

What is a router?

350

Converts AC power from the wall outlet into the lower voltages of DC power required to power all components of the computer.

What is the Power Supply?

350

Greater than a Bit, represents 8-bits (digits). For example: 01010101

What is a Byte?

350

The base-2 (binary) number 10110 converted to the base-10 (decimal) system.

What is 22?

350

The combination of numbers, words, symbols, and formatting to tell a computer what to do in a way that it can understand.

What is programming language?

400

This is used to connect a computer to the internet through a wired connection.

What is an Ethernet cord or cable?

400

A read-only memory chip, often from a video game cartridge, a computer's firmware, or from an arcade game's main board.

What is ROM?

400

Values that change smoothly, rather than in discrete intervals, over time. For example, the pitch and volume of a live concert.

What is Analog Data?

400

The base-2 (binary) number 110101 converted to the base-10 (decimal) system

What is 53?

400

A diagram that outlines the steps in a process.

What is a flowchart?