⟩ Explain what is Byte?
A byte is a collection or group of 8 bits. A byte can store a single character which can either be an alphabet, a number or a special character. The byte is generally used to measure the storage capacities.
A byte is a collection or group of 8 bits. A byte can store a single character which can either be an alphabet, a number or a special character. The byte is generally used to measure the storage capacities.
What is a Snooping cache?
Cache Size is 64KB, Block size is 32B and the cache is Two-Way Set Associative. For a 32-bit physical address, give the division between Block Offset, Index and Tag.
Explain What is Virtual Memory?
What is the difference between Write-Through and Write-Back Caches? Explain advantages and disadvantages of each?
Explain What is a cache?
Whats the difference between Write-Through and Write-Back Caches? Explain advantages and disadvantages of each?
Cache Size is 64KB, Block size is 32B and the cache is Two-Way Set Associative. For a 32-bit physical address, give the division between Block Offset, Index and Tag.
How do you handle precise exceptions or interrupts?
What are Branch Prediction and Branch Target Buffers?
Explain What are the different hazards? How do you avoid them?