A(n) ____ loop is placed within another loop.

A. double
B. embedded
C. nested
D. You cannot put a loop inside another loop.


Answer: C

Computer Science & Information Technology

You might also like to view...

A ___________ is the memory address of a variable.

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

Computer Science & Information Technology

Which of the following protocols provides encryption to protect the data as it is transmitted over the network?

A. HTTP B. SHTTP C. FTP D. TFTP E. SFTP F. options a and b only G. options c, d, and e only H. options a and c only I. options b and e only J. all of the options

Computer Science & Information Technology

The AutoStart automatic macro runs when Word starts.

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

Computer Science & Information Technology

Which of the following assignment statements is incorrect?

a. i = j = k = 1; b. i = 1; j = 1; k = 1; c. i = 1 = j = 1 = k = 1; d. i == j == k == 1;

Computer Science & Information Technology