π From An Introduction To Microprocessor 8085 β’ 6. Programming of 8085 β’ 15 questions available
Practice MCQs for Programs to arrange series in 8085 Microprocessor. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
π Last updated: 2026-07-30
Q1. An array of five unsigned bytes is stored beginning at memory address 2500H. Which sequence of 8085 instructions will correctly sort the array in ascending order using a simple bubbleβsort method?
π‘ Difficulty: easy | β Correct: A
Q2. A programmer wants to sort ten 8βbit numbers stored from 2500H to 2509H in ascending order using insertion sort. Which register pair is best suited to hold the temporary key value during the inner loop?
π‘ Difficulty: medium | β Correct: C
Q3. In a program that sorts numbers stored consecutively in memory, which flag condition indicates that the value in the accumulator is greater than the value in the memory location being compared?
π‘ Difficulty: hard | β Correct: A
β¬οΈ View all questions in the quiz below