Critical Thinking Questions
Case 5-2
?
Matthew is creating an online Little League registration form for parents to fill out.
?
Matthew wants the parents to make sure to enter information about any medical conditions their child may have. He does this by ____.
a.adding a list box with potential medical conditionsc.adding a pop-up menu with all possible medical conditionsb.creating a "Medical Conditions" text field and marking the field as Required so parents cannot ignore itd.creating a "Medical Conditions" Checkbox Group
What will be an ideal response?
Answer: B
You might also like to view...
Arrays may have dimensions.
a) one b) two c) any number of d) a or b
Answer the following questions true (T) or false (F)
1. An array has only one public instance variable, which is named length. 2. An arrays length instance variables value can be changed by a program.
Case-Based Critical Thinking QuestionsCase 2-1Kyra has been assigned the task of purchasing new monitors for the Art Department. She schedules a meeting with Leon, who is an expert in this area, to learn more about monitors. One of the ways the performance of a display device is measured is response time. Leon tells Kyra that the typical response time is fine, which is between _____.
A. 3ms and 1ms B. 5ms and 1ms C. 4ms and 2ms D. 6ms and 2ms
The three sequence container objects provided by the STL are
a. set, multiset, and map b. vector, deque, and list c. map, list, and array d. multimap, map, and multilist e. None of these