Exam 15: Im on the Inside; Youre on the Outside Nested 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
In the Clock application, you have a(n) ____ loop display the number of seconds.
Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
C
In the clock application, the entire nested loop must be contained within the outer loop in order to work properly.
Free
(True/False)
4.8/5
(31)
Correct Answer:
True
When writing a clock application, the minute hand on a clock is controlled by the ____ loop.
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
B
A programmer determines whether a problem's solution requires a nested loop by studying the problem ____.
(Multiple Choice)
4.9/5
(38)
When nesting loops, both repetition structures must be pretest loops.
(True/False)
4.8/5
(29)
To display minute values from 0 through 9 use the following syntax: for intMinutes = 0 to 9.
(True/False)
4.8/5
(41)
The ____ property indicates whether any scroll bars appear on the text box.
(Multiple Choice)
4.8/5
(46)
For a text box to include scroll bars, its ScrollBars and Multiline properties must be set appropriately.
(True/False)
5.0/5
(33)
In the Clock application, the Start button's ____ event procedure contains the loops.
(Multiple Choice)
4.8/5
(40)
A clock uses nested repetition structures to keep track of the time.
(True/False)
4.9/5
(32)
____ means that you can place one repetition structure within another repetition structure.
(Multiple Choice)
4.8/5
(38)
A text box can have ____, which allow you to view any information not currently showing in the control.
(Multiple Choice)
4.9/5
(40)
To include scroll bars on a text box, you need to change the ScrollBar property's setting from None to either Horizontal or Vertical.
(True/False)
4.9/5
(31)
You can prevent the user from editing the contents of a text box by setting the text box's ReadOnly property to True.
(True/False)
4.8/5
(44)
For a text box to contain scroll bars, its Multiline property must be set to True.
(True/False)
4.8/5
(31)
In the Clock application, you have a(n) ____ loop display the number of minutes.
(Multiple Choice)
4.9/5
(41)
When writing a clock application, the second hand on a clock is controlled by the ____ loop.
(Multiple Choice)
4.9/5
(41)
To display hour values from 0 through 3 type the following: ____.
(Multiple Choice)
4.7/5
(42)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)