Exam 4: Making Decisions in a Program

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

Within a Visual Basic expression, logical operators are evaluated after any arithmetic or ____ operators in an expression.

(Multiple Choice)
4.8/5
(31)

The numbers chosen from the Visual Basic pseudo-random number generator are completely random because a definite mathematical algorithm is used to select them.

(True/False)
4.7/5
(31)

Explain what happens when you use the AndAlso operator.

(Essay)
4.8/5
(28)

Another term for a selection structure is a ____ structure.

(Multiple Choice)
4.8/5
(44)

Match each item with a statement below. a.ControlChars.NewLine constant f.AndAlso b.condition g.& c.> h.single-alternative selection structure d.dual-alternative selection structure i.OrElse e.< -The concatenation operator.

(Short Answer)
4.9/5
(30)

Match each item with a statement below. a.ControlChars.NewLine constant f.AndAlso b.condition g.& c.> h.single-alternative selection structure d.dual-alternative selection structure i.OrElse e.< -A logical operator where the compound condition evaluates to False only when both sub-conditions are False.

(Short Answer)
4.9/5
(35)

What are the similarities and differences between variables declared at the beginning of a procedure and variables declared within a statement block?

(Essay)
4.7/5
(36)

Describe the purpose of the text box CharacterCasing property.

(Essay)
4.9/5
(41)

The ____________________ structure indicates that a decision (based on some condition) needs to be made before any further processing can occur.

(Short Answer)
4.9/5
(42)

You use the ____ method to convert a string to lowercase.

(Multiple Choice)
5.0/5
(40)
Showing 41 - 50 of 50
close modal

Filters

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