0% found this document useful (0 votes)
53 views3 pages

Chapter-2: Number System: A. Fill in The Blanks

The document discusses different number systems including decimal, binary, octal, and hexadecimal. It provides examples of converting between decimal and binary numbers. The rules for multiplying binary numbers and characteristics of octal and hexadecimal number systems are also outlined.

Uploaded by

Shreesha Shetty
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)
53 views3 pages

Chapter-2: Number System: A. Fill in The Blanks

The document discusses different number systems including decimal, binary, octal, and hexadecimal. It provides examples of converting between decimal and binary numbers. The rules for multiplying binary numbers and characteristics of octal and hexadecimal number systems are also outlined.

Uploaded by

Shreesha Shetty
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/ 3

CHAPTER-2: NUMBER SYSTEM

A. Fill in the blanks:


1. 2
2. Decimal
3. 8
4. 10
5. Binary
6. Hexadecimal
7. 0
B. State true or False:
1. False
2. True
3. False
4. True
5. False
6. False
C. Applications Based Questions:
1. Start multiplying the digits of the decimal number from right hand
side with increasing power of 8(8 0 , 81 ) and so on)
2. Sourabh should borrow 1 from the number present on it’s immediate
left.
D. Multiple Choice Questions:
1. Aryabhatta
2. Digital Computer
3. Binary
4. 1
5. 2
E. Answer the following:
1. A number system is a set of values used to represent different
quantities. For Example: number of students present in a class.
Commonly used types of number system are Decimal, Binary, Octal and
Hexadecimal.

2. To convert a decimal number into a binary number, follow the given


rules:
• Divide the given decimal number with the base 2.
• Write down the remainder and divide the quotient again by 2.
• Repeat the step 2 till the quotient is zero.

3. There are four rules to multiple binary numbers:


• When 0 is multiplied with 0, the result is 0.
• When 0 is multiplied with 1, the result is 0.
• When 1 is multiplied with 0, the result is 0.
• When 1 is multiplied with 1, the result is 1.

4. The Octal number system (Oct) consists of 8 digits, from 0 to 7, with


the base 8.
5. The number system with base 16 is known as Hexadecimal number
system. It consists of 16 digits with numbers 0-9 and the letters A-F,
where A-F represent decimal numbers from 10 to 15.

You might also like