We are given: - Logical address space size = \( 2^{32} \) bytes - Page size = \( 4096 = 2^{12} \) bytes - Each inner page table entry = \( 8 \) bytes - Two-level hierarchical paging
Step 1: Break Down the Logical Address A logical address consists of: 1. Offset within the page: Since the page size is \( 2^{12} \), the offset requires \( 12 \) bits. 2. Inner page table index: Each inner page table entry is \( 8 \) bytes, meaning an inner page table can hold \( 2^{12} / 8 = 2^9 \) entries. This requires \( 9 \) bits. 3. Outer page table index: The remaining bits are used to index the outer page table.
Step 2: Compute the Outer Page Table Index \( b \) The total logical address is \( 32 \) bits, and it is divided as: \[ b + 9 + 12 = 32 \] Solving for \( b \): \[ b = 32 - 9 - 12 = 11 \] Thus, the answer is \( 11 \).
The unit interval \((0, 1)\) is divided at a point chosen uniformly distributed over \((0, 1)\) in \(\mathbb{R}\) into two disjoint subintervals. The expected length of the subinterval that contains 0.4 is ___________. (rounded off to two decimal places)
A quadratic polynomial \( (x - \alpha)(x - \beta) \) over complex numbers is said to be square invariant if \[ (x - \alpha)(x - \beta) = (x - \alpha^2)(x - \beta^2). \] Suppose from the set of all square invariant quadratic polynomials we choose one at random. The probability that the roots of the chosen polynomial are equal is ___________. (rounded off to one decimal place)
Consider the following C program:
Consider the following C program:
The output of the above program is __________ . (Answer in integer)
An application executes \( 6.4 \times 10^8 \) number of instructions in 6.3 seconds. There are four types of instructions, the details of which are given in the table. The duration of a clock cycle in nanoseconds is ____________. (rounded off to one decimal place)