edited by
777 views
5 votes
5 votes

Doubt:

1) If its asked that what address does $PC$ hold after execution of $HALT$ what it should be?

2) If the question does not clue about access mechanism for cache what mechanism to hold $hierarchical$ or $simultaneous$?

3) If there is some $additional \  information$ is sent along with $data$ so while calculating efficiency does its transmission considered as useful or not ?

4) If there are $9$ states in a counter and $3$ of them are similar how to find the no of flipflops?

 5)Space complexity should include $stack \  space $ if there is subroutines call along with $auxiliary \  memory$ used?

6)While calculating total no of subnets exclude $2$ or not?


for ex here in this question i followed standard textbook but its not the case : 




7)If the word $"minimum"$ is not provided in question then whether i should optimize the $dag$ by removing redundant calculation or not?

8) Processor access $TLB$ first or $Cache$? if its mentioned both then whose access considered first?

Thank you for your time!

edited by

1 Answer

2 votes
2 votes

nice set of questions..🖐🏻🖐🏻👍🏻

@saxena0612

 

 

1) after HALT instruction the next address is in PC

2) while calculating effective memory access time IF NOTHING IS GIVEN use hierarchical only, But if its said Write Through cache and read write all operations are involved use simultaneous access while WRITING only..

3) no; like if in 1 sec 8 bits are transferred where 3 bits are fir synchronization purpose between sender and receiver then DTR is 5 bps

4) 9 States in counter , 3 are similar;;;;; so 7 states are distinct for which 3 ff's are needed at least, then to distinguish 3 similar states we need 2 ff's at least so IN TOTAL 5 FF'S ARE NEEDED

    EG+++++>>>>

     1,2,0,3,4,0,5,6,0 then repeat..

    for 1,2,3,4,5,6,0 we need 3 ff's ; and for three 0's we need 2 ff's...in total 5

5) Yes ,like in worst case of Quick Sort. Space = 0(n) as stack depth is n which is recursion depth

6) total number of subnets=don't exclude anything.                       total number of useful subnets=exclude 2

7) no "minimum" no optimisation

8) first cache as TLB is generally physically tagged and cache is virtually...so you have to get the physical address first.But physically addressed cache are present also

refer: https://gateoverflow.in/31112/which-is-accessed-frist-tlb-or-cache

 

 

 

 

 

@Arjun@Bikram   **please check Thanks**

Related questions

1 votes
1 votes
1 answer
1
ck asked Jan 1, 2018
274 views
Giving Which Tests is more important in last month? Gate previous year tests or full length tests from test series?
17 votes
17 votes
1 answer
3
Arjun asked Oct 30, 2017
4,311 views
It is known that a pool of IIT/IISc professors make GATE questions. But how exactly are they made? I mean how does a Professor usually make a GATE question? I would like ...
0 votes
0 votes
0 answers
4
ejaz asked Sep 30, 2017
1,055 views
I have been reading the reference books for gate preparation .I try to solve the excercise questions as well.It is consuming lot of time and some are really hard to solve...