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 variable starts with a lowercase letter and any subsequent word begins with an uppercase letter,this is called ____.
(Multiple Choice)
4.9/5
(39)
The process of naming program variables and assigning a type to them is called ____ variables.
(Multiple Choice)
4.8/5
(41)
Programmers say the statements that are contained in a module have been ____.
(Multiple Choice)
4.9/5
(32)
Most modern programming languages require that program statements be placed in specific columns.
(True/False)
4.8/5
(37)
Programmers generally write programs as one long series of steps.
(True/False)
4.8/5
(40)
Match each term with a statement below.
-The feature of programs that assures you a module has been tested and proven to function correctly
(Multiple Choice)
4.9/5
(35)
In a flowchart,an ____ is most often represented by a three-sided box that is connected to the step it references by a dashed line.
(Multiple Choice)
4.7/5
(32)
Programmers refer to programs that contain meaningful names as ____.
(Multiple Choice)
4.9/5
(42)
List three design features that you can use while creating programs to make them easier to write and maintain.
(Essay)
4.8/5
(37)
A(n)____ is similar to a variable,except it can be assigned a value only once.
(Multiple Choice)
4.8/5
(34)
Match each term with a statement below.
-A statement that provides a data type and an identifier for a variable
(Multiple Choice)
4.8/5
(39)
The process of breaking down a large program into modules is called ____.
(Multiple Choice)
4.8/5
(37)
Because one memory location can be used repeatedly with different values,you can write program instructions once and then use them for thousands of separate calculations
(True/False)
4.8/5
(41)
Match each term with a statement below.
-Named memory locations whose contents can vary or differ over time
(Multiple Choice)
4.9/5
(43)
Match each term with a statement below.
-The feature of programming languages that prevents assigning values of an incorrect data type
(Multiple Choice)
4.7/5
(35)
____ is the process of paying attention to important properties while ignoring nonessential details.
(Multiple Choice)
4.8/5
(37)
Showing 41 - 59 of 59
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)