Match each of the following programs or tools to its description:
I. WinZip and StuffIt
II. Task Manager
III. Magnifier
IV. Ease of Access
V. Task Scheduler
A. allows you to exit out of nonresponsive programs
B. centralized location for assistive technology
C. an accessibility feature
D. allows you to run utilities automatically at predetermined times
E. file compression programs
E, A, C, B, D
You might also like to view...
What value will be assigned to decCommission after the following code executes?
``` Dim decMonthlySales, decCommRate, decCommission as Decimal decMonthlySales = 6500.00 Select Case decMonthlySales Case Is < 1000 decCommRate = 0.05 Case 1000 to 9999.99 decCommRate = 0.10 Case Is >= 10000 decCommRate = 0.15 End Select decCommission = decCommRate * decMonthlySales ``` a. 0.00 b. 325.00 c. 650.00 d. 925.00
Consider the Wellmeadows Hospital case study described in Appendix B.3. List the potential threats that could occur and propose countermeasures to overcome them.
What will be an ideal response?
Consider a process experiencing a large number of page faults. Describe the effect, if any, of increasing this process’s scheduling priority.
What will be an ideal response?
Answer the following statements true (T) or false (F)
1. Looking at other Web pages can help you design a good site. 2. Stickiness means that a website will continue to create pop-up windows when the pages are closed by the user. 3. A good design guideline is to not use the same graphic image on several Web pages. 4. Ajax uses both JavaScript and XML to obtain small amounts of data, either plain text or XML, from a server without leaving the Web page.