COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

OPERATING SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
True or False:Pages and Segments could both stored on disk or in RAM
A
TRUE
B
FALSE
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Paging is a method of writing and reading data from a secondary storage(Drive) for use in primary storage(RAM). When a computer runs out of RAM, the operating system (OS) will move pages of memory over to the computer’s hard disk to free up RAM for other processes.

Detailed explanation-2: -Individual Memory. In Paging, we break a process address space into blocks known as pages. In the case of Segmentation, we break a process address space into blocks known as sections. Memory Size. The pages are blocks of fixed size.

Detailed explanation-3: -Paging is the process of temporarily transferring some of the contents of a system’s physical memory to the hard disk until the system needs the contents of that memory again. When NT starts, it creates a paging file (pagefile. sys) on the hard disk to store information.

There is 1 question to complete.