Exam 4: Making Decisions in a Program
Exam 1: An Introduction to Visual Basic 201250 Questions
Exam 2: Creating a User Interface50 Questions
Exam 3: Memory Locations and Calculations50 Questions
Exam 4: Making Decisions in a Program50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: Repeating Program Instructions50 Questions
Exam 7: More on the Repetition Structure50 Questions
Exam 8: Sub and Function Procedures50 Questions
Exam 9: Arrays50 Questions
Exam 10: String Manipulation and Menus50 Questions
Exam 11: Structures and Sequential Files50 Questions
Exam 12: Access Databases and Linq50 Questions
Exam 13: Creating Simple Web Applications50 Questions
Exam 14: Creating Classes and Objects50 Questions
Exam 15: an Introduction to Programming17 Questions
Select questions type
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)
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)
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)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)