1.1 Data Representation (3)

Resources | Revision Questions | Computer Science

Login to see all questions

Click on a question to view the answer

1.

A character is represented by the binary number 01001000. Assuming a 7-bit character encoding, what character does this binary number represent? Show your working.

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.

Explain the difference between signed and unsigned binary numbers. Provide an example of how a signed binary number is represented using two's complement and explain why this representation is used in computers.