CPC 115- Ch 2: Assignment 3

25 July 2022
4.7 (114 reviews)
10 test answers

Unlock all answers in this set

Unlock answers (6)
question
A ____ variable is not used for input or output, but instead is just a working variable that you use during a program's execution.
answer
temporary
question
Declaring a starting value for a variable is known as ____ the variable.
answer
initializing
question
In most programming languages, before you can use any variable, you must include a ____ for it.
answer
declaration
question
A string variable can hold digits such as account numbers and zip codes.
answer
True
question
The process of breaking down a large program into modules is called ____.
answer
modularization
question
Programmers generally write programs as one long series of steps.
answer
False
question
All programming languages support four broad data types.
answer
False
question
____ is the process of paying attention to important properties while ignoring nonessential details.
answer
Abstraction
question
When a program has several modules calling other modules, programmers often use a program ____, which operates similarly to an organizational chart, to show the overall picture of how modules are related to one another.
answer
hierarchy chart
question
Programmers say the statements that are contained in a module have been ____.
answer
encapsulated