Case-Based Critical Thinking QuestionsCase 1The YumYum store sells ice cream. Single-scoops cost $2.00, double-scoops cost $2.80, and triple-scoops cost $3.50.There is a $10 bonus for ice cream store workers that have more than $100 of sales on their shift and sell more than four triple-scoop servings. What pseudocode will select the workers that will earn a bonus?

A. if Sales > 100 OR tripleScoop > 4
B. if Sales > 100 OR tripleScoop >=4
C. if Sales > 100 AND tripleScoop < 4
D. if Sales > 100 AND tripleScoop > 4


Answer: D

Computer Science & Information Technology

You might also like to view...

A static route is configured to route data from LAN A to LAN B on Router1 in Figure 9-14. Which of the following are appropriate static routes to achieve this goal? (Select all that apply.)

Figure 9-14

a. ip route 10.10.16.0 255.255.255.255 10.20.100.2
b. ip route 10.10.16.0 255.255.255.0 10.20.100.2
c. ip route 10.10.16.0 255.255.255.255 10.10.10.2
d. ip route 10.10.16.0 255.255.255.0 10.10.10.2

Computer Science & Information Technology

If auto configuration fails to find the controller, what are three checks that can be performed?

What will be an ideal response?

Computer Science & Information Technology

To quit Access, click the ____ button on the right side of the title bar.

A. Quit B. Stop C. End D. Close

Computer Science & Information Technology

Forms of the if statement include one-way, two-way, ____________, multiway, and compound.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology