Components of an algorithm
What are input, processing, and output?
Multiplication is represented by what symbol
What is an asterisk
What is input and output
Graphical representation of an algorithm.
What is a flowchart
The value 3 stored is
Rules of programming languages
What is syntax
PEMDAS
What is the order of operation
The symbol that represents START and STOP
What is an oval
Computer programs are also called
What is software
What is an algorithm
it translates programming language statements into machine language
What is a compiler or interpreter
Used to decrease the number of statements
What are modules
A rectangle represents
What is processing
The two most commonly used tools for planning a program’s logic
What are flowcharts and algorithms
Graphical representation of module
What is a hierarchy chart
An important task before planning the logic of a program
What is to Understand the problem
Non executing statements placed within code
What are comments (documentation)
The decision symbol is a
What is a diamond
Visual Basic, C++, and Java
What are programming languages
A message that asks a user for input
What is a prompt
The term eof represents
What is a sentinel value
The important parts of variable
What are the name and data type
Flowchart directional symbols
What are flow lines
Misspelling a programming language word
What is a syntax error
Three parts of a module
What are the header, the body and the return statement