Assembly Programming Language Quiz 2

Description: Assembly Programming Language Quiz 2
Number of Questions: 8
Created by:
Tags: assembly
Attempted 0/8 Correct 0 Score 0
  1. System boot

  2. Running applications

  3. Both wrong

  4. Both correct


Correct Option: D
  1. Must be defined explicitly in the program

  2. DOS uses the high area of the COM program for the Stack

  3. There is no stack for .COM program during execution

  4. none of the above


Correct Option: B

The physical address 12345 can be represented by the logical address:

  1. 1234:5

  2. 1230:45

  3. Both (a) and (b) are wrong

  4. Both (a) and (b) are correct


Correct Option: D
  1. Mov IP,2000

  2. Jmp 2000

  3. Mov 2000,IP

  4. You can not change IP register


Correct Option: B

To increment both AL, AH registers:

  1. INC AX

  2. INC AL INC AH

  3. both (a) and (b) are correct

  4. both (a) and (b) are wrong


Correct Option: B
- Hide questions