Multiple choice

____ is important because it supplies two essential pieces of information.

  1. Data typing

  2. Data hiding

  3. Data typing

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Data typing is essential because it specifies the range of values a variable can hold and the operations that can be performed on those values. The question contains a duplicate option (A and C), but the concept is correct.