0% found this document useful (0 votes)
11 views2 pages

Exercise Number System

The document contains true/false questions and various exercises related to number systems, including binary, octal, decimal, and hexadecimal. It covers topics such as conversions between number systems, weights of digits, and the number of bits required for representation. The exercises aim to test understanding of these concepts through practical applications.

Uploaded by

nttungbeeng
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

Exercise Number System

The document contains true/false questions and various exercises related to number systems, including binary, octal, decimal, and hexadecimal. It covers topics such as conversions between number systems, weights of digits, and the number of bits required for representation. The exercises aim to test understanding of these concepts through practical applications.

Uploaded by

nttungbeeng
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Numbering system

I. True/false questions

1. The octal number system is a weighted system with eight digits.

2. The binary number system is a weighted system with two digits

3. MSB stands for most significant bit

4. In hexadecimal, 9 +1= 10

5. The hexadecimal number system has 16 characters, six of which are alphabetic characters

6. BCD stands for binary coded decimal

II. Questions

1.What is the weight of 7 in each of the following decimal numbers?

(a) 1947 (b) 1799 (c) 1979

2.Express each of the following decimal numbers as a power of ten:

(a) 1000 (b) 10000000 (c) 1000000000

3. Convert the following binary numbers to decimal:

(a) 001 (b) 010 (c) 101 (d) 110 (e) 1010 (f) 1011 (g) 1110 (h) 1111

4. What is the highest decimal number that can be represented by each of the following
numbers of binary digits (bits)?

(a) two (b) three (c) four (d) five

5. How many bits are required to represent the following decimal numbers?

(a) 5 (b) 10 (c) 15 (d) 20

6. Convert each decimal number to binary by using the sum-of-weights method

(a) 12 (b) 15 (c) 25 (d) 50

7. Convert each decimal number to binary using repeated division by 2

(a) 13 (b) 17 (c) 23 (d) 30

8. Convert each hexadecimal number to binary:

(a) 4616 (b) 5416 (c) B416 (d) 1A316


9. Convert each binary number to hexadecimal:

(a) 1111 (b)1011 (c) 11111

10. Convert each octal number to decimal:

(a) 148 (b) 538 (c) 678 (d) 1478

11. Convert each decimal number to octal by repeated division by 8:

(a) 23 (b) 124 (c) 654 (d) 9999

12. Convert each octal number into binary:

(a) 178 (b) 268 (c) 1458 (d) 6538

13. Convert each binary number to octal:

(a) 100 (b) 110 (c) 1100 (d) 1111

You might also like