Exam 5: Problem Solving and Control Statements

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

The Exit For statement causes immediate exit from the For…Next statement.

Free
(True/False)
4.8/5
(38)
Correct Answer:
Verified

True

Infinite loops occur when the loop-continuation condition in a _________ statement never becomes true.

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

C

The Do…Loop While repetition statement tests the condition the body of the loop executes.

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

C

The optional _________ keyword specifies the increment of the For…Next loop.

(Multiple Choice)
4.9/5
(35)

Which of the following will count down from 10 to 1 correctly,with no added or omitted numbers?

(Multiple Choice)
4.9/5
(36)

Counting loops should be controlled with values.

(Multiple Choice)
4.8/5
(38)

The Exit statement terminates a program.

(True/False)
5.0/5
(29)

If a CheckBox is "on" (checked),its __________ property is True;otherwise,it's False ("off").

(Multiple Choice)
4.9/5
(33)

Which of the following statements about the Continue statement is true?

(Multiple Choice)
4.8/5
(43)

In a Do…Loop While statement,the loop-continuation condition is tested at the end of the loop.

(True/False)
4.8/5
(37)

A control variable that is declared in a For…Next statement header may not be used outside of the body of the For…Next statement.

(True/False)
4.9/5
(38)

A Case Else must be provided for every Switch statement.

(True/False)
4.9/5
(31)

The placement of a larger value on the left side of keyword To in a Case statement is a logic error and causes the case to be ignored during program execution.

(True/False)
5.0/5
(35)

The statement,when executed in a loop,terminates the loop.

(Multiple Choice)
4.9/5
(32)

The first line of a For…Next statement sometimes is called the For…Next _________.

(Multiple Choice)
4.8/5
(38)

Identify the incorrect logical operator:

(Multiple Choice)
4.7/5
(33)

MessageBox method Show displays a message dialog,which is typically used to display an important message to the user.The arguments of MessageBox method Show are the message String,the String that's displayed in the dialog's title bar and predefined constants that specify the Button(s)and the icon to show on the dialog,respectively.

(True/False)
4.8/5
(32)

The performance feature for the evaluation of AndAlso and OrElse expressions is called:

(Multiple Choice)
4.8/5
(27)

For monetary calculations use the data type:

(Multiple Choice)
4.8/5
(31)

A CheckBox is known as a __________ button because it can be "on" or "off."

(Multiple Choice)
4.8/5
(39)
Showing 1 - 20 of 49
close modal

Filters

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