40.4k views
2 votes
True / False

. Fixed length instruction sets are generally slower to execute than variable-length instruction sets.

1 Answer

3 votes

Answer: False

Step-by-step explanation:

Fixed length instructions are faster than variable length instruction because the fixed length instruction uses one clock cycle for their instruction whereas variable instruction takes more than one clock cycle. As RISC uses fixed length instruction and its CPI(cycles per instruction) is less compared to CISC which uses variable length instructions.

So fixed length instruction sets are faster than variable length instruction.

User Dreampuf
by
6.0k points