Decimal number System
The Decimal Number System consists of ten digits from 0 to 9. These digits can be used to represent any numeric value. The base of decimal number system is 10. It is the most widely used number system. The value represented by individual digit depends on weight and position of the digit.
Binary Number System
Digital computer represents all kinds of data and information in the binary system. Binary Number System consists of two digits 0 and 1. Its base is 2. Each digit or bit in binary number system can be 0 or 1. A combination of binary numbers may be used to represent different quantities like 1001. The positional value of each digit in binary number is twice the place value or face value of the digit of its right side. The weight of each position is a power of 2.
Octal Number System
Octal Number System consists of eight digits from 0 to 7. The base of octal system is 8. Each digit position in this system represents a power of 8. Any digit in this system is always less than 8. Octal number system is used as a shorthand representation of long binary numbers. The number 6418 is not valid in this number system as 8 is not a valid digit.
Hexadecimal Number System
The Hexadecimal Number System consists of 16 digits from 0 to 9 and A to F. The alphabets A to F represent decimal numbers from 10 to 15. The base of this number system is 16. Each digit position in hexadecimal system represents a power of 16. The number 76416 is valid hexadecimal number. It is different from 76410 which is seven hundred and sixty four. This number system provides shortcut method to represent long binary numbers.
The place where the digit is placed have it own value called place value .
Now the place value of digit 5 is (10)2 . Here 10 is the base and 2 is the place ( Note place is counted from the right starting from 0 ).
(NOTE: Place value is counted from the right starting with zero.)
13 (sum step 3 which is decimal)
(ii) (100101)2 → (x)10
Conversion of Decimal to another base.
Step 01 divide the decimal number by the base of the number system to be formed.
Step 02 The remainder is the right most digit of new number system.
Step 03 divide the quotient of the previous division by the base. Step 04 Repeat the process till the quotient becomes zero.
Note: The right most digit of any number system is called as least significant digit. The left most digit of any number system is called as most significant digit.
AND gate:
Let A and B be the inputs then the output ≥= A.B
Truth Table: Truth Table gives the relation between the input and output.
Not Gate
NAND gate
Let A & B be the input than the output z = A . B
26 docs|14 tests
|
|
Explore Courses for Class 7 exam
|