In a sequence structure a condition can evaluate to either true or false.

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

False

Computer Science & Information Technology

You might also like to view...

What is the value of X after the instructions corresponding to the following pseudocode are executed?

``` X = 6 Y = 7 IF INT(5.5) = X OR INT(6.9) = Y THEN X = X + Y ELSE Y = Y + 1 ENDIF ``` a) 6 b) 7 c) 8 d) 13

Computer Science & Information Technology

_________ is the oldest web file format that is suitable for icons and line drawings, but not for high-quality pictures or photos.?

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

Computer Science & Information Technology