The document discusses the different addressing modes used in computer architecture and organization. There are 8 addressing modes: register, immediate, direct, register indirect, based, indexed, based-index, and based indexed with displacement. Each addressing mode describes how an operand is specified in an instruction, such as using a register value directly, adding an offset to a register, or specifying the operand address immediately in the instruction. Examples are provided to illustrate each addressing mode.