Unit 1
Unit 2
Unit 3
Unit 5
Potpourri
100

The single unit of information in a computer, typically represented as a 0 or 1

What is a bit?

100

Data that describes other data

What is metadata?

100

A programming language that captures only the most primitive operations available to a machine

What is a low level programming language? (examples of low level programming languages allowed)

100

A program designed to run blocks of code or functions in response to specified events

What is an event-driven program?

100

Default # of pixels in a turtle move forward command

What is 25?

200

Transmission capacity measure by bit rate

What is bandwidth?

200

1,000,000,000 bytes

What is a Gigabyte?

200

Loops that have a predetermined beginning, end, and increment

What are for loops?

200

A placeholder for a piece of information that can change

What is a variable

200

The best computer science class at LHS

What is Computer Science Principles with Mrs. Elmore?

300

The time it takes for a bit to travel from its sender to its receiver

What is latency?

300

Examples include JPEG, MPEG, and MP3

What is lossy compression?

300

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

What is an algorithm?

300

This symbol is read “gets”

What is the equals sign? 

Also acceptable: =

300

The largest 2 digit hex number

What is 255? or What is FF?

400

The service that translates URLs to IP addresses

What is the Domain Naming System?

400

To find a satisfactory solution where finding an optimal or exact solution is impractical or impossible

What is heuristic problem solving?

400

A collection of commands made available to a programmer

What is an API?

400

On-screen objects, like buttons, images, text boxes, pull down menus, screens and so on

What are UI (user interface) elements?

400

The value of this binary number in base ten: 1001(base 2)

What is 9?

500

A set of rules governing the exchange or transmission of data between devices

What is a protocol?

500

To input red, green, blue, and opacity to set pen color

What is penRGB(r, g, b, a);?

500

A collection of commands / functions, typically with a shared purpose

What is a library?

500

Dictates what portions of the code can "see" or use a variable, typically derived from where the variable was first created

What is variable scope?

500

This binary number in hex 1001 0111 0101 1010

What is 975A?

M
e
n
u