Company: Cisco
Difficulty: easy
This is a multiple-response question from the operating-systems section of the assessment (the original prompt reads “Pick ONE or MORE options”). Question. Which of the following statements are correct regarding the fixed size partitioning type of contiguous memory allocation? The number of partitions is fixed. The size of each partition is always fixed. One process can be present in only one partition. It cannot span partitions. Both internal and external fragmentation are problems. How your answer is graded Your program reads no input . Print the numbers of all options you believe are correct, in increasing order , separated by single spaces, on one line. For example, a program that believed only options 1 and 3 were correct would print: 1 3 Input Format There is no input. Output Format A single line containing the increasing list of correct option numbers, space separated.