Case-Based Critical Thinking QuestionsCase 1: Jack of All TradesYou've been asked to design an application for Jack of All Trades, which rents small power equipment to commercial and residential customers, to process its transactions. ThestrCustomervariable will be used to determine whether a customer is commercial (C) or residential (R). Commercial customers receive a 10% discount if they are members of the Rental Rewards Program. Residential customers receive a 5% discount if they are members.

You meet with the manager of Jack of All Trades and she tells you that occasionally a customer requests more than one piece of equipment at the same time. She'd like to be able to handle all requests from a single customer in one transaction. Based on this feedback, you decide to use ____________ for equipment selection in the interface.

A. radio buttons
B. check boxes
C. text boxes
D. labels

Answer: B

Computer Science & Information Technology

You might also like to view...

The ComboBox’s ________ property, when set to ________, sorts the items in the ComboBox alphabetically.

a) Sorted, true b) UnSorted, false c) Alphabetize, true d) Sort, true e) None of the above.

Computer Science & Information Technology

Which subnetmask should you use if you want 16 bits of host address space?

A. 255.255.0.0 B. 255.16.0.0 C. 255.255.255.16 D. 255.255.255.0

Computer Science & Information Technology