Answer:
C. Layout Tab – Page setup group – Breaks – Next page button.
Answer:
A. Is the page-replacement algorithm most often implemented.
Explanation:
This algorithm is used when a page that is not present in memory is called, leading to the Operating System to replace one of the existing pages with the needed one. There are different replacing algorithms in order to decide which page will be replaced.
This algorithm is implemented to reduce the number of failures and provide a better funcionality and speed the process by discarding pages that won't be used for a long period of time.
I think it is presentation
Answer:
14 bits memory address - 4096 bits.
16 bits memory address - 16384 bits.
Explanation:
The computer system memory is a hardware component that provides the necessary memory space and location to run software application on the computer system. The memory address location comes in various sizes.
A 14 bit memory can address 2^14 bits which is 4096 bits, since each 14 bit line carries a bit on which line. So for a 16 bit memory address, 2^16 bits location is addressed.