Which of the following is NOT true regarding compound fields?

A) Break dates into Month, Day, and Year fields.
B) Break product information into StyleNumber, Color, and Size fields.
C) Break addresses into fields such as StreetAddress, City, State, and ZipCode.
D) Break names into FirstName and LastName fields.

A

Computer Science & Information Technology

You might also like to view...

Chart legends always display on the right-hand side of a chart

Indicate whether the statement is true or false.

Computer Science & Information Technology

All of the following are true for both recursion and iteration except ________.

a. they have a base case. b. they can cause infinite loops or infinite recursion. c. they are based on a control statement. d. both gradually approach termination.

Computer Science & Information Technology