logo

Question detail

Which instruction uses immediate addressing to load the value 12 into the accumulator?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Structure and role of the processor and its components

Exam-style question

Try this first

Which instruction uses immediate addressing to load the value 12 into the accumulator?.

  1. A.LOAD 12
  2. B.LOAD #12
  3. C.STORE #12
  4. D.ADD 12

Model answer

What a good answer should say

  • LOAD #12

Explanation

Why this works

The # symbol indicates that 12 is an immediate value to be loaded. LOAD 12 would use direct addressing, meaning that 12 refers to a memory address.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.