Exam 2: Elements of High-Quality Programs
Exam 1: An Overview of Computers and Programming60 Questions
Exam 2: Elements of High-Quality Programs59 Questions
Exam 3: Understanding Structure60 Questions
Exam 4: Making Decisions60 Questions
Exam 5: Looping59 Questions
Exam 6: Arrays60 Questions
Exam 7: File Handling and Applications59 Questions
Exam 8: Advanced Data Handling Concepts60 Questions
Exam 9: Advanced Modularization Techniques60 Questions
Exam 10: Object-Oriented Programming60 Questions
Exam 11: More Object-Oriented Programming Concepts60 Questions
Exam 12: Event-Driven Gui Programming, Multithreading, and Animation60 Questions
Select questions type
When the first letter of a variable name is uppercase,as in HourlyWage,the format is known as ____ casing.
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
B
The ____ dictate the order in which operations in the same statement are carried out.
Free
(Multiple Choice)
4.7/5
(39)
Correct Answer:
A
As programs become larger and more complicated,the need for good planning and design ____ .
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
D
Match each term with a statement below.
-A program component's name
(Multiple Choice)
4.7/5
(44)
A ____ variable is not used for input or output,but instead is just a working variable that you use during a program's execution.
(Multiple Choice)
4.8/5
(39)
Programmers say that variables and constants declared within a module are ____ only within that module.
(Multiple Choice)
4.9/5
(36)
Depending on the programming language being used,modules are also known as ____ .
(Multiple Choice)
4.8/5
(41)
____ variables and constants are known to the entire program.
(Multiple Choice)
4.9/5
(42)
The mainline logic of almost every procedural computer program consists of these three distinct parts: ____ .
(Multiple Choice)
4.8/5
(38)
Program ___________________ are written explanations that are not part of the program logic but that serve as documentation for readers of the program.
(Short Answer)
4.8/5
(37)
____ is where a variable's data type or other information is stored as part of the name.
(Multiple Choice)
4.9/5
(43)
Match each term with a statement below.
-The act of repeating input back to a user either in a subsequent prompt or in output
(Multiple Choice)
4.8/5
(34)
Match each term with a statement below.
-Can hold text,such as letters of the alphabet,and other special characters,such as punctuation marks
(Multiple Choice)
4.8/5
(45)
Each programming language has a few reserved ____________________ that are not allowed as variable names because they are part of the language's syntax.
(Short Answer)
4.9/5
(33)
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.
(Multiple Choice)
4.8/5
(44)
Whole number variables are known as ____________________ variables.
(Short Answer)
4.9/5
(35)
Showing 1 - 20 of 59
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)