πŸŽ“ BookMCQ
← Back to An Introduction To Microprocessor 8085

πŸ“– 10. Programmable Keyboard and Display Interface: 8279

πŸ“– From An Introduction To Microprocessor 8085 β€’ 225 questions available

About 10. Programmable Keyboard and Display Interface: 8279

Think about how a calculator or a microwave keypad works. The CPU can't just keep checking all the keys to see if one is pressedβ€”that would waste a lot of time. The 8279 is a special-purpose chip designed specifically to manage a matrix of keys (a keyboard) and a set of 7-segment displays. It acts as a dedicated "manager" that automatically scans the keyboard, debounces the key presses (cleans up the electrical noise), and stores the key code in its own memory for the CPU to read whenever it's ready.

How It Works: The 8279 has two main sections: one for the keyboard and one for the display. For the keyboard, you set up which keys are in the matrix. The chip scans the rows and columns of the keyboard, and when a key is pressed, it debounces it and puts the key code into a FIFO (First-In, First-Out) RAM. For the display, the CPU simply sends the data it wants to show to the 8279, and the chip automatically refreshes the display (updates the segments) continuously, so the CPU doesn't have to do it. This is called "display scanning."


Practice MCQs for 10. Programmable Keyboard and Display Interface: 8279. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

πŸ”„ Last updated: 2026-07-30

50
Easy
106
Medium
69
Hard

πŸ“Œ Topics in this Chapter

8253 Timer Chip
7 MCQsView β†’
Block Diagram of 8279
13 MCQsView β†’
Display Interface of 8279
10 MCQsView β†’
Display Modes of 8279
6 MCQsView β†’
Display Write Inhibit/Blanking of 8279
6 MCQsView β†’
End Interrupt/Error Mode Set of 8279
8 MCQsView β†’
Functional Description of 8279
14 MCQsView β†’
INTEL Programmable Keyboard/Display Interface 8279
8 MCQsView β†’
Interfacing of 8279 with 8085
23 MCQsView β†’
Key Board San of 8279
12 MCQsView β†’
Keyboard/Display Mode Set of 8279
9 MCQsView β†’
Left Entry Mode(Type Writer Mode) of 8279
10 MCQsView β†’
N key Rollover of 8279
4 MCQsView β†’
Program Clock of 8279
10 MCQsView β†’
Programming of 8279
8 MCQsView β†’
Read Display RAM of 8279
16 MCQsView β†’
Read FIFO/Sensor RAM of 8279
8 MCQsView β†’
Right Entry Mode(Calculator Mode) of 8279
9 MCQsView β†’
Scanned Keyboard of 8279
8 MCQsView β†’
Scanned Sensor Matrix of 8279
9 MCQsView β†’
Status Register(IN Operation) of 8279
11 MCQsView β†’
Strobed Input of 8279
7 MCQsView β†’
Two key Lockout of 8279
9 MCQsView β†’