Ask Question
23 December, 11:51

True / False

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

+2
Answers (1)
  1. 23 December, 12:21
    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?
Find an answer to your question ✅ “True / False . Fixed-length instruction architectures do not use memory as efficiently as variable-length architectures. ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers