Tut 1

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Jaypee University of Engineering & Technology, Guna (M.

P)
Department of Computer Science & Engineering

Course: Computer Organization & Architecture


(Course Code: 18B11CI414)

Tutorial-1
Topic: Basic Concepts of Number Systems

1. Can you identify the exact base (also known as radix) of number 1083? If not, find the
minimum and maximum possible base values for this number.

2. Represent (-15)10 in unsigned, signed, 1’s and 2’s complement formats using 8-bits.

3. How many minimum and maximum bits will be required to represent (128)10 and (156)10.

4. What are the smallest and largest integer numbers which can represented by 6-bits in
unsigned, signed, 1’s and 2’s complement formats.

5. If (1000111)2 + (342)5 = (x)8 = (y)16. Find the values of x and y.

6. Find the decimal equivalent of 16-bit 2’s complement number which is given by 1111 1111
1111 0101.

7. Hexadecimal representation of 16-bit unsigned number is ABC9. Find the equivalent


representations in base 8 and 6.

8. Consider (43)x =(y3)8. Find the all possible values of x and y.

9. How many bits are required in one frame of grey and color image in full HD computer
monitor with resolution of 1920X1080 pixels?

10. Find the sum of (i) (BCD8)16 and (E9F5)16 (ii) (6572)8 and (4562)8.

COA Tutorial Coordinator: Dr. Rahul Pachauri

You might also like