What does the circle flowchart symbol represent?

(A) input/output
(B) terminal
(C) decision
(D) connector
(E) process

(D) connector

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The following two expressions evaluate to the same thing: 2. The following pair of C++ statements will cause 3.5 to be output. 3. The following statement sets sum1, sum2, and sum3 all to zero. 4. If the value of dollars is 5.0, the following statement will output 5.00 to the monitor: 5. The following statement sets the value of total to -3. total -= 3;

Computer Science & Information Technology

In an expression using the logical operator ____, as soon as one of the compound conditions is found to be false, no further conditions are tested and the expression evaluates to false.

A. Nor B. AndAlso C. OrElse D. Xor

Computer Science & Information Technology