Part 1 Block 3 - Instructing the Processor Flashcards
The set of all instructions that a processor can execute is called its i_________ s____.
instruction set
RISC and CISC instruction sets
What does RISC stand for?
Reduced instruction set computing
(RISC) refers to a system in which the processor can execute a relatively small number of distinct fundamental, highly optimised instructions, each consisting of a single operation.
RISC and CISC instruction sets
What does CISC stand for?
complex instruction set computing
(CISC), the processor can execute many more distinct instructions, with each potentially consisting of many operations.
How many clock cycles does it take RISC to execute an instruction?
1
a RISC instruction consistently takes one clock cycle
How many clock cycles does it take CISC to execute an instruction?
It can vary because a single instruction might need to access multiple memory locations.
Which is more efficient, RISC or CISC?
RISC
Which relies more on software to perform instructions, RISC or CISC
RISC
Why was CISC more commonly used in the past?
Because early computers were born out of a world of switches and relays, so hardware solutions came more naturally than software solutions for early computer pioneers.