2,383 views
2 votes
2 votes

Translation Look-aside Buffer (TLB) is

  1. a cache-memory in which item to be searched is compared one-by-one with the keys
  2. a cache-memory in which item to be searched is compared with all the keys simultaneously
  3. An associative memory in which item to be searched is compared one-by-one with the keys
  4. An associative memory in which item to be searched is compared with all the keys simultaneously

1 Answer

Best answer
6 votes
6 votes
Translation Look-aside Buffer (TLB) is an associative memory in which item to be searched is compared with all the keys simultaneously.When the associative memory is presented with an item, the item is compared with all keys simultaneously. If the item is found, the corresponding value field is returned.

D is ans
selected by
Answer:

Related questions

3 votes
3 votes
2 answers
1
2 votes
2 votes
1 answer
2
go_editor asked Jul 29, 2016
2,175 views
Which of the following commands would return process_id of sleep command?Sleep 1 and echo $Sleep 1 and echo $#Sleep 1 and echo $*Sleep 1 and echo $!
3 votes
3 votes
1 answer
3
go_editor asked Jul 29, 2016
3,721 views
The directory structure used in Unix file system is calledHierarchical directoryTree structured directoryDirected acrylic graphGraph structured directory
3 votes
3 votes
2 answers
4