200+ TOP ASSEMBLY LANGUAGE PROGRAMMING Online Quiz Questions – Exam Test

ASSEMBLY LANGUAGE PROGRAMMING Online Test and Answers Pdf Download :-

These are very useful & Most Asked Questions in your certification Exam. Read all Online Mock Test Exam Question Bank for Beginners Freshers & Experienced.

1. Assembly language programs are written using

A) Hex code
B) Mnenonics
C) ASCII code
D) None of these View

Answer: B

2. For execution of an interrupt applied at INTR, number of states required by 8085 Microprocessor are

A) 4
B) 6
C) 12
D) 18

Answer: C

3. In 8085 which is/are the 16 bit registers?

A) Program Counter
B) Stack Pointer
C) Both A) & B)
D) None of the above

Answer: C

4. How many memory locations are required to store the instruction LXIH, 0800H in an 8085 assembly language program?

A) 1
B) 2
C) 3
D) 4

Answer: B

5. The instruction DEC N inform the assembler to

A) Decrement the content of N
B) Decrement the data addressed by N
C) Convert signed decimal number to binary
D) None of the above

Answer: A

ASSEMBLY LANGUAGE PROGRAMMING Objective type Questions with Answers

6. In 8085 microprocessor, the value of the most significant bit of the result following the execution of any arithmetic or Boolean instruction is stored in the

A) carry status flag
B) auxiliary carry status flag
C) sign status flag
D) zero status flag

Answer: C

7. Instructions performing actions in assembly language are called
A) imperative statements
B) declarative statements
C) directive statements
D) none of the above

Answer: A

8. What is the content of Stack Pointer ?
A) Address of the current instruction
B) Address of the next instruction
C) Address of the top element of the stack
D) None of the above

Answer: C

9. Which of the following interrupt has highest Priority?

A) INTR
B) TRAP
C) RST 7.5
D) RST 6.5

Answer: B

ASSEMBLY LANGUAGE PROGRAMMING Objective Questions
ASSEMBLY LANGUAGE PROGRAMMING MCQs

10. Number of machine cycles required for RET instruction in 8085 microprocessor is
A) 1
B) 2
C) 3
D) 5

Answer: C

ASSEMBLY LANGUAGE PROGRAMMING