The way you use a telephone book is a good example of __________ access.

a. sequential
b. direct, or random, access
c. database
d. file


b. direct, or random, access

Computer Science & Information Technology

You might also like to view...

Each individual variable in the list student(0), student(1), student(2) is known as a(n)

(A) subscript. (B) dimension. (C) element. (D) type.

Computer Science & Information Technology

Rewrite the code below using the ranged for loop and the auto keyword.

``` map personIDs = { {1,"Walt"}, {2,"Kenrick"} }; map::const_iterator iter; for (iter = personIDs.begin(); iter != personIDs.end(); iter++) { cout << iter->first << " " << iter->second << endl; } ```

Computer Science & Information Technology

____ messages are typed messages you send using your smartphone or mobile device.

A. Public B. Blog C. Attached D. Text

Computer Science & Information Technology

Excel 2013 contains more than 650 functions

Indicate whether the statement is true or false

Computer Science & Information Technology