Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Programming Logic and Design Comprehensive
Exam 2: Elements of High-Quality Programs
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
When the first letter of a variable name is uppercase,as in HourlyWage,the format is known as ____ casing.
Question 2
Multiple Choice
The ____ dictate the order in which operations in the same statement are carried out.
Question 3
Multiple Choice
As programs become larger and more complicated,the need for good planning and design ____ .
Question 4
Essay
Explain the purpose of detail loop tasks.
Question 5
Essay
Discuss why it is important to maintain good programming habits.
Question 6
Multiple Choice
Match each term with a statement below. -A program component's name
Question 7
Multiple Choice
A ____ variable is not used for input or output,but instead is just a working variable that you use during a program's execution.
Question 8
Multiple Choice
Programmers say that variables and constants declared within a module are ____ only within that module.
Question 9
Essay
Explain the purpose of temporary variables.
Question 10
Multiple Choice
Depending on the programming language being used,modules are also known as ____ .
Question 11
Multiple Choice
____ variables and constants are known to the entire program.
Question 12
Multiple Choice
The mainline logic of almost every procedural computer program consists of these three distinct parts: ____ .
Question 13
Short Answer
Program ___________________ are written explanations that are not part of the program logic but that serve as documentation for readers of the program.
Question 14
Essay
List three reasons for modularizing a large program.
Question 15
Multiple Choice
____ is where a variable's data type or other information is stored as part of the name.
Question 16
Multiple Choice
Match each term with a statement below. -The act of repeating input back to a user either in a subsequent prompt or in output
Question 17
Multiple Choice
Match each term with a statement below. -Can hold text,such as letters of the alphabet,and other special characters,such as punctuation marks
Question 18
Short Answer
Each programming language has a few reserved ____________________ that are not allowed as variable names because they are part of the language's syntax.
Question 19
Multiple Choice
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.