Question
A computer system has a cache memory with an access time
of 10 ns and a main memory with an access time of 100 ns. If the cache hit ratio is 95%, what is the average memory access time?Solution
Average Access Time = (Hit Ratio * Cache Access Time) + (Miss Ratio * Main Memory Access Time) = (0.95 * 10 ns) + (0.05 * 100 ns) = 9.5 ns + 5 ns = 14.5 ns
Which phase of the software process involves understanding the customer's needs and defining the system's functionalities?
What does black-box testing focus on?
A cloud app experiences sudden spikes for a short period (10–15 seconds). Traditional CPU-based auto-scaling is too slow. Which method is MOST effecti...
Which Software Development Life Cycle (SDLC) model is best suited for projects with unclear requirements that are expected to evolve over time?
Which of the following best describes a "software process"?
What is the primary function of the RAM (Random Access Memory) in a computer system?
Which of the following is NOT a software quality attribute?
A computer system has a cache memory with an access time of 10 ns and a main memory with an access time of 100 ns. If the cache hit ratio is 95%, what i...
Which is not a software development life cycle phase?
Which SDLC model is best suited for projects where requirements are well-understood and unlikely to change significantly?