Term
Programs are limited without the ability to make decisions? |
|
Definition
|
|
Term
Decision making in a computer is generally done in terms of a comparison that returns a True and False response? |
|
Definition
|
|
Term
Because Visual basic is an event-driven enviroment, flowcharts are generally used to chart an entire program? |
|
Definition
|
|
Term
In Visual Basic, flowcharts can be very useful for organizing the flow of execution within an event procedure? |
|
Definition
|
|
Term
An If statement a two-way selection structure? |
|
Definition
|
|
Term
The If...Else statement allows you to choose between two paths? |
|
Definition
|
|
Term
The If...Else statement is called a one-way selection structure? |
|
Definition
|
|
Term
The lable that appears beside the check box is part of the check box control? |
|
Definition
|
|
Term
Logical operators are used with True and False values? |
|
Definition
|
|
Term
In order of operations, logical operators are processed before the mathematical and conditional operators |
|
Definition
|
|
Term
Decision making is never more complicated than selecting one of two paths? |
|
Definition
|
|
Term
When using nested If statements, it is imported that you properly indent the code to make it easy to read and to maintain. |
|
Definition
|
|