Data Types - Level Questions
Answer the following questions by choosing the most appropriate data type for each
variable.
Level 1 - Easy
1. Age ← 15
Data type: ______________
2. Letter ← 'C'
Data type: ______________
3. Marks ← 70
Data type: ______________
4. City ← "Karachi"
Data type: ______________
Level 2 - Medium
1. Height ← 5.8
Data type: ______________
2. Grade ← 'A'
Data type: ______________
3. LightOn ← FALSE
Data type: ______________
4. Subject ← "Mathematics"
Data type: ______________
Level 3 - Hard
1. Temperature ← -12.6
Data type: ______________
2. IsCompleted ← TRUE
Data type: ______________
3. ModelNo ← "X2024AB"
Data type: ______________
4. Salary ← 35000
Data type: ______________