0% found this document useful (0 votes)
71 views1 page

Tutorial 1 Chapter 1: Number System

This document discusses number systems and conversions between binary, decimal, octal, and hexadecimal number systems. It includes questions about bit/byte/nibble/word definitions, converting between number systems, addition and subtraction in different bases using methods like binary addition, octal addition, hexadecimal addition, and two's complement subtraction. The final questions cover converting between binary coded decimal, Gray code, and alphanumeric codes.

Uploaded by

Prabesh
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)
71 views1 page

Tutorial 1 Chapter 1: Number System

This document discusses number systems and conversions between binary, decimal, octal, and hexadecimal number systems. It includes questions about bit/byte/nibble/word definitions, converting between number systems, addition and subtraction in different bases using methods like binary addition, octal addition, hexadecimal addition, and two's complement subtraction. The final questions cover converting between binary coded decimal, Gray code, and alphanumeric codes.

Uploaded by

Prabesh
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/ 1

Tutorial 1 Chapter 1: Number System

1. What is bit, byte, nibble, word?


2. Convert (89.567)10 into Binary, Octal and Hexadecimal
3. Convert (1111101001.110111101)2 into Decimal, Octal and Hexadecimal
4. Convert (61.534)8 into Decimal, Binary and Hexadecimal
5. Convert the (AB6F.E DC2A)16 into Decimal, Binary and Octal
6. If A = 1101 and B = 1011 and both are binary numbers then find
a. A+B b. A-B
7. Perform Octal Addition on (356)8+ (0.127)8+ (67.243)8
8. Perform Hexadecimal addition on (DD)16+(0.BF)16+(C0.57)16
9. Perform the subtraction
(10111)2 (11110111)2
- (110000)2 -(1100100)2
using both R and R-1’s complement method
10. Perform the subtraction : (111101101)2 - (11010100)2 using 2’s Complement method.
11. Subtract :(123)10 – (222)10 using 2’s Complement method.
12. Perform Hexadecimal subtraction using 2’s complement for (75)16-(21)16 and (94)16-
(5C)16
13. Explain BCD, Gray and Alphanumeric Codes.
14. Convert following Binary code to Gray a.(11010)2 b.(10001)2
15. Convert following Gray code to Binary a.(11011)GRAY b.(10101)GRAY

You might also like