Com. 112 – Ch2Post – Flashcards

Unlock all answers in this set

Unlock answers
question
Which error produces incorrect results but does not prevent the program from running?
answer
logic
question
The program development cycle is made up of how many steps that are repeated until no errors can be found in the program?
answer
five
question
What is the informal language that programmers use to create models of programs that have no syntax rules and are not meant to be compiled or executed?
answer
pseudocode
question
What structure is a set of statements that execute in the order they appear?
answer
sequence
question
Which symbol is used for an assignment statement in a flowchart?
answer
processing
question
Which mathematical operator is used to raise five to the second power?
answer
carrot (^)
question
The value of the expression 12 - 4 * 3 / 2 + 9 equals what?
answer
15
question
A name that represents a value that cannot be changed during the program's execution is called what?
answer
named constant
question
The process where the programmer steps through each of the program's statements one by one is called what?
answer
hand tracing
question
What is another term used for "desk checking"?
answer
hand tracing
question
The following is an example of what type of statement in pseudocode? *Set rate = 5.75*
answer
assignment
question
What symbol is used to mark the beginning and end of a string?
answer
quotation
question
Which of the following is not an actual programming language?
answer
pseudocode
question
What is the first step of the program development cycle?
answer
design the program
question
What term is used for a string that appears in the actual code of a program?
answer
string literal
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New