Exam 5: Looping
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
A comparison is correct only when the correct ____ and operator are used.
(Multiple Choice)
4.7/5
(37)
Match each term with a statement below.
-To add to a variable
(Multiple Choice)
4.7/5
(39)
Every high-level computer programming language contains a while statement.
(True/False)
4.8/5
(33)
Match each term with a statement below.
-To override incorrect data by setting the variable to a specific,predetermined value
(Multiple Choice)
4.8/5
(34)
It is the programmer's responsibility to initialize all variables that must start with a specific value.
(True/False)
4.9/5
(32)
Match each term with a statement below.
-Initialized before entering a while loop
(Multiple Choice)
4.9/5
(45)
A mistake programmers often make with loops is that they ____.
(Multiple Choice)
4.7/5
(42)
When one loop appears inside another is is called an indented loop.
(True/False)
4.9/5
(45)
Both the while loop and the for loop are examples of pretest loops.
(True/False)
4.7/5
(32)
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.8/5
(35)
When are you required to use a for statement,and what are the advantages of for statements?
(Essay)
4.8/5
(37)
Business reports that list only totals,with no individual item details,are called ____.
(Multiple Choice)
4.8/5
(34)
A posttest loop is sometimes called a ____________________ loop.
(Short Answer)
4.9/5
(39)
____ is a technique with which you try to prepare for all possible errors before they occur.
(Multiple Choice)
4.8/5
(46)
____________________ are frequently used to accumulate totals and to validate data.
(Short Answer)
4.8/5
(32)
Match each term with a statement below.
-Any numeric variable you use to count the number of times an event has occurred
(Multiple Choice)
4.7/5
(43)
Showing 41 - 59 of 59
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)