What are the different ways in which data can be represented?
Answer Posted / Kirti Chauhan
Data can be represented in various forms such as binary, decimal, hexadecimal, ASCII, and Unicode. Binary is the fundamental form used by computers to represent data using 0s and 1s. Decimal represents numbers up to 9 using digits from 0-9. Hexadecimal uses 0-F for representing binary values more concisely. ASCII and Unicode are systems for encoding text characters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers