In Linux, up to a total of 256MB of usable memory can be configured into equal-sized page frames, which can be grouped to give more contiguous space to a job. These groups can also be split to accommodate smaller jobs. The process of grouping and splitting usable memory is known as the ____.
A. process algorithm
B. grouping algorithm
C. buddy algorithm
D. group/split algorithm
Answer: C
Computer Science & Information Technology
You might also like to view...
What is the result value of c at the end of the following code segment?
int c = 8; c++; ++c; c %= 5; a. 0. b. 1. c. 3. d. None of the above.
Computer Science & Information Technology
What is a zero day attack?
What will be an ideal response?
Computer Science & Information Technology
Which of the following is a not a network category based on the geographic dispersion of network components?
A) Local-area network (LAN) B) World-area network (WAN) C) Campus-area network (CAN) D) Metropolitan-area network (MAN) E) Personal-area network (PAN)
Computer Science & Information Technology
The following is an example of a meta tag: Which of the following attributes specifies the name of the author??
A. ?name B. ?content C. ?meta D. ?author
Computer Science & Information Technology