1.1 Data Representation (3)

Resources | Revision Questions | Computer Science

Login to see all questions

Click on a question to view the answer

1.

Consider a system that needs to store a list of 8 integers, each ranging from 0 to 255. Compare and contrast the storage requirements of using binary, decimal, and hexadecimal representations for each integer. Which representation is most efficient in terms of storage space and why?

2.

Explain how the choice of character set affects the size of data stored in a file. Provide an example to illustrate your point.

3.

Convert the following binary number to decimal: 10110101. Then, convert the resulting decimal number to hexadecimal. Show each conversion step.