Which of the following is an iteration statement?

(a) if
(b) if…else
(c) do…while
(d) switch

(c) do…while

Computer Science & Information Technology

You might also like to view...

Comments can be printed; annotations cannot

Indicate whether the statement is true or false

Computer Science & Information Technology

One method of recovering from deadlock is to kill the lowest-priority process (or processes) involved in the deadlock. This (these) process(es) could then be restarted and once again allowed to compete for resources. What potential problem might develop in a system using such an algorithm?

What will be an ideal response?

Computer Science & Information Technology