Multiple choice

If the base address and limit value address for a particular process P holds 200050 and 300050, then what is the valid address range which is accessible by process P?

  1. The valid address range is : From 200050 (basic address) to 300050 (allowed limit value address).

  2. The valid address range is : From 200050 to 400050.

  3. Incorrect data, limit address can’t be more than base address.

  4. Complete address space including OS space.

  5. The valid address range is : From 200050 to Upper limit, which is 500100.

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Upper limit = Base address + Limit value = 200050 + 300050 = 500100