One important consideration is that data are made available in different forms so that users with different ________ abilities can make sense of them.

A) technological
B) behavioral
C) psychological
D) cognitive


D) cognitive

Computer Science & Information Technology

You might also like to view...

Which of the following statements are correct?

``` a. char[][] charArray = {'a', 'b'}; b. char[2][2] charArray = {{'a', 'b'}, {'c', 'd'}}; c. char[2][] charArray = {{'a', 'b'}, {'c', 'd'}}; d. char[][] charArray = {{'a', 'b'}, {'c', 'd'}}; ```

Computer Science & Information Technology

The World Wide Web was developed __________ .

a) by ARPA b) at CERN by Tim Berners-Lee c) before the Internet d) as a replacement for the Internet

Computer Science & Information Technology

The keyboard shortcut for the Time format is ________

A) Ctrl + Shift + % B) Ctrl + Shift + # C) Ctrl + Shift + @ D) Ctrl + Shift + -

Computer Science & Information Technology

The ____________________ autoglobal can be used to access the result from form data sent with either the get or post methods.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology