Which of the following data items are arranged from the smallest to the largest in the data hierarchy.

a. records, characters, fields, bits, files.
b. bits, files, fields, records, characters.
c. fields, characters, bits, files, records.
d. bits, characters, fields, records, files.


d. bits, characters, fields, records, files.

Computer Science & Information Technology

You might also like to view...

Maps allocate keys to values and cannot contain duplicate keys, i.e., the key-to-value mapping is a __________ mapping.

a. many-to-many. b. many-to-one. c. one-to-many. d. one-to-one.

Computer Science & Information Technology

An enterprise network is often made up of several local networks connected over which of the following?

A) LAN B) WAN C) MAN D) PAN

Computer Science & Information Technology

The statement__________assigns to value a random number in the range 5 to 20.

``` a) value = 4 + randomObject.nextInt( 16 ); b) value = randomObject.nextInt( 21 ); c) value = 5 + randomObject.nextInt( 15 ); d) value = 5 + randomObject.nextInt( 16 ); ```

Computer Science & Information Technology

In an exported SWF, the placed video and sound files must be uploaded separately to the host site.

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

Computer Science & Information Technology