0% found this document useful (0 votes)
11 views2 pages

Unit 3 (1)

The document contains a series of exercises focused on converting numbers between different numeral systems (binary, octal, hexadecimal, and decimal), performing arithmetic operations, and representing values in various formats such as signed and unsigned integers, 1's and 2's complement. It also includes questions regarding bitwise operations and floating-point calculations. Overall, it serves as a practice guide for understanding number representation and manipulation in computer science.

Uploaded by

dinadakamei
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)
11 views2 pages

Unit 3 (1)

The document contains a series of exercises focused on converting numbers between different numeral systems (binary, octal, hexadecimal, and decimal), performing arithmetic operations, and representing values in various formats such as signed and unsigned integers, 1's and 2's complement. It also includes questions regarding bitwise operations and floating-point calculations. Overall, it serves as a practice guide for understanding number representation and manipulation in computer science.

Uploaded by

dinadakamei
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/ 2

Unit No:03 Tute 03

1. 34.25 ’Convert into Binary


2. 67.33 > Convert into
Octal
3. 57.625 ’ convert into Hexadecimal
4
1101101.101, > convert into decimal
5. 225.42, -> convert into Decimal
6. AD.8816 > convert into decimal
7. 4235768 > convert into Hexadecimal
8 1101110,+111101,
9 2378+3238
10. A616+3916
11. 101101,-1111,

12. 421g-568
13. A516-7716
14. 1110111,x101,

15. 34,X58
16. A616X216

17. 1010101,/111,
18. 568/38
19. 52345665 ’represent in BCD
20. ICT Subject ’ represent the text "CT Subject" in binary format as bytes using ASCII
21. 137’ represent as unsigned integer
22. +109 ’represent as signed integer
23. -112 ’ represent as signed integer
24. -76 ’ represent as 1's complement value
25. 80 ’ represent as 1's complement value
26. 72-> represent in 2's complement
!- 27. -88 ’ represent in 2's complement
28. 38-22 ’ calculate using 1's complement
29. 54-36’ calculate using 2'scomplement
30. What is the decimal representation of 1's complement value 10110110,
31, What is the decimal representation of 2's complement value 11101101.
32. Unsigned representation of a 1's complement value is 220.
What is the 1's complement value in
Decimal?
asied representation of a2's complement yalue is 238. What is the 2's complement vaiue in
Decimal1?
2S
34. Wny o we have to use y% complement values instead of 2's complement
values?
35. 1212.83+23.14 -’ Calculate usingFloating Point
numbers in normalized Torm
36. 34&18

37. 54|26
38. 36^53
39. 13<«2
40. 56>>3
1. A binary value is
equivalent to 239 in decimal and the binary value is used to represent 2's
complment value. The 2's complement representation is;
-34 C. -16 e -27
b -35 d. -17
2. The 2's complement representation for 36+(-43) is;
11111001 C 11111001 e 11011001
b 11110111 d. 10011111
3. The.1's complement representation for 33+(-52) is;
10010011 C 11101100 e. 11101100
b. 00010011 d. 11101101
4. The 'scomplement representationfor 50+(-68) is;
a. 11010011 C. 11111011 e. 11111100
b. 11110010 d. 11101110
5. The binary value 10101100 can be considered as signed integer, unsigned integer or 2's compliment
walue. Find the correct representation as signed, unsigned or 2's compliment respectively in decimal.
a. 44,205,-74 C -172,-172,84 e. -172,-77,-51
b. -44,-172,84 d. -44,172,-84
6. Find the bitwise value for 76^33:
a 100 C. 109 e 195
b. 140 d. 193

7. Find the bitwise value for 73|35;


133 C. 62 e 107
b. 103 d. 105
8. Find the bitwise value for 88&54;
13 C. 64 e. 20
b. 24 d. 16

9. Find the value generated by the expression 23<<3


a. 2 C. 194 e 174

b. 154 d. 184

10. Find the value generated by the expression 205>3


a. 10
b. 24 d. 25
1640 e. 165
C.

2P

You might also like