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

1) IF statements are used to repeat a series of instructions.
2) The WHILE loop is always performed at least one time.
3) A basic loop is performed as long as condition is false.
4) The WHILE loop is performed as long as condition is true.
5) The FOR loop exits when the EXIT statement is encountered.


1) F
2) F
3) T
4) T
5) F

Computer Science & Information Technology

You might also like to view...

One difference between the three-argument version of the get function and the getline function is that:

a. Only get has a delimiter. b. The getline function removes the delimiter from the stream. c. Only get adds the delimiter to the array. d. getline stores the characters it reads into its character array argument.

Computer Science & Information Technology

What type of encryption algorithm uses two keys to encrypt and decrypt data?

A. signing B. symmetric C. asymmetric D. hash

Computer Science & Information Technology

Which feature of SQL Server 2012 provides a failover environment consisting of a groupof primary user databases with up to four replicas?

A. FCI B. AG C. ETL D. IS

Computer Science & Information Technology

When an algorithm becomes more complex, the program's logic may be easier to see in ____.

A. code B. a processor C. pseudocode D. a flowchart

Computer Science & Information Technology