If cache access time is 100ns, main memory access time is 1000ns and the hit raio is 0.9. Find the average access time and also define hit ratio. RGPV 2020 Solution: Given, Cache access time = 100ns Memory access time = 1000ns Hit ratio = 0.9 Average access time = Hit ratio x Cache access […]
COA
- Structure of Desktop computers
- Logic Gates
- Register Organization
- Bus structure in Computer Organization
- PCI Bus
- Addressing modes
- Register Transfer Language
- Cache Memory
- Cache Updating Scheme
- Principle of Cache Memory
- Cache Mapping
- Numerical problem on Direct mapping
- How to start with GNU Simulator 8085
- Registers in Assembly Language Programming
- Array in Assembly Language Programming
- Addition and subtraction in fixed point numbers
ACA
Select Subject
- Cloud Computing
- Computer Networks
- Theory of Computation
- Blockchain
- Computer Organization & Architecture
- Principles of Programming Languages
- Advanced Computer Architecture
- C
- Compiler Design
- Data Structure
- DBMS
- Discrete Structure
- Distributed System
- Information Storage & Management
- Java
- Linux
- Management Information System
- Network & Web Security
- Operating System
- PHP
- Python Programming
- R Programming
- Software Engineering & Project Management
Q & A
Recent Posts
- Find a real root of the equation x= e ^ (-x) using newton Raphson method.(R.G.P.V May 2019)
- Software Engineering
- By using Newton Raphson Method, x^4-x-10=0 which is nearest to 2, find real root correct to three decimal places? (R.G.P.V. 2022 NOV)
- Find the real root of the Equcation: f(x) =x^3-4x-9=0 by using bisection method/ Bolzano method upto 3 decimal places ?
- R Programming