Ask Question
9 March, 18:23

True / False

. Fixed-length instruction architectures do not use memory as efficiently as variable-length architectures.

+3
Answers (1)
  1. 9 March, 20:56
    0
    TRUE. Variable length instruction architectures are better at memory efficiency than fixed length architectures.

    Explanation:

    Variable length instruction architectures use memory efficiently than fixed length architectures. Fixed length instructions are used in RISC (Reduced Instruction Set Computers), where as CISC (Complex Instruction Set Computers) have instructions of variable length. In fixed instruction length architectures if the instruction has shorter length than that of fixed length it requires padding to increase the instruction length to fixed length. This is wastage of memory.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “True / False . Fixed-length instruction architectures do not use memory as efficiently as variable-length architectures. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers