What is the term for the process of dividing a large program into smaller, manageable chunks?
Q1. What is the term for the process of dividing a large program into smaller, manageable chunks?
Answer: Segmentation
Explanation: Segmentation involves dividing a program into smaller segments, facilitating memory management and improving program organization.