Sponsored Links


Results 1 to 10 of 10

Thread: CS501 - Assignment 5 Solution Spring 2011 - June 2011

  1. #1

    34 CS501 - Assignment 5 Solution Spring 2011 - June 2011

    Sponsored Links1


    Assignment No. 05 Semester Spring 2011 Advance Computer Architecture - CS501
    Question No 1



    10 Marks

    e has 4 surfaces, with 512 tracks per surface and constant 64 sectors per track. Sector size is 2K byte. The average seek time is 3 ms, the drive runs at 3,600 rpm.



    What is the drive capacity? (5)
    What is average access time for the drive? (5)


    Question No 2

    10 Marks



    Use the hamming code to encode the following 4-bit values (8 marks)

    Also write down the encoding scheme (2 mark)



    Sponsored Links

    Total (8+2 = 10 marks)



    A. 0110

    B. 1001

    C. 0000

    D. 1111



    Note : Use odd bit parity to encode above values

  2. #2
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578
    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

  3. #3
    Senior Member
    Join Date
    Jan 2011
    Posts
    200
    please explain what is this ?

  4. #4

  5. #5

    Icon Flash Download

    xprt plz upload the solution of cs501

  6. #6
    Administrator Xpert's Avatar
    Join Date
    May 2010
    Location
    Jhelum
    Posts
    6,239
    Dear i am busy now a days. I am not giving full time to assignments I am really sorry.

  7. #7
    Senior Member
    Join Date
    Jan 2011
    Posts
    200
    very good this is good answer yes brothers visit other websites for assignment solutions and do not disturb Xpert bhi hhhhhhhhhhhhhhhhhhhhhhhhhhhhh

  8. #8
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578
    ust follow this example and you will get through Question no: 01 !!!
    Just don't forget to change your format otherwise, your assignment will be caught as a copied one !!!

    A hard drive has 8 surface, with 521 tracks per surface and a constant 64 sectors per track.
    Sector size is 1KB. The average seek time is 8 m sec, the track to track access time
    is 1.5 m sec and the drive runs at 3600 rpm. Successive tracks in a cylinder can
    be read without head movement.
    a) What is the drive capacity?
    b) What is the average access time for the drive?
    c) Estimate the time required to transfer a 5MB file?
    d) What is the burst transfer rate?


    Solution:-
    a) Capacity = Surfaces x tracks x sectors x sector size
    = 8 x 521 x 64 x 1k = 266.752MB
    b) Rotational latency : Rotation time/2 = 60/3600x2 = 8.3 m sec
    Average Access time = Seek time + Rotational latency
    = 8 m sec + 8.3 m sec = 16.3 m sec
    c) Assume the file is stored in successive sectors and tracks starting at sector #0,
    track#0 of cylinder #i. A 5MB file will need 1000 blocks and occupy from cylinder #1,
    track #0, sector #0 to cylinder #(i+9), track #6, sector #7, we also assume the size of disk buffer is unlimited.

    The disk needs 8ms, which is the seek time, to find the cylinder #i, 8.3 ms
    to find sector #0 and 8 x (60/3600) seconds to read all 8 tracks data of this cylinder.
    Then the time needed for the read to move to next adjoining track will be only 1.5 m sec.

    Which is the track to track access time. Assume a rotational latency before each new track.

    Access time = 8+9(8.3¸8x16.6+1.5)+8.3+6x16.6+8/64x16.6
    = 1406.6 m sec
    d) Burst rate = rows/sec x sectors/row x bytes/sector
    = 3600/60 x 64 x 1k = 3.84 MB/sec


  9. #9
    Senior Member
    Join Date
    Jan 2011
    Posts
    200
    this is wrong solution please check it again

  10. #10
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578
    it is only idea

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 06-25-2012, 10:12 PM
  2. Replies: 2
    Last Post: 07-02-2011, 11:43 PM
  3. Replies: 1
    Last Post: 06-29-2011, 02:51 AM
  4. Replies: 0
    Last Post: 06-09-2011, 05:47 PM
  5. Replies: 1
    Last Post: 04-19-2011, 04:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft