UESTION 2 Choose the most appropriate data structure with which to represent the following: the items on a person's driver's license. A. array B. record C. array of records D. hierarchical record E. either b or d above

Respuesta :

The data structure with which to represent the following: the items on a person's driver's license is hierarchical record

D. hierarchical record

Explanation:

A driving license of person will hold details of his name, address, date of birth, date of issue and date of renewal and validity period, images and documents etc.

Suppose to capture the following additional details, renewal of licenses, traffic fine and modified of license such light vehicle to heavy vehicles etc. Where records are stored as multiple entries

Traffic find and payments, accident details and insurance details, passport information. to keep all this records hierarchical record methods is required.

Keeping all the as single records is not advisable. Person of license data to captured or enter should be categorized