Which of the following is true when breaking compound fields into smaller parts?
A) Break names into first name and last name fields.
B) Leave city, state, and zip code together in one field.
C) For faster sorting, include the street address in the same field as the city, state, and zip code field.
D) Always separate the area code from the phone number field.
A
You might also like to view...
The name and address of the person receiving a letter, located at the top of the letter, is referred to as the ________
Fill in the blank(s) with correct word
Which one of the following statements about free space management techniques is false?
a) Bitmaps allow the file system to quickly determine if contiguous blocks are available at certain memory locations. b) The file system typically maintains free blocks in a free list, sorted by memory address. c) The last entry of the last free list block typically stores a null pointer. d) The ith bit in a bitmap typically corresponds to the ith block in the file system.