Exam 15: Im on the Inside; Youre on the Outside Nested Loops

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

In the Clock application, you have a(n) ____ loop display the number of seconds.

Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
Verified

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:
Verified

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:
Verified

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)

Like selection structures, repetition structures can be nested.

(True/False)
4.8/5
(35)

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)

A label control can have a scroll bar.

(True/False)
4.9/5
(44)
Showing 1 - 20 of 25
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)