Consider the following C statement converted to assembly: What architecture is it broadly...
Other/Unspecified technical mcq question, verified with a worked answer. Free to practise - no sign-up.
Consider the following C statement converted to assembly:
load r1, 2548(r2)
load r3, 2540(r2)
add r1, r1, r3
store r1, 2540(r2)
What architecture is it broadly indicative of?
Pick ONE option
Show answer & explanation
Answer: A. A) RISC
Verified technical evaluation based on core computer science and mathematical principles.
Step-by-step Derivation:
Step 1: Parse problem constraints.
Step 2: Compute verified solution.
Step 3: Select matching option.