Match each term with the correct statement below.

A. > or <
B. Separated with a question mark and a colon
C. true and false
D. A double equal sign
E. An alternative to using a series of nested if statements
F. Used in the OR operator
G. Two possible courses of action
H. The logical NOT operator
I. Two ampersands
J. Tool that helps plan a program's logic by writing down steps in plain English
K. Sequence of steps written in diagram form
L. Has three operands
M. One step follows another unconditionally
N. Anything a method does other than altering a local variable or returning a value
O. The logical OR operator

A. relational operator
B. conditional operator
C. Boolean values
D. equality
E. switch statement
F. pipes
G. dual-alternative
H. !
I. logical AND operator
J. pseudocode
K. flowchart
L. ternary operator
M. sequence structure
N. side effect
O. ||

Computer Science & Information Technology

You might also like to view...

NAT filtering accepts or rejects packets based on rules

Indicate whether the statement is true or false

Computer Science & Information Technology

The ______ report style displays field headings across the top and down the left side of the page.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology