Froggy Jumps Paging QuizOnline version Answer questions by moving the frog to the correct answer by Daniel Ngondya 1 Which of the following best describes the concept of paging in memory management? a Dividing process into fixed-sized blocks called pages, which are mapped to frames in physical memory b Dividing the process into equal-sized pages that are mapped to contiguous blocks of physical memory. c Dividing the process into segments based on its logical structure. 2 In paging, the process is divided into equal-sized chunks called: a Pages b Segments c Blocks 3 Which of the following is an advantage of paging over segmentation? a It eliminates external fragmentation. b It provides better memory protection. c It allows for different memory sizes for each segment. 4 Which of the following is a disadvantage of paging? a Overhead from maintaining page tables b Internal fragmentation c External fragmentation 5 In the context of segmentation, what is the purpose of a segment table? a To store information about each segment such as its base address and limit. b To map logical pages to physical frames in memory. c To manage disk storage for segments.