Exam 4: Introduction to Problem Solving and Control Statements

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

The three types of selection statements are:

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

D

How many times is the body of the loop below executed? How many times is the body of the loop below executed?

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

D

Which of the following is not included in an activity diagram for a control structure?

Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
Verified

B

What marks the end of a Do While…Loop repetition statement?

(Multiple Choice)
4.7/5
(21)

The off-by-one syntax error is frequently caused by using an incorrect relational operator in a loop's condition.

(True/False)
4.8/5
(37)

Placing a space character between the symbols that compose an abbreviated arithmetic assignment operator improves readability.

(True/False)
4.8/5
(32)

The phrase nested control statement refers to a control statement:

(Multiple Choice)
4.9/5
(31)

Using top-down,stepwise refinement properly results in pseudocode that can be naturally evolved into a Visual Basic program.

(True/False)
4.8/5
(32)

A repetition statement allows you to specify that an action should be repeated,depending on the value of:

(Multiple Choice)
4.9/5
(36)

Which of the following is true?

(Multiple Choice)
4.8/5
(30)

A Do Until…Loop structure allows you to specify that an action should repeat until:

(Multiple Choice)
4.9/5
(25)

Program control is best defined as:

(Multiple Choice)
4.7/5
(30)

a - = 3 can also be represented by the expression a = a - 3.

(True/False)
4.8/5
(27)

A While…End While statement allows the programmer to specify that an action should repeat while:

(Multiple Choice)
4.8/5
(35)

Which of the following are examples of control statements?

(Multiple Choice)
4.8/5
(33)

Counter-controlled repetition is also known as:

(Multiple Choice)
4.8/5
(27)

A Form's default Button is the one that will be pressed when the user presses the Enter key and is specified by setting the Form's __________ property to the appropriate Button.

(Multiple Choice)
4.8/5
(32)

What kind of language is pseudocode?

(Multiple Choice)
4.9/5
(36)

Having many levels of nesting improves program readability.

(True/False)
4.9/5
(30)

Logic errors prevent a program from compiling successfully and can cause a running program to produce incorrect results.

(True/False)
4.8/5
(33)
Showing 1 - 20 of 73
close modal

Filters

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