A
B
C
100

Range of Hexadecimal number system and number of bits required to represent it

0-15, & 4 bits

100

Range of octal Number system and number of bits required to represent it 

0-7 & 3 bits

100

De morgan introduced how many number theorems to solve boolean algebra?

TWO

200

Types of Number systems

Decimal,Binary,Octal and Hexadecimal

200

Convert (10) in decimal into binary.

1010

200

Convert (110010) in binary into decimal.

98

300

Convert (23) in octal into decimal. 

131

300

convert (A10) in hexadecimal into decimal

2576

300

Convert (30) in decimal into octal 

36

400

Convert (123) in decimal into hexadecimal

CE

400

Convert (452) in octal into binary

100 101 010

400

Convert (1AE8) in hexadecimal into Binary

0001 1010 1111 1000

500

perform addition of (-8)(-4)  .

10100

500

Perform addition of (-7)(+3)=

1111 1001

500

Perform addition of (+10)(-2)=

1 0000 1000