------------------
Create a file on Odin named: 3600/b/quizw11.txt
Do the quiz in that file.
Answer the questions below.


To allocate memory to processes, your OS uses the Buddy System.
There is a total of 4GB of available memory.
Your process needs 200MB.

1. How many segments (unused) will be left after allocation?

2. What are the sizes of the segments created.

3. Will there be internal or external fragmentation? (after allocation)
   Internal?
   External?





Drawing a picture might help to answer the questions...
This picture shows how 4GB of memory can be divided into
two equal-sized halves.

   4GB
   +--------+--------+--------+--------+
   |       2GB       |       2GB       |