FUNDAMENTALS OF COMPUTER

OPERATING SYSTEMS FOR COMPUTERS

COMPUTER OPERATING SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Allocation in RAM can be done in two ways, they are
A
Paging
B
Segmentation
C
Threading
D
Polling
Explanation: 

Detailed explanation-1: -Segmentation is a memory management technique which divides the program from the user’s view of memory. That means the program is divided into modules/segments, unlike paging in which the program was divided into different pages, and those pages may or may not be loaded into the memory simultaneously.

Detailed explanation-2: -There are mainly two types of memory allocation: contiguous and non-contiguous memory allocation.

There is 1 question to complete.