Consider a multi-level paging system. Let 'm' be the main memory access time, 'c' be the TLB access time, 'n' be the n-level paging implementation and 'x' be the TLB Hit Ratio. Which among them can be the Effective Memory Access Time formula for 2-level paging?
1
\(c + m(3 - 2x)\)
2
\(c + m(2 - 3x)\)
3
\(m + c(3 - 2x)\)
4
\(m + c(2 - 3x)\)