Programming 1
Programming 2
Booleans
Hardware
Technical Terms
100

A variable type that holds whole numbers

What is Integer 

100

A container for data.

What is Variable.

100

NOT(FALSE)

TRUE

100

This is how a computer takes in information from the world

What is Input

100

A binary digit with two possible values, 0 or 1.

What is a bit

200

A list or collection of similar things.

What is Array

200

A self-contained set of instructions for performing a specific task within a computer program.

What is a Function

200

NOT(NOT(FALSE))

What is FALSE

200

Data stored in this area of a computer remains when a computer is turned off.

What is an Secondary Storage

200

A sequence of binary digits containing 8 bits with 256 possible values from 00000000 through 11111111.

What is a byte 

300

An outline or draft of a program, done in shapes.

What is Flowchart

300

A variable type that represents a decimal number with a low number of decimal places.

What is a float

300

NOT(TRUE AND TRUE OR FALSE)

What is FALSE

300

How a computer displays or communicates information.

What is outputs

300

Represents a position or location. They tell a computer program where an action should take place by providing the location for the action.

What is address

400

A detailed outline or rough draft of a program. Done in words.

What is Pseudocode?

400

A programming construct that allows for a block of code to be executed without ever stopping.

What is Infinite Loop

400

NOT ( NOT ( NOT ( NOT ( NOT ( FALSE ) ) ) ) )

What is TRUE

400

Does the calculations inside a computer.

What is a ALU

400

Data passed to a function.

What is argument 

500

The rules to correctly use a programming language

What is Syntax

500

A set of (often repeated) steps used to solve a problem.

What is Algorithm

500

NOT(TRUE AND NOT(FALSE OR TRUE) OR FALSE)

What is a FALSE

500

Information is lost when power is off.

What is a Volatile

500

What do we call 1,073,741,824 bytes or 2^30 bytes?

What is a Gigabyte?

M
e
n
u