Which statement indicates an action to be performed during execution of…
2024
Which statement indicates an action to be performed during execution of assembled program?
- A.
Declarative Statement
- B.
Imperative Statement
- C.
Direction Statement
- D.
Compiled Statement
Attempted by 312 students.
Show answer & explanation
Correct answer: B
During the execution of an assembled program, the processor performs specific actions based on instructions.
Imperative statements explicitly define commands that the processor executes sequentially to manipulate data and control flow.
Declarative statements describe relationships or data states rather than specific execution steps, making them unsuitable for this context.