Computer Science, asked by rahulroy5247, 1 year ago

if the size of logical address space is 2 to the power of m, and a page size is 2 to the power of n addressing units, then the high order _____ bits of a logical address designate the page number, and the ____ low order bits designate the page offset.

Answers

Answered by pooja9147
9
your ans is m-n,n
hope it will help
Answered by Anonymous
5

Answer:

m-n and n

Explanation:

An operating system is a system software managing the computer hardware and software resources, thereby providing common services for computer programs.

A logical address space is a set of logical addresses, generated by a program, whereas the physical address is an address that seen by memory unit and used to access memory units. Hence, If the size of logical address space is 2 to the power of m, and a page size is 2 to the power of n addressing units, then the high order m-n bits of a logical address designate the page number, and the n low order bits designate the page offset.

Similar questions