Liner Memory Model and Segment Memory
Model .write the three processors names for each memory models.
Answers
Answered by
10
A linear memory model, also known as the flat memory model refers to a memory addressing technique in which memory is organized in a single contiguous address space. This means that the processing unit can access these memory locations directly as well as linearly.
To better understand a linear memory model, we should understand two basic components: address and data. Address is a hexadecimal number which is used to denote the exact place of a memory chunk. Data is the value stored in that memory. In a linear memory model, the entire memory space is linear, sequential and contiguous. The address ranges from 0 to MaxByte -1, where MaxBytes is the maximum limit of memory.
Answered by
1
Answer:
A linear memory model, also known as the flat memory model refers to a memory addressing technique in which memory is organized in a single contiguous address space. This means that the processing unit can access these memory locations directly as well as linearly.
Hope it will be helpful ✌️
Similar questions