edited by
430 views
0 votes
0 votes

 

Which one of the following types of memory is fastest

  1. Cache Memory
  2. Register Memory
  3. Main Memory
  4. Secondary Memory

(Option $1 [39317]) 1$
(Option $2 [39318]) 2$
(Option $3 [39319]) 3$
(Option $4 [39320]) 4$

Answer Given by Candidate : $2$

edited by

1 Answer

0 votes
0 votes
As we know the memory hierarchy , from CPU  registers are closer and also they are in built in the chip so that cpu can access data from registers fastely. then , if data is not present in registers then goes to cache memory if hit then take the data otherwise from RAM (main memroy ) , then comes secondary memory. so fastest hierarchy is : REGISTERS > CACHE > MAIN MEMORY(RAM) > SECONDARY MEMORY.

HENCE , ANSWER IS 2

Related questions

1.5k
views
2 answers
1 votes
admin asked May 20, 2023
1,461 views
The negation of "Some students like hockey" is:Some students dislike hockeyEvery student dislike hockeyEvery student like hockeyAll students like hockey(Option $1[39301]) 1$(Option ... $4[39304]) 4$Answer Given by Candidate : $2$
612
views
1 answers
0 votes
admin asked May 20, 2023
612 views
A relation '$R$ ' is defined on ordered pairs of integers as: $(x, y) R(u, v)$ if $x<u$ and $y>v$. Then $R$ isNeither a partial order nor an equivalence ... $3 [39307]) 3$(Option $4 [39308]) 4$Answer Given by Candidate : $4$
1.0k
views
1 answers
1 votes
admin asked May 20, 2023
1,019 views
Suppose you are married and you and your partner attend a party with three other married couples. Several handshakes took place. No one shook hands with himself (or herself) or ... $4 [39312]) 4$Answer Given by Candidate : $4$
568
views
1 answers
0 votes
admin asked May 20, 2023
568 views
Consider the following conditional code, which returns a Boolean valuesif $((x>25) \& \&(y>100))$return 'false';else iff $(x \leq 25) \& \& \&(y \leq 100))$ ... $3 [39315]) 3$(Option $4 [39316]) 4$Answer Given by Candidate : $4$