- Other
- University Rex Toledo
LOGIC PROGRAMMING
M5 - QUIZ 2
Name :
Course :
Score: __________________
Year & Section :
I. Identification
The term _______________ means if none of the other cases is true.
A _____________ tests a single variable against multiple values, providing separate actions for each logical path.
A _________________ is a series of nested if statements.
Most programming languages allow you to ask two or more questions in a single comparison by using a conditional ________operator.
The conditional AND operator in Java, C11, and C# consist of two ampersands, with no spaces between them (&&). In Visual Basic, you use the keyword _____.
A ____________________ determines where a variable falls arithmetically when compared to a series of values that mark limiting ends.
_______________ are diagrams used in mathematics and logic to help describe the truth of an entire expression based on the truth of its parts.
A _______________ is an evaluation with multiple parts.
If a statement containing an equal sign appears in a diamond in a flowchart or in an if statement in pseudocode, then it is a ____________ operator.
C#, C11, C, and Java use two pipe symbols ( || ) as the logical OR operator. In Visual Basic, the keyword used for the operator is ___.