Exam 13: Do It, Then Ask Permission Posttest Loops
Exam 1: I Am Not a Control Freak Control Structures10 Questions
Exam 2: First You Need to Plan the Party Problem-Solving Process46 Questions
Exam 3: I Need a Tour Guide Introduction to Visual Basic 201050 Questions
Exam 4: Do It Yourself Designing Designing Interfaces25 Questions
Exam 5: The Secret Code Assignment Statements25 Questions
Exam 6: Where Can I Store This Variables and Constants25 Questions
Exam 7: Whats Wrong With It Syntax and Logic Errors25 Questions
Exam 8: Decisions, Decisions, Decisions Selection Structure25 Questions
Exam 9: Time to Leave the Nest Nested Selection Structures25 Questions
Exam 10: So Many Pathsso Little Time Multiple-Alternative Selection Structures25 Questions
Exam 11: Testing, Testing1,2,3 Selecting Test Data25 Questions
Exam 12: How Long Can This Go on Pretest Loops25 Questions
Exam 13: Do It, Then Ask Permission Posttest Loops23 Questions
Exam 14: Let Me Count the Ways Counter-Controlled Loops25 Questions
Exam 15: Im on the Inside; Youre on the Outside Nested Loops25 Questions
Exam 16: I Hear You Are Breaking up Sub Procedures25 Questions
Exam 17: Talk to Me Function Procedures25 Questions
Exam 18: A Ray of Sunshine One-Dimensional Arrays25 Questions
Exam 19: Parallel and Dynamic Universes More on One-Dimensional Arrays25 Questions
Exam 20: Table Tennis, Anyone Two-Dimensional Arrays25 Questions
Exam 21: Building Your Own Structure Structures25 Questions
Exam 22: Im Saving for the Future Sequential Access Files25 Questions
Exam 23: The String Section String Manipulation25 Questions
Exam 24: Im Suffering From Information Overload Access Databases25 Questions
Exam 25: The Missing Linq Querying a Database19 Questions
Exam 26: I Love This Class Creating a Class25 Questions
Exam 27: Getting Web-Ified Web Applications25 Questions
Select questions type
A pretest loop is easier to write and understand than a posttest loop with a selection structure.
Free
(True/False)
4.9/5
(34)
Correct Answer:
True
When a posttest loop is placed in a selection structure, the loop will be processed only when the selection structure's condition evaluates to True.
Free
(True/False)
4.9/5
(39)
Correct Answer:
True
The Do…Loop statement can be used to code a pretest loop as well as a posttest loop.
Free
(True/False)
4.9/5
(43)
Correct Answer:
True
____ loops should be used only when their instructions must be processed at least once.
(Multiple Choice)
4.7/5
(34)
You are given the following statement: Do ... Loop Until intCounter > intNumTimes.
The Until intCounter > intNumTimes represents a _____.
(Multiple Choice)
4.9/5
(42)
In the pretest syntax for a Do…Loop statement, the {While | Until} condition section is part of the ____ clause.
(Multiple Choice)
4.9/5
(41)
A repetition structure can be either a pretest loop or a posttest loop.
(True/False)
4.8/5
(34)
You may test an initial condition of a posttest loop by ____.
(Multiple Choice)
4.8/5
(35)
In the posttest syntax, the condition is evaluated before the loop instructions are processed.
(True/False)
4.8/5
(45)
In the pretest syntax, the condition is evaluated after the loop instructions are processed.
(True/False)
4.8/5
(46)
The difference between pretest and posttest loops pertains to how the accumulator is evaluated.
(True/False)
4.8/5
(33)
In the posttest syntax, the only purpose of the Do clause is to mark the beginning of the loop.
(True/False)
5.0/5
(41)
Pretest loops should be used only when their instructions must be processed at least once.
(True/False)
4.7/5
(38)
The diamond that represents the condition appears at the top of the loop in the flowchart of a posttest loop.
(True/False)
4.9/5
(29)
The instructions in a pretest loop will be processed at least once.
(True/False)
4.8/5
(31)
One problem with posttest loops is that they always execute at least once. You can fix the problem in the Posttest Loop button's code by placing the posttest loop in a(n) ____ structure.
(Multiple Choice)
4.8/5
(28)
The ____ loop condition is evaluated before the instructions within the loop are processed.
(Multiple Choice)
4.9/5
(33)
Showing 1 - 20 of 23
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)