Virtual Position Forum
Please register to watch content in detail
Thanks
Admin virtual position


Join the forum, it's quick and easy

Virtual Position Forum
Please register to watch content in detail
Thanks
Admin virtual position
Virtual Position Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

CS501 Assignment No. 5 Solution

View previous topic View next topic Go down

GMT + 3 Hours CS501 Assignment No. 5 Solution

Post by Bano Zulaikha Mon Jun 27, 2011 7:05 pm

Q: 1 Convert the following base12 numbers to decimal numbers. Assume that
they are unsigned.
1. 9A6B12
x = 0
x = x + 9 = 9
x = 12x9 + A = 118
x = 12x118 + 6 = 1422
x = 12x1422 + B = 17075
So, 9A6B12 = 1707510
2. AABB12
x = 0
x = x + A (=10) = 10
x = 12x10 + A (=10) = 130
x = 12x130 + B (=11) = 1571
x = 12x1571 + B (=11) = 18863
So, AABB12 = 1886310

Q: 2 Convert the following base10 number to base2 number.
1. 0.7510
0.75x2 = 1.5, f-1 = 1
0.5x2 = 1.0, f-2 = 1
So 0.7510 = (0.11)2

Q: 3 Convert the following base16 number to decimal number.
1. 0.ABC16
F = 0
F = (0 + 12) / 16 = 0.75
F = (0.75 + 11) / 16 = 0.734375
F = (0.734375 + 10) / 16 = (0.6708984)10
Bano Zulaikha
Bano Zulaikha
Monstars
Monstars

Aries Rooster
Posts : 20
Join date : 2011-06-27
Age : 43

Character sheet
Experience:
CS501 - CS501 Assignment No. 5 Solution Left_bar_bleue5/5CS501 - CS501 Assignment No. 5 Solution Empty_bar_bleue  (5/5)

Back to top Go down

GMT + 3 Hours Re: CS501 Assignment No. 5 Solution

Post by Nilofer Bugti Mon Sep 05, 2011 7:25 pm

good Smile
Nilofer Bugti
Nilofer Bugti
Monstars
Monstars

Posts : 585
Join date : 2011-04-11

Back to top Go down

View previous topic View next topic Back to top


Permissions in this forum:
You cannot reply to topics in this forum