Com. 112 – Ch2Prep – Flashcards

Unlock all answers in this set

Unlock answers
question
What type of diagram graphically depicts the steps that take place in a program.
answer
flowchart
question
Which of the following is not a variable data type? { Number, Integer, Real, String
answer
number
question
What documentation is a reference guide that describes the features of the program, designed for the user?
answer
external
question
Programmers start writing code as the first step when they begin a new project.
answer
false
question
What structure of naming convention is to write the first word of the variable name in lowercase letters and then to capitalize the first character of the second and subsequent words.
answer
camelCase
question
The expressions (a + b) / c and a + b / c will always yield identical results.
answer
false
question
An uninitialized variable is a variable that has been declared and automatically initialized to zero.
answer
false
question
A named constant can be assigned a value using a Set statement.
answer
false
question
A sequence of characters that is used as data is called what?
answer
a string in programming
question
Ovals are used as terminal symbols marking the starting and end of the pseudocode.
answer
false
question
Programmers use pseudocode to create "mock-ups" of programs because they do not have to worry about what?
answer
syntax rules
question
It has been proven by a group of mathematicians that all programs can be written using only three structures.
answer
true
question
A variable is a storage location in memory that is represented by a name and can hold different values during the execution of the program.
answer
true
question
If you mistakenly write pseudocode into an editor for an actual programming language, such as Python or Visual Basic, what will happen?
answer
errors will result
question
Most programming languages do not automatically print spaces between multiple items that are displayed on the screen.
answer
true
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New