100% found this document useful (1 vote)
18K views

Number System Class - 7. Questions Answer Chapter 2

The document discusses different number systems: decimal, binary, octal, and hexadecimal. It provides examples of octal and hexadecimal numbers. Octal numbers use base 8 and digits 0-7. Hexadecimal numbers use base 16 and digits 0-9 plus A-F to represent 10-15. It also describes the differences between decimal and binary numbers, and between octal and binary numbers. Decimal uses 0-9 with base 10, while binary only uses 0s and 1s with base 2. Octal uses 0-7 with base 8, and binary uses only 0s and 1s with base 2.

Uploaded by

Sourav Nayak
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
100% found this document useful (1 vote)
18K views

Number System Class - 7. Questions Answer Chapter 2

The document discusses different number systems: decimal, binary, octal, and hexadecimal. It provides examples of octal and hexadecimal numbers. Octal numbers use base 8 and digits 0-7. Hexadecimal numbers use base 16 and digits 0-9 plus A-F to represent 10-15. It also describes the differences between decimal and binary numbers, and between octal and binary numbers. Decimal uses 0-9 with base 10, while binary only uses 0s and 1s with base 2. Octal uses 0-7 with base 8, and binary uses only 0s and 1s with base 2.

Uploaded by

Sourav Nayak
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

Number System

Class -7. Questions Answer chapter 2

1. What are the different types of Number System Computer deals


with?
Ans: Computer deals four types of number System:
a) Decimal Number System.
b) Binary Number System.
c) Octal Number System.
d) Hexa-Decimal Number System.
2. What do you mean by the terms? Give an example of each.
a) Octal number system
b) Hexadecimal Number System

Ans ::
a) Octal number:

The octal Number system consists of eight digits from 0 to


7. The base of the octal number system is 8. The number
system is also a positionvalue system.
Example: (3025)8
Base
Number
b) Hexa-Decimal Number :

In Hexa-Decimal number System we use digits from 0


to 15. Here the digits 10 to 15 are represented by
alphabets A to F. The base of Hexa-Decimal number
system is 16.
Example: (8AC5) 16
Base
Number
Number System

3.
a) Difference between Decimal & Binary.
Ans:
Decimal Number Binary Number
1. A decimal number 1. Binary number deals
uses all the digits from with 0 and 1.
0 to 9. 2. Binary numbers are
2. A decimal number composed of only 0s
system is represented and 1s, where 2 is the
with 10 as the base of base of the binary
the number. system.

b) Difference between Octal Number and Binary Number.


Ans:
Octal Number Binary Number
1. An Octal Number 1. Binary number deals
System uses the digits with 0 and 1.
from 0 to 7. 2. Binary numbers are
composed of only 0s
2. The base of octal and 1s, where 2 is the
number is 8. base of the binary
system.

===========================

You might also like