Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Microsoft Visual Basic
Quiz 4: Making Decisions in a Program
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
When you use the ____ operator to combine two sub-conditions, the resulting compound condition evaluates to True only when both sub-conditions are True.
Question 22
Multiple Choice
If the intAge variable contains the number 30, the condition If intAge > 20 AndAlso intAge < 30 Then will evaluate to
Question 23
Multiple Choice
Programmers refer to the process of verifying that the input data is within the expected range as ____.
Question 24
Short Answer
____________________ tables summarize how the computer evaluates the logical operators in an expression.
Question 25
Multiple Choice
Truth tables summarize how the computer evaluates the ____ operators in an expression.
Question 26
Multiple Choice
Within a Visual Basic expression, logical operators are evaluated after any arithmetic or ____ operators in an expression.
Question 27
Short Answer
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.
Question 28
Short Answer
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.