Sunday, 05 20th

Last update09:44:47 AM

Login With Facebook

Combinestudy

Fifth Assignment Spring 2011 CS501

Rate this item
(1 Vote)

A hard drive 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.

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

Fourth 4th Assignment Spring 2011 CS501

Rate this item
(0 votes)
An I/O device transfers data at a rate of 5MB/s over a 100MB/s bus. The data is transferred in 2KB blocks. If the processor operates at 500MHz, and it takes a total of 5000 cycles to handle each DMA request, find the fraction of CPU time handling the data transfer with and without DMA.

Spring 2011 CS501 3

Rate this item
(0 votes)

Let us have a 20MIPS processor, you have to calculate the percentage of time it spends in busy wait loop of a 75-character line printer, when it takes 2 msec to print a character and a total of 665 instructions require to be executed to print a 75 character line.

 Suppose that two instructions are executed in the polling loop.

Spring 2011 CS501 2

Rate this item
(0 votes)
Question No: 1
Specify the condition for the branch instruction and the status of the PC after the branch instruction executes with a true branch condition.

Spring 2011 CS501 1

Rate this item
(1 Vote)

Question No: 1

  • Consider the following equation

Z= (a-b)-16(c+d)

 

You have to solve this equation using the following

  • Three Address instruction

  • Two Address instruction

  • 1 Address Instruction

  • 0 Address Instruction