A variable type that holds whole numbers
What is Integer
A container for data.
What is Variable.
NOT(FALSE)
TRUE
This is how a computer takes in information from the world
What is Input
A binary digit with two possible values, 0 or 1.
What is a bit
A list or collection of similar things.
What is Array
A self-contained set of instructions for performing a specific task within a computer program.
What is a Function
NOT(NOT(FALSE))
What is FALSE
Data stored in this area of a computer remains when a computer is turned off.
What is an Secondary Storage
A sequence of binary digits containing 8 bits with 256 possible values from 00000000 through 11111111.
What is a byte
An outline or draft of a program, done in shapes.
What is Flowchart
A variable type that represents a decimal number with a low number of decimal places.
What is a float
NOT(TRUE AND TRUE OR FALSE)
What is FALSE
How a computer displays or communicates information.
What is outputs
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
A detailed outline or rough draft of a program. Done in words.
What is Pseudocode?
A programming construct that allows for a block of code to be executed without ever stopping.
What is Infinite Loop
NOT ( NOT ( NOT ( NOT ( NOT ( FALSE ) ) ) ) )
What is TRUE
Does the calculations inside a computer.
What is a ALU
Data passed to a function.
What is argument
The rules to correctly use a programming language
What is Syntax
A set of (often repeated) steps used to solve a problem.
What is Algorithm
NOT(TRUE AND NOT(FALSE OR TRUE) OR FALSE)
What is a FALSE
Information is lost when power is off.
What is a Volatile
What do we call 1,073,741,824 bytes or 2^30 bytes?
What is a Gigabyte?