?Case-Based Critical Thinking Questions
?Case 7-1
Oscar owns Oscar's Skateboard Shop. He wants to create a web form to allow users to specify the type of skateboards they would like to buy. This includes the make, model, type and color, and board options. Oscar's skateboards come in Children, Young Adult, and Adult sizes. Oscar's skateboards come in different colors, patterns, and themes. He has over 25 makes and models of skateboards.
Oscar wants the web form to allow users to select the delivery date for the items he purchases. To select the dates, Oscar should use a _____.?
A. ?calendar control
B. ?check box
C. ?radio button
D. ?hover dropdown
Answer: B
You might also like to view...
You have a hardcopy of a report that you found some errors on that must be corrected. The report is three pages long and you have about 20 minutes before a meeting you must attend to present the report. Unfortunately, the report was created on your laptop at home and you have no way of getting to it quickly. What is your best option?
A. retype the report on your work computer B. scan the report and use OCR; fix the errors and re-print the report C. use white out and a typewriter to fix the errors D. cross out the errors with a pen and hand write the corrections
What statement regarding virtual disk types is accurate?
A. A fixed size virtual disk does not immediately allocate the configured size of the disk. B. A fixed size virtual disk has reduced performance in comparison to a dynamic disk. C. A dynamic disk does not immediately allocate the configured size of the disk. D. A dynamic disk is only suitable for hosts with large amounts of storage to accommodate their size.
An organization that wishes to implement additional deterrent controls should consider:
a. An intrusion alarm system b. A key card entry control system c. “No Trespassing” signs d. Fencing
Why should you generally pass an object of the class to a friend function as a reference parameter?
a. If the friend function changes the values of the data member(s). b. If the friend function will not change the values of the data member(s). c. It is more efficient to pass the object by reference. d. A and B e. A and C