in Education by

 _____ is the concept in which a process is copied into the main memory from the secondary memory according to the requirement.
a) Paging
b) Demand paging
c) Segmentation
d) Swapping

1 Answer

0 votes
by

Paging is the concept in which a process is copied into the main memory from the secondary memory according to the requirement.
Correct answer:- a) Paging

Related questions

0 votes
    When a program tries to access a page that is mapped in address space but not loaded in physical memory, then ____________ ... error occurs c) page fault occurs d) no error occurs...
asked Oct 27, 2022 in Education by JackTerrance
0 votes
    A process is thrashing if ____________ a) it is spending more time paging than executing b) it is spending less time paging ... c) page fault occurs d) swapping can not take place...
asked Oct 27, 2022 in Education by JackTerrance
0 votes
    Which algorithm chooses the page that has not been used for the longest period of time whenever the page ... recently used algorithm d) counting based page replacement algorithm...
asked Oct 27, 2022 in Education by JackTerrance
0 votes
    Working set model for page replacement is based on the assumption of ____________ a) modularity b) locality c) globalization d) random access...
asked Oct 27, 2022 in Education by JackTerrance
0 votes
    In FIFO page replacement algorithm, when a page must be replaced ____________ a) oldest page is chosen b) newest page is chosen c) random page is chosen d) none of the mentioned...
asked Oct 27, 2022 in Education by JackTerrance
0 votes
    Effective access time is directly proportional to ____________ a) page-fault rate b) hit ratio c) memory access time d) none of the mentioned...
asked Oct 27, 2022 in Education by JackTerrance
0 votes
    Swap space exists in ____________ a) primary memory b) secondary memory c) cpu d) none of the mentioned...
asked Oct 27, 2022 in Education by JackTerrance
0 votes
    The pager concerns with the ____________ a) individual page of a process b) entire process c) entire thread d) first page of a process...
asked Oct 27, 2022 in Education by JackTerrance
0 votes
    Main memory is also known as __ memory? (a) Secondary memory (b) Auxiliary memory (c) Primary memory (d) None of the above Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    _____ is a small, portable flash memory card that plugs into a computer’s USB port and functions as a portable hard drive ? 1. Flash drive 2. CD-RW 3. DVD-ROM 4. CD-ROM...
asked Jul 14, 2022 in Education by JackTerrance
0 votes
    _____ is a process of verifying transactions, bundling them into blocks, and adding those blocks to the blockchain. A. Mining B. Digging C. Filtering D. Coding...
asked Nov 23, 2022 in Education by JackTerrance
0 votes
    1. Primary memory is called memory. 2. The full form of OMR is 3. Secondary memory of a computer is also ... 5 memory is volatile. Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    I copied and pasted a for-await-of example from MDN and still get an error telling me await is a ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 21, 2022 in Education by JackTerrance
...