Beginning Terms
More Terms
Computer Bliss
If I only knew
Loops
100

A set of 128 numeric codes that represent letters, various punctuation marks and other characters

ASCII

100

Informal language that has no syntax rules and is used for program design

Pseudocode

100

A set of rules that must be followed when writing a  program

Syntax

100

This type of syntax is used to test for a condition to be true before a block of code will execute

if statement

100
A running total that is the sum of numbers accumulated after each iteration of a loop.

Accumulator

200

A bit that is turned off is referred to as what value?

0

200

A diagram that graphically depicts steps in a program

Flowchart

200

This program translates a high-level program into a separate machine language program

Compiler

200

A compound Boolean expression with this operator is true if both expressions are true

and

200

This type of loop is a controlled loop and only runs a specific number of times

for loop

300

The number of bits that make up a byte

8

300

A piece of prewritten code that performs an operations. Print is an example of this

Function

300

This is the language a computer can understand

Machine language

300

You use this statement to write a dual alternative decision structure

if-else

300

This type of loop is called a pre-test loop

while loop

400

Memory that hold data for a long period of time

Secondary Storage

400

Explanation of different parts of a program as notes in the program

Comments

400

This program reads individual instructions from a high-level program, converts to machine language and immediately executes the instructions

Interpreter

400

These symbols are used in an if structure for logical testing (<, >, ==)

Relational

400

A special value that marks the end of a loop

Sentinel

500

Negative numbers are encoded using this

2's complement

500

A name that represents a storage location in the computer's memory

Variable

500

This type of error occurs when the program runs but does not give the intended result.

Logic

500

This type of variable has two values of True or False

Boolean

500

A loop that occurs when a programmer forgets to write code that will allow the loop to stop

Infinite loop

M
e
n
u