Match the following terms to their meanings:

I. Notes
II. Non-hierarchal approach
III. Bookmarklet
IV. Hierarchal structure
V. Tags

A. Used for commenting
B. Used for classifying
C. Traditional approach to organizing files
D. Used when the physical storage location is not known
E. A link that is added to the web browser's favorites toolbar

A, D, E, C, B

Computer Science & Information Technology

You might also like to view...

In C++, the condition (4 > y > 1):

a. Evaluates correctly and could be replaced by (4 >y &&y> 1). b. Does not evaluate correctly and should be replaced by (4> y &&y>1). c. Evaluates correctly and could not be replaced by (4>y&&y1). d. Does not evaluate correctly and should not be replaced by (4 >y&&y1).

Computer Science & Information Technology

NSP stands for _____.

A. Network System Provider B. Network Support Provider C. Network Service Protocol D. Network Service Provider

Computer Science & Information Technology