679 views
0 votes
0 votes
the main memory can store 32K words of 12 bits each. if the direct cache mapping is usedwith a cache capability of 512 words, what is the size of each location of cache

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
Jiten008 asked Dec 2, 2023
233 views
$\text{Please explain True or False and Why ?}$$\text{1. f(n) = O(f(n/2))}$$\text{2. f(n) = O($f(n)^{2}$) }$
0 votes
0 votes
0 answers
2
jugnu1337 asked Oct 22, 2023
291 views
here option PRIME is recursive , but why FACTOR is not regular,my approach is { here n,a,b all are distinct and n has the range bew [a,b] and we know if range is defi...
0 votes
0 votes
0 answers
4
Nandkishor3939 asked Jan 7, 2019
187 views
The correct answer as you can see is given bellow but I think the condition a[k]>a[max] is wronginstead a[k]<a[max] is correct…someone please check it….!