Sie sind auf Seite 1von 3

When we use auto increment or auto decrements, which of the following is/are true?

1) In both, the address is used to retrieve the operand and then the address gets altered
2) In auto increment, the operand is retrieved first and then the address altered
3) Both of them can be used on general purpose registers as well as memory locations
a) 1, 2, 3
b) 2
c) 1, 3
d) 2, 3

The first byte of an instruction contains the opcode, which specifies the operation performed by the
microprocessor.

Which addressing mode is being used in the given instruction MOV AX, 1234H
Immediate addressing mode

It is useful for addressing a two dimensional memory array.


Base relative plus index addressing

Addressing mode which is set to index arrays, is applied to index addressing mode in computers is
Register indirect addressing mode

An EPROM memory is programmed by an EPROM programmer and can be erased if exposed to


ultraviolet light.

Most error-correction integrated circuits are able to correct only a single-bit error.
True

These are either software instructions similar to CALL or hardware signals used to call procedures.
Interrupts

Dynamic RAM (DRAM) retains data for only a short period, usually 2-4 uS.
False

A memory that can be erased if exposed to electricity


EEPROM

The far jump allows a jump to any location in the memory system (intersegment).

The addressing mode/s, which uses the PC instead of a general purpose register is ______
a) Relative
b) Indexed with offset
c) Direct
d) Both indexed with offset and direct

In computer, size of DI, SI, SP and BP stack control register is


2 bytes each
The data segment is used by default with register indirect addressing or any other mode that uses BX,
DI, or SI to address memory.

Static RAM (SRAM) retains data for as long as the system power supply is attached.

The addressing mode, where you directly specify the operand value is _______
a) Relative
b) Direct
c) Immediate
d) Definite

When CALL executes, it pushes the return address on the stack and then jumps to the procedure.

Fetch is not required in


Immediate addressing

Data are placed on the stack with a pushed instruction and removed with pop instruction
False

It converts the data in AL into a number stored at the memory location addressed by BX plus AL.
Translate (XLAT)

An instruction loads any 16-bit register with an effective address


LEA

Which addressing mode executes its instructions within CPU without the necessity of reference memory
for operands?
a. Implied Mode
b. Immediate Mode
c. Direct Mode
d. Register Mode

Test instructions are templates for storing arrays of data and are addressed by array name and field.
False

The .MODEL statement is used with assembly language to identify the start of a file and the type of
memory model used with the file.

What is a computer component which is fastest?


Cache

The addressing mode which makes use of in-direction pointers is


a. Indirect addressing mode
b. Index addressing mode
c. Relative addressing mode
d. Offset addressing mode
It allows a jump to any location in the current code segment (intrasegment).
The near jump

Das könnte Ihnen auch gefallen