Exam 5: Looping
Exam 1: An Overview of Computers and Proramming51 Questions
Exam 2: Elements of High Quality Programs51 Questions
Exam 3: Understanding Structure51 Questions
Exam 4: Making Decisions51 Questions
Exam 5: Looping51 Questions
Exam 6: Arrays51 Questions
Exam 7: File Handling and Applications51 Questions
Exam 8: Advanced Data Handling Techniques51 Questions
Exam 9: Advanced Modularization Techniques51 Questions
Exam 10: Object Oriented Programming51 Questions
Exam 11: More Object Oriented Programming Concepts51 Questions
Exam 12: Event Driven Gui Programming Multithreading and Animation51 Questions
Exam 13: System Modeling With the Uml51 Questions
Exam 14: Using Relational Databases51 Questions
Select questions type
A mistake programmers often make with loops is that they ____.
(Multiple Choice)
4.8/5
(38)
____ is a technique with which you try to prepare for all possible errors before they occur.
(Multiple Choice)
4.7/5
(35)
Adding to a variable is called ____________________ the variable.
(Short Answer)
4.7/5
(35)
Match each term with a statement below.
Correct Answer:
Premises:
Responses:
(Matching)
4.7/5
(33)
It is the programmer's responsibility to initialize all variables that must start with a specific value.
(True/False)
4.8/5
(31)
In some cases, a loop control variable does not have to be initialized.
(True/False)
4.8/5
(38)
A(n) ____ is any numeric variable you use to count the number of times an event has occurred.
(Multiple Choice)
4.7/5
(42)
A comparison is correct only when the correct ____ and operator are used.
(Multiple Choice)
4.7/5
(25)
In a ____, the loop body might never execute because the question controlling the loop might be false the first time it is asked.
(Multiple Choice)
4.9/5
(39)
When one loop appears inside another, the loop that is contained is called the ____________________ loop.
(Short Answer)
4.8/5
(39)
Many loop control variable values are altered by ____, or adding to them.
(Multiple Choice)
4.8/5
(42)
A mistake programmers often make with loops is that they ____.
(Multiple Choice)
4.8/5
(36)
Once your logic enters the body of a structured loop, ____.
(Multiple Choice)
4.8/5
(42)
You can either increment or decrement the loop control variable.
(True/False)
4.7/5
(45)
When one loop appears inside another, the loop that contains the other loop is called the ____ loop.
(Multiple Choice)
4.8/5
(38)
Loops are frequently used to ____; that is, to make sure it is meaningful and useful.
(Multiple Choice)
4.9/5
(34)
Showing 21 - 40 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)