int x = 27;int y = 10;do    x = x / 3;while (x >= y);If y = 0, how many times would the loop above execute?

A. 1
B. 2
C. 3
D. 4


Answer: D

Computer Science & Information Technology

You might also like to view...

Broad network access, measured service, resource pooling, and rapid elasticity are essential characteristics of ___________.

A. PaaS B. network access control C. cloud computing D. EAP-TLS

Computer Science & Information Technology

The second step in the problem-solving process is to plan the ____, which is the set of instructions that, when followed, will transform the problem's input into its output.

A. program B. algorithm C. instructions D. statements

Computer Science & Information Technology

Which Windows 10 feature provides an automated diagnosis and repair of boot problems plus a centralized platform for advanced recovery tool?

A. Windows Preinstallation Environment (Windows PE) B. System Reset C. Windows Recovery Environment (WinRE) D. Recovery Drive

Computer Science & Information Technology

When companies take a "wait and see" attitude, what might be the result?

a. technical issues b. happy customers c. higher profits d. higher prices

Computer Science & Information Technology