Chapter 1 Review
Chapter 2 Review
Flowcharts
Chapter 1 Review Pt2
Chapter 2 Review Pt2
100

Components of an algorithm

What are input, processing, and output?

100

Multiplication is represented by what symbol

What is an asterisk

100
A parallelogram represents

What is input and output

100

Graphical representation of an algorithm.

What is a flowchart

100

The value 3 stored is

What is a numeric variable
200

Rules of programming languages

What is syntax


200

PEMDAS

What is the order of operation

200

The symbol that represents START and STOP 

What is an oval

200

Computer programs are also called

What is software

200

What is an algorithm

300

it translates programming language statements into machine language

What is a compiler or interpreter

300

Used to decrease the number of statements

What are modules

300

A rectangle represents

What is processing

300

The two most commonly used tools for planning a program’s logic

What are flowcharts and algorithms

300

Graphical representation of module

What is a hierarchy chart

400

An important task before planning the logic of a program

What is to Understand the problem

400

Non executing statements placed within code

What are comments (documentation)

400

The decision symbol is a

What is a diamond

400

Visual Basic, C++, and Java

What are programming languages

400

A message that asks a user for input

What is a prompt

500

The term eof represents

What is a sentinel value

500

The important parts of variable

What are the name and data type

500

Flowchart directional symbols

What are flow lines

500

Misspelling a programming language word

What is a syntax error

500

Three parts of a module

What are the header, the body and the return statement