Exam 4: Introduction to Problem Solving and Control Statements

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

The expression d *= 4 is an abbreviation for:

(Multiple Choice)
4.8/5
(40)

What marks the end of the Do Until repetition statement?

(Multiple Choice)
4.9/5
(34)

Local variables must be ________.

(Multiple Choice)
4.7/5
(38)

The Do While…Loop statement behaves like a While…End While statement except _________.

(Multiple Choice)
4.8/5
(31)

To execute a program one statement at a time without entering the code of a called method,use the debugger's__________ command.

(Multiple Choice)
4.8/5
(27)

Because the condition of a While…End While statement is before the body,the body is executed only once after the condition becomes false.

(True/False)
4.7/5
(34)

The order of actions in an algorithm is irrelevant.

(True/False)
4.8/5
(36)

If…Then…Else selection statement allows you to specify that a different action (or sequence of actions)be performed when the condition is true than when the condition is false.

(True/False)
4.8/5
(42)

Which of the following is not a debugger feature?

(Multiple Choice)
4.9/5
(29)

Counter-controlled repetition is often called definite repetition because the number of repetitions is known before the loop begins executing.

(True/False)
4.8/5
(35)

For a ListBox,calling the Items property's __________ method removes all the items in the ListBox.

(Multiple Choice)
4.9/5
(39)

What is an algorithm?

(Multiple Choice)
4.9/5
(39)

Which of the following is a double-selection control statement?

(Multiple Choice)
4.7/5
(39)

Which of the following loop-continuation conditions would cause a While…End While statement to stop executing?

(Multiple Choice)
5.0/5
(37)

Programs can be written,compiled and executed with pseudocode.

(True/False)
4.7/5
(26)

The Do Until…Loop repetition structure tests a condition for falsity for repetition to continue.

(True/False)
4.9/5
(30)

If a While…End While statement's condition is initially false,the body statement(s)are not performed.

(True/False)
4.9/5
(44)

What is output in the GUI by the following Visual Basic code segment? What is output in the GUI by the following Visual Basic code segment?

(Multiple Choice)
4.8/5
(31)

An algorithm specifies only the order in which to solve a problem.

(True/False)
4.9/5
(31)

What is output in the GUI by the following Visual Basic code segment? What is output in the GUI by the following Visual Basic code segment?

(Multiple Choice)
4.9/5
(35)
Showing 21 - 40 of 73
close modal

Filters

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