Making programs easier to use for people with physical limitations is known as enhancing ____.

A. usability
B. accessibility
C. interface
D. compliance


Answer: B

Computer Science & Information Technology

You might also like to view...

Which command will result in records that have a Col1 value greater than 100?

A. SELECT Col1 FROM Table1 IF Col1 GT 100 B. SELECT Col1 FROM Table1 WHERE Col1 > 100 C. SELECT Col1 > 100 FROM Table1 D. IF Col1 > 100 SELECT * FROM Table1

Computer Science & Information Technology

Match each item with the correct statement below.

A. Used to give pictures the appearance of being framed. B. A quick method for totaling numbers in a column or row. C. Makes selected rows equal in height. D. A fill effect similar to Parchment that can be used to provide page color for formal documents. E. F. Allows you to make changes to the table styles. G. The first row in a table. H. Command used to choose a specific location for a graphic on the page. I. Aligns numbers containing decimals in a column. J. Use this type of watermark to place an image behind text. K. Rotates text from horizontal to vertical position.

Computer Science & Information Technology

InDesign regards rules below text as paragraph attributes.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Modularity can have a negative as well as a positive effect. A program that is over-modularized performs its operations in very small modules, so a reader has trouble acquiring a perspective. That is, although it may be easy to determine what many individual modules do and what small groups of modules do, it is not easy to understand what they do in their entirety as a system. Suggest an approach that can be used during program development to provide this perspective.

What will be an ideal response?

Computer Science & Information Technology