A(n) ____ is a loop that never stops.

A. closed loop
B. infinite loop
C. enclosed loop
D. nested loop


Answer: B

Computer Science & Information Technology

You might also like to view...

What does the acronym ALGOL represent? When was the language developed? It was the first language to do what? (List three “firsts”.)

What will be an ideal response?

Computer Science & Information Technology

What command would you use if you wanted a list of files in the current directory displayed on the screen that you could page through if the list was too long to fit on one screen?

A. dir -page B. get-childitem > more C. get-childitem | more D. dir \more

Computer Science & Information Technology

What is displayed by the following statement?

``` System.out.println("Java is neat".replaceAll("is", "AAA")); ``` a. JavaAAAneat b. JavaAAA neat c. Java AAA neat d. Java AAAneat

Computer Science & Information Technology

What is the data type of the reference emp1.name[0]?

a. float b. int c. char d. emprec e. double

Computer Science & Information Technology