462 views
0 0 votes
1) A two way set associative cache memory uses a block size of 4 words . The cache can
accommodate a total of 2048 words from main memory. The main memory size is
128kx32.

a) What is the size of the cache memory.

Please log in or register to answer this question.

Position:
Show:

Related questions

1 1 vote
1 1 answer
297
297 views
RUPALI_SHAHAPURE asked Sep 26, 2024
297 views
A program executes eight system calls. Four of these calls are fork calls and three of the remaining calls require disk I/O. The last system call is the exit call, throug...
0 0 votes
0 0 answers
199
199 views
RUPALI_SHAHAPURE asked Sep 26, 2024
199 views
Consider a program with a single CPU burst of 100 time units and a single disk I/O of 1000 time units at the end. If the timer interval is fifteen time units, how many ti...
0 0 votes
0 0 answers
165
165 views
RUPALI_SHAHAPURE asked Sep 26, 2024
165 views
A program executes eight system calls. Four of these calls are fork calls and three of the remaining calls require disk I/O. The last system call is the exit call, throug...
0 0 votes
0 0 answers
130
130 views
RUPALI_SHAHAPURE asked Sep 26, 2024
130 views
Consider the following programs. Assume that execv does not encounter any error during execution.#include <stdio.h>#include <unistd.h>int main(void) { int x = getpid()...