Asked by Ellsa Bonnell on May 16, 2024

verifed

Verified

It typically takes less space to store most numbers using their binary code than as individual character values.

Binary Code

The most basic form of computer code, consisting of only 0s and 1s, which is executed directly by a computer's CPU.

Character Values

Character values represent individual characters and are typically stored in computer memory as numeric codes that follow a specific character encoding scheme like ASCII or Unicode.

  • Acquire knowledge about the variances between text and binary files, as well as their advantages.
verifed

Verified Answer

ES
Eddie SmartMay 21, 2024
Final Answer :
True
Explanation :
Binary representation of numbers is more space-efficient because it directly encodes the numerical value in base 2, whereas storing numbers as individual characters (e.g., ASCII or Unicode) requires more bits per character.