Unit 1 Vocabulary
Unit 2 Vocabulary
Unit 3 Vocabulary
Unit 4 Vocabulary
Unit 5 Vocabulary
100

A set of steps or instructions to solve a problem

What is Algorithm?

100

Values, like numbers or letters, that don't have any meaning or context 

What is data?

100

True or false 

What is boolean?

100

Base 2 number system that only has the digits 0 and 1

What is binary?

100

A window that allows programmers to run and interact with code 

What is console?

200

A language that makes your algorithm (set of instructions) a reality  

What is code?

200

A collection of data saved by a software application  

What is file?

200

An error in the program

What is bug?

200

Thin, green bored's on the inside of a computer that contains electrical circuits 

What is circuit bored? 

200

The process of changing a variables data type 

What is type casting?

300

A device that requires input, processes it, stores it, and gives output  

What is computer?

300

The physical part of the computer such as the monitor, hard drive, and CPU

What is hardware?

300

The layout of the screen

What is interface?

300

An organised collection of values that is easy to access 

What is data structure?

300

A type of syntax error that occurs when the data type is different than what is expected

What is value error?

400

Information received from the computer, usually through an devise such as a monitor or screen   

What is output?

400

Programs or instructions that run on a computer

What is software?

400

A fault with the algorithm or structure of the program

What is logic error?

400

A non-decimal number 

What is integer?

400

A line of code that stores a value in a variable 

What is assignment statement?

500

Information from the outside world that is given to the computer; may use a device such as a button, mouse, key bored, or touchscreen

What is input?

500

Data that has meaning

What is information?

500

A mistake that violates the rules of language, usually a spelling or punctuation mistake  

What is syntax error?

500

A data type made up of one or more letters or numbers

What is string?

500

A symbol that allows us to put data inside a variable 

What is assignment operator?