Which of the following is not a function of the break statement?

A. To exit early from a loop
B. To skip the remainder of a switch structure
C. To eliminate the use of certain boolean variables in a loop
D. To ignore certain values for variables and continue with the next iteration of a loop


Answer: D

Computer Science & Information Technology

You might also like to view...

We cannot always return by reference because:

A. we might be returning a local object, which would be destroyed at the end of function execution B. we might not want changes in the object of the called function to be reflected back to the calling function C. the address of the returned object might not be known D. the name of the object is not always permanent

Computer Science & Information Technology

List the order in which the steps that follow should be carried out during the development of a computer program to solve a problem:

a. Determine the data types of the memory cells required for storage of problem inputs and outputs. b. Determine the problem inputs and outputs. c. Read and understand the problem. d. Write an initial algorithm. e. Refine algorithm steps where needed.

Computer Science & Information Technology

Match each of the following programs or tools to its description:

I. WinZip and StuffIt II. Task Manager III. Magnifier IV. Ease of Access V. Task Scheduler A. allows you to exit out of nonresponsive programs B. centralized location for assistive technology C. an accessibility feature D. allows you to run utilities automatically at predetermined times E. file compression programs

Computer Science & Information Technology

Programs that control the server computer's resources are ________.

A. client operating systems B. client application programs C. server operating systems D. server application programs

Computer Science & Information Technology