It's a set of steps used to solve a problem. We use one to "do long division"
What is an Algorithm
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 numerical value that corresponds to a unique element in an array. These values start at zero, so the first element in an array would have a "this" of 0.
What is an Index
He is considered to be the father of Computing/Computers.
Who is Charles Babbage
An outline or draft of a program, done in shapes.
What is a flowchart
1 x 109 in decimal or 1,073,741,824 bytes or 230 bytes.
What is a Gigabyte
A self-contained set of instructions for performing a specific task within a computer program.
What is a Function
This type of system software that manages computer hardware and software resources and provides common services for computer programs.
What is an Operating System
A variable type that holds whole numbers
What is an integer
The setting that erases all data and information on a device.
What is factory reset
A binary digit with two possible values, 0 or 1.
What is Bit
A collection or list of things.
What is an Array
A tag-based programming language designed to create websites.
What is HTML
How a computer displays or communicates information to the user.
What is outputs
This delicious computer term is used by web developers to refer to information that is sent from the browser to the web server
What is Cookie
A sequence of binary digits made up of eight bits. It has 256 possible values from 00000000 through 11111111.
What is Byte
A programming construct that allows for a block of code to be executed without ever stopping.
What is Infinite Loop
In general, a programming construct that allows for a block of code to be repeated multiple times.
What is a Loop
Data passed to a function.
What is a Parameter
A variable type that represents a fraction.
What is a real/float?
The set of rules that are needed to correctly use a programming language
What is Syntax?
How a computer takes in information from the world.
What is Input
NOT ( NOT ( NOT ( NOT ( NOT ( FALSE ) ) ) ) )
What is TRUE
Does the calculations inside a computer.
What is a ALU
A container for data.
What is a variable