(1) Binary, Octal, Decimal, Hexadecimal conversions:
Example
How 22
will be
10
expressed in
hexadecimal
binary, octal
number system?
(2) Basic arithmetic operations using binary, octal,
decimal and hexadecimal values:
Example
0011 +11010
2
2
4B3 -AC
16
16
123 x 16
8
8
10 /2
10
10
12 + 5 x 2
8
8
8
Operation
22
Operation
0011
11010
4B3
AC
123
16
10
2
12
5
2
27
Display(lower)
22
16
10110
26
Display(lower)
11101
407
2212
5
24