59.5k views
3 votes
True / False

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

1 Answer

1 vote

Answer:

TRUE. Variable length instruction architectures are better at memory efficiency than fixed length architectures.

Step-by-step 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.

User Najeeb
by
5.3k points