Which of the following is not an algorithm?

a. A recipe.
b. Operating instructions.
c. Textbook index.
d. Shampoo instructions (lather, rinse, repeat).

C

Computer Science & Information Technology

You might also like to view...

Placeholder text in a slide layout cannot be edited or formatted

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the output of the following code segment?

n = 1; while (n <= 5) cout << n << ' '; n++; a. 1 2 3 4 5 b. 1 1 ... and on forever c. 1 2 3 4 5 6 d. 1 2 3 4 e. 2 3 4 5

Computer Science & Information Technology