Case-Based Critical Thinking Questions
?
Case 1: BrainPower Tutoring
?
The owner of BrainPower Tutoring needs an application that clients can use to request an appointment. The application should allow users to enter their name, subject, preferred appointment time, and phone number, and submit their request. It should also allow them to print their appointment request, clear the screen, and exit the application. The tutoring center has some clients with visual impairments, so the application should be easy for them to use.
Which of the following controls should receive access keys?
A. name
B. subject
C. phone number
D. all of the above
Answer: D
Computer Science & Information Technology
You might also like to view...
When using Windows 8, ________ is the app that is used to create and manage files and folders
A) File Manager B) Windows Explorer C) Folder Manager D) File Explorer
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1. A data type must be specified for a method name. 2. A default constructor can perform memory allocation. 3. A data type for a return value must be specified in the method heading. 4. A driver program can cause instances of classes to be created during processing. 5. A public method is part of the internal interface of a program.
Computer Science & Information Technology