Viber/ WhatsApp: 9861 492 492
- What is number system?
- What is base or radix of number system?
- List the types of number system with their bases.
- Define Binary number system.
- Define Octal number system.
- Define Decimal (Denary) number system.
- Define Hexadecimal number system.
- Why do digital computers use binary number system for its operations?
- Convert the given numbers as indicated:
- (209)10=(?)2
- (8040)10=(?)8
- (16004)10=(?)16
- (234.567)10=(?)2
- (789.432)10=(?)8
- (839.125)10=(?)16
- Convert the given numbers as indicated:
- (1010001)2=(?)10
- (567)8=(?)10
- (BAD)16=(?)10
- (111.0101)2=(?)10
- (765.432)8=(?)10
- (BAD.CAB)16=(?)10
- Convert the given numbers as indicated:
- (1010001011)2=(?)8
- (10100010111011)2=(?)16
- (1110110.110101)2=(?)8
- (111011110010.1111010111)2=(?)16
- Convert the given numbers as indicated:
- (1234)8=(?)2
- (CAFE)16=(?)2
- (567.512)8=(?)2
- (BCA9.CAB3)16=(?)2
- Convert the given numbers as indicated:
- (1754)8=(?)16
- (DAFE)16=(?)8
- (357.251)8=(?)16
- (FAB7.AB)16=(?)8
- Perform Binary Addition: For help click here for tutorial video
- 1010+1010
- 1111+1111
- 1111+1111+1111+1111
- 10101+11000
- 10100+11111
- 1111+1111+1111
- 1010+1010+1111
- Perform Binary Subtraction: For help click here for tutorial video
- 1111-101
- 1100-111
- 1000001-111111
- 1110001-100010
- 101011-11111
- Solve the following problems using 1's complement method.
- 10101-1110
- 1101-1110
- Solve the following problems using 2's complement method.
- 10101-1110
- 1101-11101