1 votes
0 answers
1
Can anyone draw the pipeline diagram for this question?https://gateoverflow.in/39627/gate-2016-2-30
1 votes
1 answer
4
A researcher wishes to digitally record analog sounds for testing animal hearing with frequencies of upto 100 kHz. Use Shannon's formula to find minimum signal to noise r...
9 votes
2 answers
6
An upper layer packet is split into 10 frames, each of which has an 80% chance of arriving undamaged. If no error is done by the data link protocol, how many times must t...
8 votes
1 answer
7
Transferring data in blocks from the main memory to the cache memory enables an interleaved main memory unit to operate unit at its maximum speed.True/False.Explain.
0 votes
1 answer
8
Whether Vectored Interrupts are possible on CPU having single Interrupt Request line and a single interrupt grant line?
3 votes
2 answers
10
Assume that interrupt processing takes 75us. Interrupt driven I/O for a device that transfer data an average of 8KB/sec on a continuous basis.Find percentage of the proce...
2 votes
2 answers
11
0 votes
1 answer
13
Which of the following storage allocation is faster in general?a)Best FItb)First Fitc)Worst Fitd)All of these
0 votes
1 answer
14
1 votes
1 answer
17
Consider a computer system that has a cache with 512 blocks each of which can store 32 bytes.All addresses are byte addresses.Which Cache set will the memory address 0xFB...
3 votes
1 answer
18
In a 2 level memory, if the level 1 memory is 5 times faster than level 2 and its access time is 10ns less than avg access time.Let the level 1 memory access time is 20ns...
1 votes
1 answer
19
0 votes
0 answers
20
1^k+2^k+3^k+..........n^k=n^k+n^k+n^k+........n^k(n times)=n^(k+1)=O(nk+1)But this is the actual tight bound or it can further be minimized?