int x = 27;int y = 10;do    x = x / 3;while (x >= y);How many times does the statement above execute?

A. none
B. once
C. twice
D. three times


Answer: B

Computer Science & Information Technology

You might also like to view...

?home It is always more efficient to search through _____ data than it is to search through _____ data.

A. ?selected/unselected B. ?primary/secondary C. ?queued/stacked D. ?ordered/unordered

Computer Science & Information Technology

Case WDX 2-1Stephen is creating a chart that displays the sales data for the past year. Stephen used the Insert Chart dialog box and an Excel worksheet opened with data in it. What should he do?

A. Close the worksheet without making any changes to the data B. Delete all the data in the worksheet and then close it C. Exit Word and start over D. Replace the sample data in the worksheet with his own data, then close it

Computer Science & Information Technology

When pasting a range of cells you only need to point to or select the ________ of the paste area

A) upper right corner B) upper left corner C) lower left corner D) center

Computer Science & Information Technology

In an expression using the logical operator ____, as soon as one of the compound conditions is found to be false, no further conditions are tested and the expression evaluates to false.

A. Nor B. AndAlso C. OrElse D. Xor

Computer Science & Information Technology