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

Questions No 01: Marks

1. The octal number (725157)0 converts to the decimal number 229376. 2. The hexadecimal number (F12ADE)H converts to the decimal number 15805150. 3. The binary number (101101010101011111001110101)2 converts to the decimal number 95075957. 4. Adding all the converted numbers results in the final answer of -79040493.

Uploaded by

Amjad Ali
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)
31 views2 pages

Questions No 01: Marks

1. The octal number (725157)0 converts to the decimal number 229376. 2. The hexadecimal number (F12ADE)H converts to the decimal number 15805150. 3. The binary number (101101010101011111001110101)2 converts to the decimal number 95075957. 4. Adding all the converted numbers results in the final answer of -79040493.

Uploaded by

Amjad Ali
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

Questions No 01 Marks (5)

Perform the following operations with complete steps.


1.

(725157)0
Covert this Octal number into decimal number .
= 7 x 85 + 2 x 84 + 5 x 83 + 1 x 82 + 5 x 81 + 7 x 80
= 229376 + 8192 + 2560 + 64 + 40 + 7
= (240239)D

(F12ADE)H
Convert this Hexadecimal number into decimal number .
= F x 165 + 1 x 164 + 2 x 163 + A x 162 + D x 161 + E x 16°
= 15 x 1048576 + 1 x 65536 + 2 x 4096 + 10 x 256 + 13 x 16 + 14 x 1
= 15728640 + 65536 + 8192 + 2560 + 208 + 14
= (15805150)D

(101101010101011111001110101)2
Convert binary number into decimal number .

We first convert into Octal number


= (552537165)0
Now convert it into Decimal numbers system
= 5 x 88 + 5 x 87 + 2 x 86 + 5 x 85 + 3 x 84 + 7 x 83 + 1 x 82 + 6 x 81 + 5 x 8°
= 83886080 + 10485760 + 524288 + 163840 + 12288 + 3584 + 64 + 48 + 5
= (95075957)D

Now added all these four values


= (240239)D + (15805150)D - (95075957)D - (9925)D
= -79040493 Answer

Questions No 02 Marks (5)

Find the Gray Code of the following Hexadecimal Number.


1.
Hexadecimal E A C 1 2 9
Binary Numbers 1110 1010 1100 0001 0010 1001

Step 2 : Now convert the binary numbers to gray code


Binary 111 1010 1100 0001 0010 100
Numbers 0 1
Gray Code 100 1111 1010 0001 0011 110
1 1

Questions No 03 Marks (10)

Simplify the following Boolean expression to a minimum number of literals with complete steps.
State the property used in each step.

You might also like