Data types and structures

EasyMedium
1234567891011121314151617181920212223242526272829303132333435
Question 26
Easy

A veterinary surgery database stores details about registered pets. The information about the pets must be stored using the most suitable data types for each data element.

Complete the table to identify the missing data types.

Data ElementExampleData Type
Registration CodePET-9831-XString
a.

| Chip Active | True |

[1]
b.

| Number of Vaccinations | 3 |

[1]
c.

| Weight (kg) | 14.50 |

[1]
d.

| Owner Contact Number | 07700 900077 |

[1]

Data types and structures Questions

  1. GCSE
  2. /Computer Science
  3. /Data types and structures