Information Technology, the Internet, and You
Privacy, Security, and Ethics
Microsoft Office Word
Microsoft Office Excel
Microsoft Office PowerPoint
100

It's a set of steps used to solve a problem. We use one to "do long division"

What is Algorithm 

100

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.

100

A numerical value that corresponds to a unique element in an array. Index values start at zero, so the first element in an array has an index value of 0.

What is Index

100

Information is lost when power is off.

What is volatile

100

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

What is a flowchart

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
Which term refers to a program construct that allows for a block of code to be repeated multiple times?
What is Loop
200

A variable type that holds whole numbers

What is an integer

200

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

What is a pseudocode 

300

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

What is Bit

300

1,073,741,824 bytes or 2^30 bytes.

What is a Gibibyte

300

A tag-based programming language designed to create websites.

What is HTML

300

How a computer displays or communicates information.

What is outputs

300

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

What is a secondary storage

400

A sequence of binary digits made up of eight bits. It has 256 possible values from 00000000 through 11111111.

What is Byte

400

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

What is Infinite Loop

400

In general, a programming construct that allows for a block of code to be repeated multiple times.

What is a Loop

400

Data passed to a function.

What is a Parameter

400

A variable type that represents a fraction.

What is a real/float?

500

The rules to correctly use a programming language

What is Syntax?

500

How a computer takes in information from the world. 

What is Input

500

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

What is TRUE

500

Does the calculations inside a computer.

What is a ALU

500

 A container for data. 

What is a variable 

M
e
n
u