Computer Architecture - Ch. 5 - Participation
Activities Complete Questions And Answers
Wgu c952
iszackBd 2025.2026 Wgu c952
, WGU C952 Computer Architecture -
Ch. 5 - Participation Activities
Complete Questions And Answers
\Q\.Consider the first three steps for a typical LEGv8 instruction.
1st step
2nd step
3rd step for memory-reference instructions
3rd step for arithmetic-logic instructions
3rd step for branch instructions - ANSWER-✔1. Fetch instruction from memory - Every
instruction must first be fetched from memory, based on the value of the program counter.
2. Read register(s) - Every instruction reads one or two registers.
3a. Use ALU for address calculation - determines what memory address to access.
3b. Use ALU for operation execution - instruction's operation like add or subtract is carried out
by the ALU
3c. Use ALU for comparisons - result of the comparison determines whether the branch should
be taken
\Q\.A datapath element whose output values depend only on the present input values is called
a _____ element. - ANSWER-✔combinational
The output values depend solely on the present "combination" of input values.