Exam 6: Loop Structures

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

The ____ function provides a dialog box that asks the user for input and provides an input area.

(Multiple Choice)
4.8/5
(33)

Before deployment,an application should be ____.

(Multiple Choice)
4.8/5
(30)

Using a preset value for the variable tested in a loop condition is a process called ____ the loop.

(Multiple Choice)
4.7/5
(30)

A loop's ____ variable is a numeric variable that keeps track of the number of iterations the loop completes.

(Multiple Choice)
4.9/5
(38)

If ____ appears as the last line of a loop,the loop is a bottom-controlled Do loop that will stop execution when a condition becomes true.

(Multiple Choice)
4.9/5
(39)

A ____ loop is best used when the specific number of iterations required is known.

(Multiple Choice)
4.9/5
(41)

Loops cannot be nested.

(True/False)
4.9/5
(40)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Loop that should be used when code is to be executed a known,exact number of times

(Multiple Choice)
4.8/5
(38)

The compound operator ____ adds the value of the right operand to the value of the left operand and stores the result in the left operand's variable.

(Multiple Choice)
4.8/5
(33)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Objects that can be assigned a default value representing the most likely user input

(Multiple Choice)
4.9/5
(33)

If the user enters a numeric value in an InputBox object,the InputBox function will return a numeric data type.

(True/False)
4.9/5
(26)

A(n)____________________ loop is a loop placed completely inside another loop.

(Short Answer)
4.8/5
(32)

____ is a fundamental process that repeats instructions until a condition is true or while a condition is true.

(Multiple Choice)
4.8/5
(35)

Smart actions can be specified for a menu by using Action Tags._________________________

(True/False)
4.8/5
(28)

The ____ follows the keyword For in a For...Next loop.

(Multiple Choice)
4.9/5
(33)

When used in a menu name,the asterisk character is used to indicate that a character is a hot key._________________________

(True/False)
4.8/5
(32)

CASE Critical Thinking Questions Case 6-1 Chris is trying to decide which kind of loop is the best loop for him to use to solve a couple of different programming challenges that he faces. -Chris knows the exact number of repetitions he needs the loop to execute.Which of the following is the best choice for him?

(Multiple Choice)
4.8/5
(30)

The feature shown in the accompanying figure provides an easy way for you to specify ____ actions for an object as you design a form.

(Multiple Choice)
4.7/5
(29)

The ____________________ procedure of the Windows Form object closes a window and terminates a program.

(Short Answer)
4.8/5
(24)

A(n)____________________ value is the value in a For...Next loop that is added to,or subtracted from,the beginning value on each iteration of the loop.

(Short Answer)
4.8/5
(38)
Showing 61 - 80 of 112
close modal

Filters

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