It's UWAweek 47

help2002

This forum is provided to promote discussion amongst students enrolled in CITS2002 Systems Programming.
Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.
Displaying selected article
Showing 1 of 828 articles.
Currently 121 other people reading this forum.


 UWA week 43 (2nd semester, study break) ↓
SVG not supported

Login to reply

👍?
helpful
9:46pm Tue 22nd Oct, Joshua N.

ANONYMOUS wrote:
> Hi, q3a of the 2017 asks about this and I was wondering if my understanding is correct. > > Is Segmentation of memory just a different way of saying Dynamic Partitioning?
Kind of, they are very similar techniques, the only difference is memory segmentation can provide a process with multiple partitions (or segments) whereas dynamic partitioning only provides one partition per process. e.g. With dynamic partitioning |Process 1|Process 2|Process 3|Process 4| With segmentation |Process1|Process4|Process2|Process3|Process4|
> Paging stores allocates each process a fixed size in the physical memory whilst segmentation stores each process's unique size, is that correct?
Yes.
> How much detail would be required to achieve the full five marks here?
It would help if you provided the question because it takes a while for me to find it.
>From what I understand you need to include disadvantages and advantages of both which would probably take up 3 marks maybe with the initial explanation of each memory allocation process being worth 2 marks? Is that a good way to think about it?
Usually, 1 mark is assigned to doing "1 thing". E.g. 1 mark for stating advantage. 1 mark for stating disadvantage. 2 marks for describing each process. So, yes, I would say you are thinking well. Keep thinking!

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy