CISSP PRACTICE QUESTIONS – 20210920

Effective CISSP Questions

A central processing unit (CPU) typically provides various addressing modes that identify the operand(s) of each instruction. Which of the following addressing modes specifies the operand in the instruction itself? (Wentz QOTD)
A. Register addressing
B. Direct addressing
C. Indirect addressing
D. Immediate addressing

Kindly be reminded that the suggested answer is for your reference only. It doesn’t matter whether you have the right or wrong answer. What really matters is your reasoning process and justifications.

My suggested answer is D. Immediate addressing.

Wentz’s book, The Effective CISSP: Security and Risk Management, helps CISSP and CISM aspirants build a solid conceptual security model. It is a tutorial for information security and a supplement to the official study guides for the CISSP and CISM exams and an informative reference for security professionals.

Computer Architecture
Computer Architecture

It’s common for a CPU instruction to load values into registers for computing. A CPU’s addressing mode means how the CPU locates the value of interest. Values can be given immediately in instructions (immediate addressing), read from registers (register addressing), or loaded from the main memory (direct, indirect, base+offset).

An instruction may direct the CPU to load a value into the register by:

  1. providing a memory address where the value resides (direct addressing),
  2. providing a memory address that points to another memory address where the value resides (indirect addressing), or
  3. providing a memory address as the base (the start point) and the offset (the distance) to where the value resides (base+offset addressing).
Operators and Operands
Operators and Operands
Memory Layout of a Process
Memory Layout of a Process

Reference


中央處理單元 (CPU) 通常提供各種尋址模式(addressing mode)來標識每條指令的運算元(operand)。 以下哪一項尋址模式指令本身指定了的運算元? (Wentz QOTD)
A. 寄存器尋址
B. 直接尋址
C. 間接尋址
D. 立即尋址



1 thought on “CISSP PRACTICE QUESTIONS – 20210920

  1. Pingback: 中央處理單元 (CPU) 的立即尋址(Immediate addressing)模式中,指令本身指定了的運算元 – Choson資安大小事

Leave a Reply