0
21kviews
Explain memory segmentation with pros and cons.
1 Answer
3
1.9kviews

Advantages of memory segmentation:

  • Allow the memory capacity to be 1 MB even though the addresses associated with the individual instructions are 16 bits wide.
  • Allow the use of separate memory areas for the program code and data and stack portion of the program.
  • Permit a program and/or its data …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.