SlideShare una empresa de Scribd logo
1 de 28
1.What are the various registers in 8085?
Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various
registers in 8085 .
2.In 8085 name the 16 bit registers?
Stack pointer and Program counter all have 16 bits.
3.What are the various flags used in 8085?
Sign flag, Zero flag, Axillary flag, Parity flag, Carry flag.
4.What is Stack Pointer?
Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the
stack.
5. What is Program counter?
Program counter holds the address of either the first byte of the next instruction to be fetched for execution or
the address of the next byte of a multi byte instruction, which has not been completely fetched. In both the
cases it gets incremented automatically one by one as the instruction bytes get fetched. Also Program register
keeps the address of the next instruction.
6.Which Stack is used in 8085?
LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be retrieved
first.
7.What happens when HLT instruction is executed in processor?
The Micro Processor enters into Halt-State and the buses are tri-stated.
8.What is meant by a bus?
A bus is a group of conducting lines that carriers data, address, & control signals.
9.What is Tri-state logic?
Three Logic Levels are used and they are High, Low, High impedance state. The high and low are normal logic
levels & high impedance state is electrical open circuit conditions.Tri-state logic has a third line called enable line.
10.Give an example of one address microprocessor?
8085 is a one address microprocessor.
11.In what way interrupts are classified in 8085?
In 8085 the interrupts are classified as Hardware and Software interrupts.
12. What are Hardware interrupts?
TRAP, RST7.5, RST6.5, RST5.5, INTR.
13. What are Software interrupts?
RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7.
14.Which interrupt has the highest priority?
TRAP has the highest priority.
15.Name 5 different addressing modes?
Immediate, Direct, Register, Register indirect, Implied addressing modes.
16. How many interrupts are there in 8085?
There are 12 interrupts in 8085.
17.What is clock frequency for 8085?
3 MHz is the maximum clock frequency for 8085.
18.What is the RST for the TRAP?
RST 4.5 is called as TRAP.
19.In 8085 which is called as High order / Low order Register?
Flag is called as Low order register & Accumulator is called as High order Register.
20.What are input & output devices?
Keyboards, Floppy disk are the examples of input devices. Printer, LED / LCD display, CRT Monitor are the
examples of output devices.
21. Can an RC circuit be used as clock source for 8085?
Yes, it can be used, if an accurate clock frequency is not required. Also, the component cost is low compared to
LC or Crystal.
22. Why crystal is a preferred clock source?
Because of high stability, large Q (Quality Factor) & the frequency that doesn?t drift with aging. Crystal is used
as a clock source most of the times.
23. Which interrupt is not level-sensitive in 8085?
RST 7.5 is a raising edge-triggering interrupt.
24.What does Quality factor mean?
The Quality factor is also defined, as Q. So it is a number, which reflects the lossness of a circuit. Higher the Q,
the lower are the losses.
25. What are level-triggering interrupt?
RST 6.5 & RST 5.5 are level-triggering interrupts.
1. What is Microprocessor? Give the power
supply & clock frequency of 8085?
Ans:A microprocessor is a
multipurpose, programmable logic device that reads binary instructions from a
storage device called memory accepts binary data as input and processes data
according to those instructions and provides result as output. The power supply
of 8085 is +5V and clock frequency in 3MHz.
2. List few applications of
microprocessor-based system.
Ans:
It is used:
i. For measurements, display
and control of current, voltage, temperature, pressure, etc.
ii. For traffic
control and industrial tool control.
iii. For speed control of machines.
3. What are the functions of an
accumulator?
Ans:The accumulator is the
register associated with the ALU operations and sometimes I/O operations. It is
an integral part of ALU. It holds one of data to be processed by ALU. It also
temporarily stores the result of the operation performed by the ALU.
4. List the 16 – bit registers of 8085
microprocessor.
Ans:Stack pointer (SP) and
Program counter (PC).
5. List the allowed register pairs of
8085.
Ans:
B-C register pair
D-E register pair
H-L register pair
6. Mention the purpose of SID and SOD lines
Ans: SID (Serial input data line): It is an input line through which the microprocessor accepts serial
data. SOD (Serial output data line): It is an output line through which the microprocessor sends output
serial data.
7. What is an Opcode?
Ans: The part of the instruction that specifies the operation to be performed is called the operation
code or opcode.
8. What is the function of IO/M signal in the 8085?
Ans: It is a status signal. It is used to differentiate between memory locations and I/O operations.
When this signal is low (IO/M = 0) it denotes the memory related operations. When this signal is high
(IO/M = 1) it denotes an I/O operation.
9. What is an Operand?
Ans: The data on which the operation is to be performed is called as an Operand.
10. How many operations are there in the instruction set of 8085 microprocessor?
Ans: There are 74 operations in the 8085 microprocessor.
11. List out the five categories of the 8085 instructions. Give examples of the instructions for
each group.
Ans:
Data transfer group – MOV, MVI, LXI.
Arithmetic group – ADD, SUB, INR.
Logical group –ANA, XRA, CMP.
Branch group – JMP, JNZ, CALL.
Stack I/O and Machine control group – PUSH, POP, IN, HLT.
12. Explain the difference between a JMP instruction and CALL instruction.
Ans: A JMP instruction permanently changes the program counter. A CALL instruction leaves
information on the stack so that the original program execution sequence can be resumed.
13. Explain the purpose of the I/O instructions IN and OUT.
Ans: The IN instruction is used to move data from an I/O port into the accumulator. The OUT
instruction is used to move data from the accumulator to an I/O port. The IN & OUT instructions are
used only on microprocessor, which use a separate address space for interfacing.
14. What is the difference between the shift and rotate instructions?
Ans: A rotate instruction is a closed loop instruction. That is, the data moved out at one end is put
back in at the other end. The shift instruction loses the data that is moved out of the last bit locations.
15. How many address lines in a 4096 x 8 EPROM CHIP?
Ans: 12 address lines.
16. What are the Control signals used for DMA operation?
Ans:-HOLD & HLDA.
17. What is meant by Wait State?
Ans:-This state is used by slow peripheral devices. The peripheral devices can transfer the data to or
from the microprocessor by using READY input line. The microprocessor remains in wait state as long
as READY line is low. During the wait state, the contents of the address, address/data and control
buses are held constant.
18. List the four instructions which control the interrupt structure of the 8085 microprocessor.
Ans:-
DI ( Disable Interrupts )
EI ( Enable Interrupts )
RIM ( Read Interrupt Masks )
SIM ( Set Interrupt Masks )
19. What is meant by polling?
Ans:-Polling or device polling is a process which identifies the device that has interrupted the
microprocessor.
20. What is meant by interrupt?
Ans:-Interrupt is an external signal that causes a microprocessor to jump to a specific subroutine.
21. Explain priority interrupts of 8085.
Ans:-The 8085 microprocessor has five interrupt inputs. They are TRAP, RST 7.5, RST 6.5, RST 5.5,
and INTR. These interrupts have a fixed priority of interrupt service. If two or more interrupts go high
at the same time, the 8085 will service them on priority basis. The TRAP has the highest priority
followed by RST 7.5, RST 6.5, RST 5.5. The priority of interrupts in 8085 is shown in the table.
TRAP 1
RST 7.5 2
RST 6.5 3
RST 5.5 4
INTR 5
22. What is a microcomputer?
Ans:-A computer that is designed using a microprocessor as its CPU is called microcomputer.
23. What is the signal classification of 8085
Ans:-All the signals of 8085 can be classified into 6 groups
Address bus
Data bus
Control and status signals
Power supply and frequency signals
Externally initiated signals
Serial I/O ports
24. What are operations performed on data in 8085
Ans:- The various operations performed are
Store 8-bit data
Perform arithmetic and logical operations
Test for conditions
Sequence the execution of instructions
Store data temporarily during execution in the defined R/W memory locations called the
stack
25. Steps involved to fetch a byte in 8085
Ans:-
i. The PC places the 16-bit memory address on the address bus ii. The control unit sends the control
signal RD to enable the memory chip iii. The byte from the memory location is placed on the data bus
iv. The byte is placed in the instruction decoder of the microprocessor and the task is carried out
according to the instruction
26. How many interrupts does 8085 have, mention them
Ans:-The 8085 has 5 interrupt signals; they are INTR, RST7.5, RST6.5, RST5.5 and TRAP
27. Basic concepts in memory interfacing
Ans:-The primary function of memory interfacing is that the microprocessor should be able to read
from and write into a given register of a memory chip. To perform these operations the
microprocessor should
Be able to select the chip
Identify the register
Enable the appropriate buffer
28. Define instruction cycle, machine cycle and T-state
Ans:-Instruction cycle is defined, as the time required completing the execution of an instruction.
Machine cycle is defined as the time required completing one operation of accessing memory, I/O or
acknowledging an external request. Tcycle is defined as one subdivision of the operation performed in
one clock period
29. What is an instruction?
Ans:-An instruction is a binary pattern entered through an input device to command the
microprocessor to perform that specific function
30. What is the use of ALE
Ans:-The ALE is used to latch the lower order address so that it can be available in T2 and T3 and
used for identifying the memory address. During T1 the ALE goes high, the latch is transparent ie, the
output changes according to the input data, so the output of the latch is the lower order address.
When ALE goes low the lower order address is latched until the next ALE.
31. How many machine cycles does 8085 have, mention them
Ans:The 8085 have seven machine cycles. They are
Opcode fetch
Memory read
Memory write
I/O read
I/O write
Interrupt acknowledge
Bus idle
32. Explain the signals HOLD, READY and SID
Ans:HOLD indicates that a peripheral such as DMA controller is requesting the use of address bus,
data bus and control bus. READY is used to delay the microprocessor read or write cycles until a slow
responding peripheral is ready to send or accept data.SID is used to accept serial data bit by bit
33. Mention the categories of instruction and give two examples for each category.
Ans:The instructions of 8085 can be categorized into the following five categories
Data transfer Instructions -MOV Rd,Rs STA 16-bit
Arithmetic
Instructions -ADD R DCR M
Logical
Instructions -XRI 8-bit RAR
Branching
Instructions -JNZ CALL 16-bit
Machine control Instructions -HLT NOP
34. Explain LDA, STA and DAA instructions
Ans:LDA copies the data byte into accumulator from the memory location specified by the 16-bit
address. STA copies the data byte from the accumulator in the memory location specified by 16-bit
address. DAA changes the contents of the accumulator from binary to 4-bit BCD digits.
35. Explain the different instruction formats with examples
Ans:The instruction set is grouped into the following formats
One byte instruction -MOV C,A
Two byte instruction -MVI A,39H
Three byte instruction -JMP 2345H
36. What is the use of addressing modes, mention the different types
Ans:The various formats of specifying the operands are called addressing modes, it is used to access
the operands or data. The different types are as follows
Immediate addressing
Register addressing
Direct addressing
Indirect addressing
Implicit addressing
37. What is the use of bi-directional buffers?
Ans:It is used to increase the driving capacity of the data bus. The data bus of a microcomputer
system is bi-directional, so it requires a buffer that allows the data to flow in both directions.
38. Give the register organization of 8085
Ans:
W(8) Temp. Reg
Z(8) Temp. Reg
B(8) Register
C(8) Register
D(8) Register
E(8) Register
H(8) Register
L(8) Register
Stack Pointer (16)
Program Counter (16)
39. Define stack and explain stack related instructions
Ans:The stack is a group of memory locations in the R/W memory that is used for the temporary
storage of binary information during the execution of the program. The stack related instructions are
PUSH & POP
40. Why do we use XRA A instruction
Ans:The XRA A instruction is used to clear the contents of the Accumulator and store the value 00H.
41. Compare CALL and PUSH instructions
Ans:
CALL PUSH
1.When CALL is executed the
microprocessor automatically
stores
the 16-bit address of the
instruction next to CALL on the
stack.
2.When CALL is executed the
stack pointer is decremented
by
two
1.PUSH The programmer
uses the instruction to save
the contents
of the register pair on the
stack
2. When PUSH is executed
the stack pointer is
decremented
by two
42. What is Microcontroller and Microcomputer
Ans:Microcontroller is a device that includes microprocessor; memory and I/O signal lines on a single
chip, fabricated using VLSI technology. Microcomputer is a computer that is designed using
microprocessor as its CPU. It includes microprocessor, memory and I/O.
43. Define Flags
Ans:The flags are used to reflect the data conditions in the accumulator. The 8085 flags are S-Sign
flag, Z-Zero flag, AC-Auxiliary carry flag, P-Parity flag, CYCarry flag, D7 D6 D5 D4 D3 D2 D1 D0 44.
How does the microprocessor differentiate between data and instruction?
Ans:When the first m/c code of an instruction is fetched and decoded in the instruction register, the
microprocessor recognizes the number of bytes required to fetch the entire instruction. For example
MVI A, Data, the second byte is always considered as data. If the data byte is omitted by mistake
whatever is in that memory location will be considered as data & the byte after the “data” will be
treated as the next instruction.
45. Compare RET and POP
Ans:
RET POP
1.RET transfers the contents of
the top two locations of the stack
to
the PC
2.When RET is executed the SP
is incremented by two
3.Has 8 conditional RETURN
instructions
1.POP transfers the contents of
the top two locations of the stack
to
the specified register pair
2. When POP is executed the
SP is incremented by two
3.No conditional POP
instructions
46. What is assembler?
Ans:The assembler translates the assembly language program text which is given as input to the
assembler to their binary equivalents known as object code. The time required to translate the
assembly code to object code is called access time. The assembler checks for syntax errors &
displays them before giving the object code.
47. What is loader?
Ans:The loader copies the program into the computer‟s main memory at load time and begins the
program execution at execution time.
48. What is linker?
Ans:A linker is a program used to join together several object files into one large object file. For large
programs it is more efficient to divide the large program modules into smaller modules. Each module
is individually written, tested & debugged. When all the modules work they are linked together to form
a large functioning program.
49. What is interrupt service routine?
Ans:Interrupt means to break the sequence of operation. While the CPU is executing a program an
interrupt breaks the normal sequence of execution of instructions & diverts its execution to some other
program. This program to which the control is transferred is called the interrupt service
routine. 50.What are the various programmed data transfer methods?
Ans: i) Synchronous data transfer ii) Asynchronous data transfer iii) Interrupt driven data transfer
51. What is synchronous data transfer?
Ans:It is a data method which is used when the I/O device and the microprocessor match in speed.
To transfer a data to or from the device, the user program issues a suitable instruction addressing the
device. The data transfer is completed at the end of the execution of this instruction.
52. What is asynchronous data transfer?
Ans:It is a data transfer method which is used when the speed of an I/O device does not match with
the speed of the microprocessor. Asynchronous data transfer is also called as Handshaking.
53. What are the basic modes of operation of 8255?
Ans: There are two basic modes of operation of 8255, They are:
1. I/O mode. 2. BSR mode.
In I/O mode, the 8255 ports work as programmable I/O ports, while In BSR mode only port C (PC0-
PC7) can be used to set or reset its individual port bits. Under the IO mode of operation, further there
are three modes of operation of 8255, So as to support different types of applications, viz. mode 0,
mode 1 and mode 2.
Mode 0 - Basic I/O mode
Mode 1 - Strobed I/O mode
Mode 2 - Strobed bi-directional I/O.
54. Write the features of mode 0 in 8255?
Ans:1. Two 8-bit ports (port A and port B) and two 4-bit ports (port C upper and lower) are available.
The two 4-bit ports can be combined used as a third 8-bit port. 2. Any port can be used as an input or
output port. 3.Output ports are latched. Input ports are not latched. 4. A maximum of four ports are
available so that overall 16 I/O configurations are possible.
55. What are the features used mode 1 in 8255?
Ans:Two groups – group A and group B are available for strobed data transfer.
1. Each group contains one 8-bit data I/O port and one 4-bit control/data port. 2. The 8-bit data port
can be either used as input or output port. The inputs and outputs both are latched. 3. Out of 8-bit port
C, PC0-PC2 is used to generate control signals for port B and PC3=PC5 are used to generate control
signals for port A. The lines PC6, PC7 may be used as independent data lines.
56. What are the signals used in input control signal & output control signal?
Ans: Input control signal
STB (Strobe input)
IBF (Input buffer full)
INTR(Interrupt request)
Output control signal
OBF (Output buffer full)
ACK (Acknowledge input)
INTR(Interrupt request)
57. What are the features used mode 2 in 8255?
Ans:The single 8-bit port in-group A is available.
1. The 8-bit port is bi-directional and additionally a 5-bit control port is available. 2. Three I/O lines are
available at port C, viz PC2-PC0. 3. Inputs and outputs are both latched. 4. The 5-bit control port C
(PC3=PC7) is used for generating/accepting handshake signals for the 8-bit data transfer on port A.
58. What are the modes of operations used in 8253?
Ans:Each of the three counters of 8253 can be operated in one of the following six modes of
operation.
1. Mode 0 (Interrupt on terminal count) 2. Mode 1 (Programmable monoshot) 3. Mode 2 (Rate
generator) 4. Mode 3 (Square wave generator) 5. Mode 4 (Software triggered strobe) 6. Mode 5
(Hardware triggered strobe)
59. What are the different types of write operations used in 8253?
Ans:There are two types of write operations in 8253
(1) Writing a control word register (2) Writing a count value into a count register
The control word register accepts data from the data buffer and initializes the counters, as required.
The control word register contents are used for
(a) Initializing the operating modes (mode 0-mode4) (b) Selection of counters (counter 0- counter 2)
(c) Choosing binary /BCD counters (d) Loading of the counter registers.
The mode control register is a write only register and the CPU cannot read its contents.
60. Give the different types of command words used in 8259a?
Ans:The command words of 8259A are classified in two groups
1. Initialization command words (ICWs) 2. Operation command words (OCWs)
61. Give the operating modes of 8259a?
Ans:
(a) Fully Nested Mode (b) End of Interrupt (EOI) (c) Automatic Rotation (d) Automatic EOI Mode (e)
Specific Rotation (f) Special Mask Mode (g) Edge and level Triggered Mode (h) Reading 8259 Status
(i) Poll command (j) Special Fully Nested Mode (k) Buffered mode (l) Cascade mode
62. Define scan counter?
Ans: The scan counter has two modes to scan the key matrix and refresh the display. In the encoded
mode, the counter provides binary count that is to be externally decoded to provide the scan lines for
keyboard and display. In the decoded scan mode, the counter internally decodes the least significant
2 bits and provides a decoded 1 out of 4 scan on SL0-SL3.The keyboard and display both are in the
same mode at a time.
63. What is the output modes used in 8279?
Ans: 8279 provides two output modes for selecting the display options.
1.Display Scan
In this mode, 8279 provides 8 or 16 character-multiplexed displays those can be organized as dual 4-
bit or single 8-bit display units.
2.Display Entry
8279 allows options for data entry on the displays. The display data is entered for display from the
right side or from the left side.
64. What are the modes used in keyboard modes?
Ans: 1. Scanned Keyboard mode with 2 Key Lockout. 2. Scanned Keyboard with N-key Rollover. 3.
Scanned Keyboard special Error Mode. 4. Sensor Matrix Mode.
65. What are the modes used in display modes?
Ans:1. Left Entry mode
In the left entry mode, the data is entered from the left side of the display unit.
2. Right Entry Mode.
In the right entry mode, the first entry to be displayed is entered on the rightmost display.
66. What is the use of modem control unit in 8251?
Ans: The modem control unit handles the modem handshake signals to coordinate the
communication between the modem and the USART.
67. Give the register organization of 8257?
Ans: The 8257 perform the DMA operation over four independent DMA channels. Each of the four
channels of 8257 has a pair of two 16-bit registers. DMA address register and terminal count register.
Also, there are two common registers for all the channels; namely, mode set registers and status
register. Thus there are a total of ten registers. The CPU selects one of these ten registers using
address lines A0- A3.
68. What is the function of DMA address register?
Ans: Each DMA channel has one DMA address register. The function of this register is to store the
address of the starting memory location, which will be accessed by the DMA channel. Thus the
starting address of the memory block that will be accessed by the device is first loaded in the DMA
address register of the channel. Naturally, the device that wants to transfer data over a DMA channel,
will access the block of memory with the starting address stored in the DMA Address Register.
69. What is the use of terminal count register?
Ans: Each of the four DMA channels of 8257 has one terminal count register. This 16-bit register is
used for ascertaining that the data transfer through a DMA channel ceases or stops after the required
number of DMA cycles.
70. What is the function of mode set register in 8257?
Ans: The mode set register is used for programming the 8257 as per the requirements of the system.
The function of the mode set register is to enable the DMA channels individually and also to set the
various modes of operation.
71. What is interfacing?
Ans: An interface is a shared boundary between the devices which involves sharing information.
Interfacing is the process of making two different systems communicate with each other.
72. List the operation modes of 8255
Ans: a) I.O Mode
i. Mode 0-Simple Input/Output. ii. Mode 1-Strobed Input/Output (Handshake mode) iii. Mode 2-
Strobed bidirectional mode
b) Bit Set/Reset Mode.
73. What is a control word?
Ans: It is a word stored in a register (control register) used to control the operation of a program
digital device.
74. What is the purpose of control word written to control register in 8255?
Ans: The control words written to control register specify an I/O function for each I.O port. The bit D7
of the control word determines either the I/O function of the BSR function.
75.What is the size of ports in 8255?
Ans:
Port-A : 8-bits
Port-B : 8-bits
Port-CU : 4-bits
Port-CL : 4-bits
76. Distinguish between the memories mapped I/O peripheral I/O?
Ans:
Memory Mapped I/O Peripheral MappedI/O
16-bit device address 8-bit device address
Data transfer between any
general-purpose register and
I/O port.
Data is transfer only between
accumulator and I.O port
The memory map (64K) is
shared between I/O device and
system
memory.
The I/O map is independent of the
memory map; 256 input device and
256
output device can be connected
More hardware is required to
decode 16-bit address
Less hardware is required to
decode 8-bit address
Arithmetic or logic operation
can be directly performed with
I/O
data
Arithmetic or logical operation
cannot be directly performed with
I/O
data
77. What is memory mapping?
Ans: The assignment of memory addresses to various registers in a memory chip is called as
memory mapping.
78. What is I/O mapping?
Ans:The assignment of addresses to various I/O devices in the memory chip is called as I/O
mapping.
79. What is an USART?
Ans:USART stands for universal synchronous/Asynchronous Receiver/Transmitter. It is a
programmable communication interface that can communicate by using either synchronous or
asynchronous serial data.
80.What is the use of 8251 chip?
8251 chip is mainly used as the asynchronous serial interface between the processor and the external
equipment.
81. What is 8279?
Ans:The 8279 is a programmable Keyboard/Display interface.
82. List the major components of the keyboard/Display interface.
a. Keyboard section b. Scan section c. Display section d. CPU interface section
83. What is Key bouncing?
Ans: Mechanical switches are used as keys in most of the keyboards. When a key is pressed the
contact bounce back and forth and settle down only after a small time delay (about 20ms). Even
though a key is actuated once, it will appear to have been actuated several times. This problem is
called Key Bouncing.
84.Define HRQ?
Ans: The hold request output requests the access of the system bus. In non- cascaded 8257
systems, this is connected with HOLD pin of CPU. In cascade mode, this pin of a slave is connected
with a DRQ input line of the master 8257, while that of the master is connected with HOLD input of
the CPU.
85. What is the use of stepper motor?
Ans:A stepper motor is a device used to obtain an accurate position control of rotating shafts. A
stepper motor employs rotation of its shaft in terms of steps, rather than continuous rotation as in
case of AC or DC motor.
86. What is TXD?
Ans: TXD- Transmitter Data Output This output pin carries serial stream of the transmitted data bits
along with other information like start bit, stop bits and priority bit.
87. What is RXD?
Ans: RXD- Receive Data Input This input pin of 8251A receives a composite stream of the data to be
received by 8251A.
88. What is meant by key bouncing?
Ans:Microprocessor must wait until the key reach to a steady state; this is known as Key bounce.
89. What is swapping?
The procedure of fetching the chosen program segments or data from the secondary storage into the
physical memory is called „swapping‟.
90. Write the function of crossbar switch?
Ans: The crossbar switch provides the inter connection paths between the memory module and the
processor. Each node of the crossbar represents a bus switch. All these nodes may be controlled by
one of these processors or by a separate one altogether.
91. What is a data amplifier?
Ans: Transceivers are the bi-directional buffers are some times they are called as data amplifiers.
They are required to separate the valid data from the time multiplexed address data signal. They are
controlled by 2 signals i.e DEN & DT/R.
92. What is status flag bit?
Ans: The flag register reflects the results of logical and arithmetic instructions. The flag register digits
D0, D2, D4, D6, D7 and D11 are modified according to the result of the execution of logical and
arithmetic instruction. These are called as status flag bits.
93. What is a control flag?
Ans: The bits D8 and D9 namely, trap flag (TF) and interrupt flag (IF) bits, are used for controlling
machine operation and thus they are called control flags.
94. What is instruction pipelining?
Ans: Major function of the bus unit is to fetch instruction bytes from the memory. In fact, the
instructions are fetched in advance and stored in a queue to enable faster execution of the
instructions. This concept is known as instruction pipelining.
95. Compare Microprocessor and Microcontroller.
Ans:
Microprocessor Microcontroller
Microprocessor contains
ALU,general purpose
registers,stack
pointer,
program counter, clock timing
circuit and interrupt
circuit.
Microcontroller contains the circuitry
of microprocessor and in
addition it
has built- in ROM, RAM, I/O
devices, timers and
counters.
It has many instructions to
move data between memory
and CPU.
It has one or two instructions to move
data between memory and
CPU.
It has one or two bit handling
instructions.
It has many bit handling instructions.
Access times for memory and
I/O
devices are more.
Less access times for built-in
memory
and I/O devices.
Microprocessor based system
requires more hardware.
Microcontroller based system
requires
less hardware reducing PCB
size and
increasing the reliability.
8085 questions and answers
1. What are the various registers in 8085?
- Accumulator register, Temporary register, Instruction register, Stack Pointer, Program
Counter are the various registers in 8085 .
2. In 8085 name the 16 bit registers?
- Stack pointer and Program counter all have 16 bits.
3. What are the various flags used in 8085?
- Sign flag, Zero flag, Auxillary flag, Parity flag, Carry flag.
4. What is Stack Pointer?
- Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the
address of the top of the stack.
5. What is Program counter?
- Program counter holds the address of either the first byte of the next instruction to be
fetched for execution or the address of the next byte of a multi byte instruction, which has
not been completely fetched. In both the cases it gets incremented automatically one by
one as the instruction bytes get fetched. Also Program register keeps the address of the
next instruction.
6. Which Stack is used in 8085?
- LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored
information can be retrieved first.
7. What happens when HLT instruction is executed in processor?
- The Micro Processor enters into Halt-State and the buses are tri-stated.
8. What is meant by a bus?
- A bus is a group of conducting lines that carriers data, address, & control signals.
9. What is Tri-state logic?
- Three Logic Levels are used and they are High, Low, High impedance state. The high and
low are normal logic levels & high impedance state is electrical open circuit conditions.
Tri-state logic has a third line called enable line.
10. Give an example of one address microprocessor?
- 8085 is a one address microprocessor.
11. In what way interrupts are classified in 8085?
- In 8085 the interrupts are classified as Hardware and Software interrupts.
12. What are Hardware interrupts?
- TRAP, RST7.5, RST6.5, RST5.5, INTR.
13. What are Software interrupts?
- RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7.
14. Which interrupt has the highest priority?
- TRAP has the highest priority.
15. Name 5 different addressing modes?
- Immediate, Direct, Register, Register indirect, Implied addressing modes.
16. How many interrupts are there in 8085?
- There are 12 interrupts in 8085.
17. What is clock frequency for 8085?
- 3 MHz is the maximum clock frequency for 8085.
18. What is the RST for the TRAP?
- RST 4.5 is called as TRAP.
19. In 8085 which is called as High order / Low order Register? - Flag is called as Low
order register & Accumulator is called as High order Register.
20. What are input & output devices?
- Keyboards, Floppy disk are the examples of input devices. Printer, LED / LCD display,
CRT Monitor are the examples of output devices.
21. Can an RC circuit be used as clock source for 8085?
- Yes, it can be used, if an accurate clock frequency is not required. Also, the component
cost is low compared to LC or Crystal.
22. Why crystal is a preferred clock source?
- Because of high stability, large Q (Quality Factor) & the frequency that doesn’t drift with
aging. Crystal is used as a clock source most of the times.
23. Which interrupt is not level-sensitive in 8085?
- RST 7.5 is a raising edge-triggering interrupt.
24. What does Quality factor mean?
- The Quality factor is also defined, as Q. So it is a number, which reflects the lossness of
a circuit. Higher the Q, the lower are the losses.
25. What are level-triggering interrupt?
- RST 6.5 & RST 5.5 are level-triggering interrupts
26.Which Stack is used in 8085?LIFO (Last In First Out) stack is used in
8085.In this type of Stack the last stored information can be...
27.What are the various registers in 8085?Accumulator register,
Temporary register, Instruction register, Stack Pointer, Program Counter
are the various registers in 8085...
28.What are the various registers in 8085?Accumulator register,
Temporary register, Instruction register, Stack Pointer, Program Counter
are the various registers in 8085...
29.In 8085 name the 16 bit registers?Stack pointer and Program counter
all have 16 bits....
30.What is Stack Pointer?Stack pointer is a special purpose 16-bit
register in the Microprocessor, which holds the address of the top of the...
31.Which StacWhich Stack is used in 8086? k is used in 8086?FIFO (First
In First Out) stack is used in 8086.In this type of Stack the first stored
information is retrieved...
32.How can I handle a destructor that fails?Write a message to a log-file.
But do not throw an exception. The C++ rule is that you must never throw...
33.In what way interrupts are classified in 8085?In 8085 the interrupts
are classified as Hardware and Software interrupts....
34.What method is used to place a value onto the top of a stack?push()
method, Push is the direction that data is being added to the stack. push()
member method places a value...
35.What is clock frequency for 8085?3 MHz is the maximum clock
frequency for 8085....
36.What is clock frequency for 8085?
3 MHz is the maximum clock frequency for 8085.
37.Give an example of one address microprocessor?
8085 is a one address microprocessor.
38.Give examples for 8 / 16 / 32 bit Microprocessor?
8-bit Processor - 8085 / Z80 / 6800; 16-bit Processor - 8086 / 68000 / Z8000; 32-
bitprocessor - 80386 / 80486
39.What is meant by a bus?
A bus is a group of conducting lines that carriers data, address, & control signals.
40.What are the various registers in 8085?
Accumulator register, Temporary register, Instruction register, Stack Pointer,
Program Counter are the various registers in 8085
41.Why crystal is a preferred clock source?
Because of high stability, large Q (Quality Factor) & the frequency that doesn?t drift
with aging. Crystal is used as a clock source most of the times.
42.In 8085 which is called as High order / Low order Register?
Flag is called as Low order register & Accumulator is called as High order Register.
43.Name 5 different addressing modes?
Immediate, Direct, Register, Register indirect, Implied addressing modes
44.In what way interrupts are classified in 8085?
In 8085 the interrupts are classified as Hardware and Software interrupts.
45.What is the difference between primary & secondary storage device?
In primary storage device the storage capacity is limited. It has a volatile memory.
In secondary storage device the storage capacity is larger. It is a nonvolatile
memory. Primary devices are: RAM / ROM. Secondary devices are: Floppy disc /
Hard disk.
46.Which Stack is used in 8085?
LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored
information can be retrieved first.
47.What is Program counter?
Program counter holds the address of either the first byte of the next instruction to
be fetched for execution or the address of the next byte of a multi byte instruction,
which has not been completely fetched. In both the cases it gets incremented
automatically one by one as the instruction bytes get fetched. Also Program register
keeps the address of the next instruction.
48.What is the RST for the TRAP?
RST 4.5 is called as TRAP.
49.What are level-triggering interrupt?
RST 6.5 & RST 5.5 are level-triggering interrupts.
50.Which interrupt is not level-sensitive in 8085?
RST 7.5 is a raising edge-triggering interrupt.
51.What are Software interrupts?
RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7.
52.What are the various flags used in 8085?
Sign flag, Zero flag, Auxiliary flag, Parity flag, Carry flag.
53.In 8085 name the 16 bit registers?
Stack pointer and Program counter all have 16 bits.
54.What is Stack Pointer?
Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds
the address of the top of the stack.
55.What happens when HLT instruction is executed in processor?
The Micro Processor enters into Halt-State and the buses are tri-stated.
56.What does Quality factor mean?
The Quality factor is also defined, as Q. So it is a number, which reflects the
lossness of a circuit. Higher the Q, the lower are the losses.
57.How many interrupts are there in 8085?
There are 12 interrupts in 8085.
58.What is Tri-state logic?
Three Logic Levels are used and they are High, Low, High impedance state. The high
and low are normal logic levels & high impedance state is electrical open circuit
conditions. Tri-state logic has a third line called enable line.
59.Which interrupt has the highest priority?
TRAP has the highest priority
60.What are Hardware interrupts?
TRAP, RST7.5, RST6.5, RST5.5, INTR
61.Can an RC circuit be used as clock source for 8085?
Yes, it can be used, if an accurate clock frequency is not required. Also, the
component cost is low compared to LC or Crystal
8086 questions and answers
1. What is a Microprocessor? - Microprocessor is a program-controlled device, which
fetches the instructions from memory, decodes and executes the instructions. Most
Micro Processor are single- chip devices.
2. Give examples for 8 / 16 / 32 bit Microprocessor? - 8-bit Processor - 8085 / Z80 /
6800; 16-bit Processor - 8086 / 68000 / Z8000; 32-bit Processor - 80386 / 80486.
3. Why 8085 processor is called an 8 bit processor? - Because 8085 processor has 8 bit
ALU (Arithmetic Logic Review). Similarly 8086 processor has 16 bit ALU.
4. What is 1st / 2nd / 3rd / 4th generation processor? - The processor made of PMOS /
NMOS / HMOS / HCMOS technology is called 1st / 2nd / 3rd / 4th generation processor,
and it is made up of 4 / 8 / 16 / 32 bits.
5. Define HCMOS? - High-density n- type Complimentary Metal Oxide Silicon field effect
transistor.
6. What does microprocessor speed depend on? - The processing speed depends on
DATA BUS WIDTH.
7. Is the address bus unidirectional? - The address bus is unidirectional because the
address information is always given by the Micro Processor to address a memory
location of an input / output devices.
8. Is the data bus is Bi-directional? - The data bus is Bi-directional because the same bus
is used for transfer of data between Micro Processor and memory or input / output
devices in both the direction.
9. What is the disadvantage of microprocessor? - It has limitations on the size of data.
Most Microprocessor does not support floating-point operations.
10. What is the difference between microprocessor and microcontroller? - In
Microprocessor more op-codes, few bit handling instructions. But in Microcontroller:
fewer op-codes, more bit handling Instructions, and also it is defined as a device that
includes micro processor, memory, & input / output signal lines on a single chip.
11. What is meant by LATCH? - Latch is a D- type flip-flop used as a temporary storage
device controlled by a timing signal, which can store 0 or 1. The primary function of a
Latch is data storage. It is used in output devices such as LED, to hold the data for
display.
12. Why does microprocessor contain ROM chips? - Microprocessor contain ROM chip
because it contain instructions to execute data.
13. What is the difference between primary & secondary storage device? - In primary
storage device the storage capacity is limited. It has a volatile memory. In secondary
storage device the storage capacity is larger. It is a nonvolatile memory. Primary
devices are: RAM / ROM. Secondary devices are: Floppy disc / Hard disk.
14. Difference between static and dynamic RAM? - Static RAM: No refreshing, 6 to 8 MOS
transistors are required to form one memory cell, Information stored as voltage level in
a flip flop. Dynamic RAM: Refreshed periodically, 3 to 4 transistors are required to form
one memory cell, Information is stored as a charge in the gate to substrate
capacitance.
15. What is interrupt? - Interrupt is a signal send by external device to the processor so as
to request the processor to perform a particular work.
16. What is cache memory? - Cache memory is a small high-speed memory. It is used for
temporary storage of data & information between the main memory and the CPU
(center processing unit). The cache memory is only in RAM.
17. What is called .Scratch pad of computer.? - Cache Memory is scratch pad of
computer.
18. Which transistor is used in each cell of EPROM? - Floating .gate Avalanche Injection
MOS (FAMOS) transistor is used in each cell of EPROM.
19. Differentiate between RAM and ROM? - RAM: Read / Write memory, High Speed,
Volatile Memory. ROM: Read only memory, Low Speed, Non Voliate Memory.
20. What is a compiler? - Compiler is used to translate the high-level language program
into machine code at a time. It doesn.t require special instruction to store in a
memory, it stores automatically. The Execution time is less compared to Interpreter.
21. Which processor structure is pipelined? - All x86 processors have pipelined structure.
22. What is flag? - Flag is a flip-flop used to store the information about the status of a
processor and the status of the instruction executed most recently
23. What is stack? - Stack is a portion of RAM used for saving the content of Program
Counter and general purpose registers.
24. Can ROM be used as stack? - ROM cannot be used as stack because it is not possible to
write to ROM.
25. What is NV-RAM? - Nonvolatile Read Write Memory, also called Flash memory. It is also
know as shadow RAM.
What is a Microprocessor?
Microprocessor is a program-controlled device, which fetches the instructions from memory, decodes and
executes the instructions. Most Micro Processor are single- chip devices.
What are the flags in 8086?
In 8086 Carry flag, Parity flag, Auxiliary carry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction
flag, and Sign flag.
Why crystal is a preferred clock source?
Because of high stability, large Q (Quality Factor) & the frequency that doesn’t drift with aging. Crystal is used as
a clock source most of the times.
In 8085 which is called as High order / Low order Register?
Flag is called as Low order register & Accumulator is called as High order Register.
What is Tri-state logic?
Three Logic Levels are used and they are High, Low, High impedance state. The high and low are normal logic
levels & high impedance state is electrical open circuit conditions. Tri-state logic has a third line called enable
line.
What happens when HLT instruction is executed in processor?
The Micro Processor enters into Halt-State and the buses are tri-stated.
Which Stack is used in 8085?
LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be retrieved
first
What is Program counter?
Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the
address of the next byte of a multi byte instruction, which has not been completely fetched. In both the cases it
gets incremented automatically one by one as the instruction bytes get fetched. Also Program register keeps the
address of the next instruction.
What are the various registers in 8085?
Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various
registers in 8085
What is 1st / 2nd / 3rd / 4th generation processor?
The processor made of PMOS / NMOS / HMOS / HCMOS technology is called 1st / 2nd / 3rd / 4th generation
processor, and it is made up of 4 / 8 / 16 / 32 bits.
Name the processor lines of two major manufacturers?
High-end: Intel - Pentium (II, III, 4), AMD - Athlon. Low-end: Intel - Celeron, AMD - Duron. 64-bit: Intel -
Itanium 2, AMD - Opteron.
What’s the speed and device maximum specs for Firewire?
IEEE 1394 (Firewire) supports the maximum of 63 connected devices with speeds up to 400 Mbps. Where’s MBR
located on the disk? Main Boot Record is located in sector 0, track 0, head 0, cylinder 0 of the primary active
partition.
Where does CPU Enhanced mode originate from?
Intel’s 80386 was the first 32-bit processor, and since the company had to backward-support the 8086. All the
modern Intel-based processors run in the Enhanced mode, capable of switching between Real mode (just like the
real 8086) and Protected mode, which is the current mode of operation.
How many bit combinations are there in a byte?
Byte contains 8 combinations of bits.
Have you studied buses? What types?
There are three types of buses.
Address bus: This is used to carry the Address to the memory to fetch either Instruction or Data.
Data bus : This is used to carry the Data from the memory.
Control bus : This is used to carry the Control signals like RD/WR, Select etc.
What is the Maximum clock frequency in 8086?
5 Mhz is the Maximum clock frequency in 8086.
What is meant by Maskable interrupts?
An interrupt that can be turned off by the programmer is known as Maskable interrupt.
What is Non-Maskable interrupts?
An interrupt which can be never be turned off (ie. disabled) is known as Non-Maskable interrupt
What are the different functional units in 8086?
Bus Interface Unit and Execution unit, are the two different functional units in 8086.
What are the various segment registers in 8086?
Code, Data, Stack, Extra Segment registers in 8086.
What does EU do?
Execution Unit receives program instruction codes and data from BIU, executes these instructions and store the
result in general registers.
Which Stack is used in 8086? k is used in 8086?
FIFO (First In First Out) stack is used in 8086.In this type of Stack the first stored information is retrieved first.
What are the flags in 8086?
In 8086 Carry flag, Parity flag, Auxiliary carry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction
flag, and Sign flag.
What is SIM and RIM instructions?
SIM is Set Interrupt Mask. Used to mask the hardware interrupts.
RIM is Read Interrupt Mask. Used to check whether the interrupt is Masked or not.
What is the difference between 8086 and 8088?
The BIU in 8088 is 8-bit data bus & 16- bit in 8086.Instruction queue is 4 byte long in 8088and 6 byte in 8086.
Give example for Non-Maskable interrupts?
Trap is known as Non-Maskable interrupts, which is used in emergency condition.
Give examples for Micro controller?
Z80, Intel MSC51 &96, Motorola are the best examples of Microcontroller.
What is clock frequency for 8085?
3 MHz is the maximum clock frequency for 8085.
Give an example of one address microprocessor?
8085 is a one address microprocessor.
Give examples for 8 / 16 / 32 bit Microprocessor?
8-bit Processor - 8085 / Z80 / 6800; 16-bit Processor - 8086 / 68000 / Z8000; 32-bit Processor - 80386 /
80486
What is meant by a bus?
A bus is a group of conducting lines that carriers data, address, & control signals.
What are the various registers in 8085?
Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various
registers in 8085
Why crystal is a preferred clock source?
Because of high stability, large Q (Quality Factor) & the frequency that doesn’t drift with aging. Crystal is used as
a clock source most of the times.
In 8085 which is called as High order / Low order Register?
Flag is called as Low order register & Accumulator is called as High order Register.
Name 5 different addressing modes?
Immediate, Direct, Register, Register indirect, Implied addressing modes
In what way interrupts are classified in 8085?
In 8085 the interrupts are classified as Hardware and Software interrupts.
What is the difference between primary & secondary storage device?
In primary storage device the storage capacity is limited. It has a volatile memory. In secondary storage device the
storage capacity is larger. It is a nonvolatile memory. Primary devices are: RAM / ROM. Secondary devices are:
Floppy disc / Hard disk.
Which Stack is used in 8085?
LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be retrieved
first.
What is Program counter?
Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the
address of the next byte of a multi byte instruction, which has not been completely fetched. In both the cases it
gets incremented automatically one by one as the instruction bytes get fetched. Also Program register keeps the
address of the next instruction.
What is the RST for the TRAP?
RST 4.5 is called as TRAP.
What are level-triggering interrupt?
RST 6.5 & RST 5.5 are level-triggering interrupts.
Which interrupt is not level-sensitive in 8085?
RST 7.5 is a raising edge-triggering interrupt.
What are Software interrupts?
RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7.
What are the various flags used in 8085?
Sign flag, Zero flag, Auxiliary flag, Parity flag, Carry flag.
In 8085 name the 16 bit registers?
Stack pointer and Program counter all have 16 bits.
What is Stack Pointer?
Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the
stack.
What happens when HLT instruction is executed in processor?
The Micro Processor enters into Halt-State and the buses are tri-stated.
What does Quality factor mean?
The Quality factor is also defined, as Q. So it is a number, which reflects the lossness of a circuit. Higher the Q, the
lower are the losses.
How many interrupts are there in 8085?
There are 12 interrupts in 8085.
What is Tri-state logic?
Three Logic Levels are used and they are High, Low, High impedance state. The high and low are normal logic
levels & high impedance state is electrical open circuit conditions. Tri-state logic has a third line called enable
line.
Which interrupt has the highest priority?
TRAP has the highest priority
What are Hardware interrupts?
TRAP, RST7.5, RST6.5, RST5.5, INTR
Can an RC circuit be used as clock source for 8085?
Yes, it can be used, if an accurate clock frequency is not required. Also, the component cost is low compared to LC
or Crystal
Q1) What type of architecture used in 8085 microprocessor?Interview Questions on
Microprocessor 8085
Ans. 8085 has Von Neumann architecture. It is named after the mathematician John Von
Neumann. It is based on the concept of stored program control. In this architecture both the data
and the program is stored in the same memory.
Q2) What is the function of accumulator?Interview Questions on Microprocessor 8085
Ans. Accumulator is an 8 bit register which stores data and performs arithmetic and logical
operations. The result of the operation is stored in the accumulator. It is designated by the letter
‘A’.
Q3) What are the different types of flags in 8085 microprocessor?Interview Questions on
Microprocessor 8085
Ans. There are 5 different flags in 8085 microprocessor. Though the flag register is of 8 bit but 3
bits are not in use. Only 5 bits are used for the different flags. They are:-
a) Sign flag(s)- This is designated by the letter ‘S’. If sign bit is 1 then the sign flag is set to 1 and
if the sign bit is zero then sign flag is reset to zero.
b) Zero flag(z)- This is designated by the letter ‘z’. If the result of any arithmetic or logical
operation is zero i.e. all the bits are zero then zero flag is set to 1 else it is set to zero.
c) Auxiliary carry- (AC) This flag is set to 1 only when any intermediate carry is produced. Else
it is reset to 0.
d) Parity flag (P) – when the result of any operation has odd number of ones then parity flag is
set to 1 else if it has even number of ones then it is reset to 0.
e) Carry flag(C) – this flag is set to 1 only when a carry is produced in the result i.e. the carry bit
is 1 else if the carry bit is zero then the flag is reset to zero.
Q4) What are the types of general purpose registers in 8085?
Ans. There are 6 general purpose registers in 8085 microprocessor. They are designated by the
letters – B, C, D, E, H, and L. These are 8 bit registers and are used to store data temporarily
during the execution of any program. These registers can also be used to store 16 bit data by
using them in pairs i.e. BC, DE and HL. These pairs cannot be changed as B cannot pair with
any other register other than C.
Q5) What is the length of stack pointer in 8085 microprocessor? And what is its use?
Interview Sample paper question answer on 8085 Microprocessor.
Ans. stack pointer is of 16 bits length and is used to point to the value at top of the stack for the
currently executed instruction.
Q6) What is the memory size of 8085 microprocessor? Placement Interview Sample paper
question answer on 8085 Microprocessor
Ans. 8085 has 8 data lines and 16 address lines. The memory size of any microprocessor
depends on the number of address lines. The general formula is 2^n, where n= number of
address lines. For 8085 there are 2^16= 64 Kbytes memory size.
Q7) How many bits is 8085 microprocessor? Sample Paper Interview question answer
Ans. Microprocessor is named on the basis of number of data lines in it. 8085 is a bit
microprocessor as it has 8 bit data lines.
Q8) What are the various interrupts in 8085 microprocessor? Which is the highest priority
interrupt? Important questions on Microprocessor 8085
There are 6 types of interrupts in 8085. They are
a) TRAP
b) RST 7.5
c) RST 6.5
d) RST 5.5
e) INTR
f) Interrupt acknowledgment (INTA(bar)).
TRAP has the highest priority among all the interrupts.
Q9) Which type of cycle is used for fetch and execute instruction? Sample Paper
Interview question answer
Ans. Instruction cycle is used for the fetch and execute instruction.
In this cycle the instruction is fetched, decoded and executed to produce the required output.
Q10) How many address lines are there in 8085 microprocessor? Sample Paper Interview
question answer
Ans. There are 16 address lines in 8085. They are multiplexed address and data lines. Address
bus of 8085 is of 16 bits. During the first machine cycle these address lines are used as data
lines and in the next machine cycle all the 16 lines act as address lines.
The multiplexed 8 address and data lines refer to lower order address bit and the rest 8 for
higher order address bits.
What are the various registers in 8085? - Accumulator register, Temporary register, Instruction
register, Stack Pointer, Program Counter are the various registers in 8085 .
In 8085 name the 16 bit registers? - Stack pointer and Program counter all have 16 bits.
What are the various flags used in 8085? - Sign flag, Zero flag, Auxillary flag, Parity flag, Carry
flag.
What is Stack Pointer? - Stack pointer is a special purpose 16-bit register in the
Microprocessor, which holds the address of the top of the stack.
What is Program counter? - Program counter holds the address of either the first byte of the next
instruction to be fetched for execution or the address of the next byte of a multi byte
instruction, which has not been completely fetched. In both the cases it gets incremented
automatically one by one as the instruction bytes get fetched. Also Program register keeps the
address of the next instruction.
Which Stack is used in 8085? - LIFO (Last In First Out) stack is used in 8085.In this type of
Stack the last stored information can be retrieved first.
What happens when HLT instruction is executed in processor? - The Micro Processor enters into Halt-
State and the buses are tri-stated.
What is meant by a bus? - A bus is a group of conducting lines that carriers data, address, &
control signals.
What is Tri-state logic? - Three Logic Levels are used and they are High, Low, High impedance
state. The high and low are normal logic levels & high impedance state is electrical open
circuit conditions. Tri-state logic has a third line called enable line.
Give an example of one address microprocessor? - 8085 is a one address microprocessor.
In what way interrupts are classified in 8085? - In 8085 the interrupts are classified as Hardware and
Software interrupts.
What are Hardware interrupts? - TRAP, RST7.5, RST6.5, RST5.5, INTR.
What are Software interrupts? - RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7.
Which interrupt has the highest priority? - TRAP has the highest priority.
Name 5 different addressing modes? - Immediate, Direct, Register, Register indirect, Implied
addressing modes.
How many interrupts are there in 8085? - There are 12 interrupts in 8085.
What is clock frequency for 8085? - 3 MHz is the maximum clock frequency for 8085.
What is the RST for the TRAP? - RST 4.5 is called as TRAP.
In 8085 which is called as High order / Low order Register? - Flag is called as Low order register &
Accumulator is called as High order Register.
What are input & output devices? - Keyboards, Floppy disk are the examples of input devices.
Printer, LED / LCD display, CRT Monitor are the examples of output devices.
Can an RC circuit be used as clock source for 8085? - Yes, it can be used, if an accurate clock
frequency is not required. Also, the component cost is low compared to LC or Crystal.
Why crystal is a preferred clock source? - Because of high stability, large Q (Quality Factor) & the
frequency that doesn’t drift with aging. Crystal is used as a clock source most of the times.
Which interrupt is not level-sensitive in 8085? - RST 7.5 is a raising edge-triggering interrupt.
What does Quality factor mean? - The Quality factor is also defined, as Q. So it is a number,
which reflects the lossness of a circuit. Higher the Q, the lower are the losses.
What are level-triggering interrupt? - RST 6.5 & RST 5.5 are level-triggering interrupts.

Más contenido relacionado

La actualidad más candente

8085 microprocessor(1)
8085 microprocessor(1)8085 microprocessor(1)
8085 microprocessor(1)Reevu Pal
 
8085 Architecture & Memory Interfacing1
8085 Architecture & Memory Interfacing18085 Architecture & Memory Interfacing1
8085 Architecture & Memory Interfacing1techbed
 
8085 microprocessor Architecture and Pin description
8085 microprocessor Architecture and Pin description 8085 microprocessor Architecture and Pin description
8085 microprocessor Architecture and Pin description Vijay Kumar
 
8085 Architecture
8085 Architecture8085 Architecture
8085 Architecturedeval patel
 
Microprocessor architecture II
Microprocessor architecture   IIMicroprocessor architecture   II
Microprocessor architecture IIDr.YNM
 
Microprocessor 8085 architecture ppt. april 2013
Microprocessor 8085 architecture ppt. april 2013Microprocessor 8085 architecture ppt. april 2013
Microprocessor 8085 architecture ppt. april 2013harshalata
 
8085 paper-presentation
8085 paper-presentation8085 paper-presentation
8085 paper-presentationJiMs ChAcko
 
An introduction to microprocessor architecture using INTEL 8085 as a classic...
An introduction to microprocessor  architecture using INTEL 8085 as a classic...An introduction to microprocessor  architecture using INTEL 8085 as a classic...
An introduction to microprocessor architecture using INTEL 8085 as a classic...Prasad Deshpande
 
Pin configuration of 8085
Pin configuration of 8085Pin configuration of 8085
Pin configuration of 808582338476
 
8085-microprocessor
8085-microprocessor8085-microprocessor
8085-microprocessorATTO RATHORE
 

La actualidad más candente (20)

8085 microprocessor(1)
8085 microprocessor(1)8085 microprocessor(1)
8085 microprocessor(1)
 
8085 MICROPROCESSOR
8085 MICROPROCESSOR 8085 MICROPROCESSOR
8085 MICROPROCESSOR
 
8085
80858085
8085
 
8085 Architecture & Memory Interfacing1
8085 Architecture & Memory Interfacing18085 Architecture & Memory Interfacing1
8085 Architecture & Memory Interfacing1
 
8085 Architecture
8085 Architecture8085 Architecture
8085 Architecture
 
8085 microprocessor Architecture and Pin description
8085 microprocessor Architecture and Pin description 8085 microprocessor Architecture and Pin description
8085 microprocessor Architecture and Pin description
 
8085 Architecture
8085 Architecture8085 Architecture
8085 Architecture
 
EE2356 Microprocessor and Microcontroller Lab Manuel
EE2356 Microprocessor and Microcontroller Lab ManuelEE2356 Microprocessor and Microcontroller Lab Manuel
EE2356 Microprocessor and Microcontroller Lab Manuel
 
Microprocessor interview questions
Microprocessor interview questionsMicroprocessor interview questions
Microprocessor interview questions
 
Microprocessor architecture II
Microprocessor architecture   IIMicroprocessor architecture   II
Microprocessor architecture II
 
Microprocessor 8085 architecture ppt. april 2013
Microprocessor 8085 architecture ppt. april 2013Microprocessor 8085 architecture ppt. april 2013
Microprocessor 8085 architecture ppt. april 2013
 
8085 alp programs
8085 alp programs8085 alp programs
8085 alp programs
 
8085 microprocessor
8085 microprocessor8085 microprocessor
8085 microprocessor
 
8085 Microprocessor
8085 Microprocessor8085 Microprocessor
8085 Microprocessor
 
8085 paper-presentation
8085 paper-presentation8085 paper-presentation
8085 paper-presentation
 
Mp 8085
Mp 8085Mp 8085
Mp 8085
 
An introduction to microprocessor architecture using INTEL 8085 as a classic...
An introduction to microprocessor  architecture using INTEL 8085 as a classic...An introduction to microprocessor  architecture using INTEL 8085 as a classic...
An introduction to microprocessor architecture using INTEL 8085 as a classic...
 
Pin configuration of 8085
Pin configuration of 8085Pin configuration of 8085
Pin configuration of 8085
 
8085 micro processor
8085 micro processor8085 micro processor
8085 micro processor
 
8085-microprocessor
8085-microprocessor8085-microprocessor
8085-microprocessor
 

Destacado

8085 microprocessor ramesh gaonkar
8085 microprocessor   ramesh gaonkar8085 microprocessor   ramesh gaonkar
8085 microprocessor ramesh gaonkarSAQUIB AHMAD
 
1203 Ppi 8155
1203 Ppi 81551203 Ppi 8155
1203 Ppi 8155techbed
 
1205 Ppi 8279
1205 Ppi 82791205 Ppi 8279
1205 Ppi 8279techbed
 
General conditions of_contract_july_2014_22_07_14
General conditions of_contract_july_2014_22_07_14General conditions of_contract_july_2014_22_07_14
General conditions of_contract_july_2014_22_07_14Suresh Haldipur
 
Microprocessor square wave
Microprocessor square waveMicroprocessor square wave
Microprocessor square waveFthi Arefayne
 
8085 microproceesor ppt
8085 microproceesor ppt8085 microproceesor ppt
8085 microproceesor pptRJ Aniket
 
Clock-8086 bus cycle
Clock-8086 bus cycleClock-8086 bus cycle
Clock-8086 bus cycleRani Rahul
 
Direct Memory Access
Direct Memory AccessDirect Memory Access
Direct Memory AccessSanjay Saluth
 
Direct memory access (dma) with 8257 DMA Controller
Direct memory access (dma) with 8257 DMA ControllerDirect memory access (dma) with 8257 DMA Controller
Direct memory access (dma) with 8257 DMA ControllerMuhammed Afsal Villan
 
DMA controller intel 8257
DMA controller intel 8257DMA controller intel 8257
DMA controller intel 8257Daniel Ilunga
 
Unit – 2
Unit – 2Unit – 2
Unit – 2techbed
 
8254 timer - Microprocessor and interfacing
8254 timer - Microprocessor and interfacing8254 timer - Microprocessor and interfacing
8254 timer - Microprocessor and interfacingAmitabh Shukla
 
8237 / 8257 DMA
8237 / 8257 DMA8237 / 8257 DMA
8237 / 8257 DMAAJAL A J
 
Qoestion Bank Big Questions
Qoestion  Bank Big QuestionsQoestion  Bank Big Questions
Qoestion Bank Big Questionsccet
 
Direct Memory Access(DMA)
Direct Memory Access(DMA)Direct Memory Access(DMA)
Direct Memory Access(DMA)Page Maker
 
Microprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answersMicroprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answersAbhijith Augustine
 
Introduction to microprocessor
Introduction to microprocessorIntroduction to microprocessor
Introduction to microprocessorKashyap Shah
 
8279 in microprocessor
8279 in microprocessor8279 in microprocessor
8279 in microprocessorAisu
 

Destacado (20)

8085 microprocessor ramesh gaonkar
8085 microprocessor   ramesh gaonkar8085 microprocessor   ramesh gaonkar
8085 microprocessor ramesh gaonkar
 
8086 assembly
8086 assembly8086 assembly
8086 assembly
 
1203 Ppi 8155
1203 Ppi 81551203 Ppi 8155
1203 Ppi 8155
 
1205 Ppi 8279
1205 Ppi 82791205 Ppi 8279
1205 Ppi 8279
 
General conditions of_contract_july_2014_22_07_14
General conditions of_contract_july_2014_22_07_14General conditions of_contract_july_2014_22_07_14
General conditions of_contract_july_2014_22_07_14
 
Microprocessor square wave
Microprocessor square waveMicroprocessor square wave
Microprocessor square wave
 
8085 microproceesor ppt
8085 microproceesor ppt8085 microproceesor ppt
8085 microproceesor ppt
 
Clock-8086 bus cycle
Clock-8086 bus cycleClock-8086 bus cycle
Clock-8086 bus cycle
 
Direct Memory Access
Direct Memory AccessDirect Memory Access
Direct Memory Access
 
Direct memory access (dma) with 8257 DMA Controller
Direct memory access (dma) with 8257 DMA ControllerDirect memory access (dma) with 8257 DMA Controller
Direct memory access (dma) with 8257 DMA Controller
 
DMA controller intel 8257
DMA controller intel 8257DMA controller intel 8257
DMA controller intel 8257
 
Unit – 2
Unit – 2Unit – 2
Unit – 2
 
Data transferschemes
Data transferschemesData transferschemes
Data transferschemes
 
8254 timer - Microprocessor and interfacing
8254 timer - Microprocessor and interfacing8254 timer - Microprocessor and interfacing
8254 timer - Microprocessor and interfacing
 
8237 / 8257 DMA
8237 / 8257 DMA8237 / 8257 DMA
8237 / 8257 DMA
 
Qoestion Bank Big Questions
Qoestion  Bank Big QuestionsQoestion  Bank Big Questions
Qoestion Bank Big Questions
 
Direct Memory Access(DMA)
Direct Memory Access(DMA)Direct Memory Access(DMA)
Direct Memory Access(DMA)
 
Microprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answersMicroprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answers
 
Introduction to microprocessor
Introduction to microprocessorIntroduction to microprocessor
Introduction to microprocessor
 
8279 in microprocessor
8279 in microprocessor8279 in microprocessor
8279 in microprocessor
 

Similar a 8085

T-states in microprocessor 8085
T-states in microprocessor 8085T-states in microprocessor 8085
T-states in microprocessor 8085yedles
 
Microprocessor VIVA.pptx
Microprocessor VIVA.pptxMicroprocessor VIVA.pptx
Microprocessor VIVA.pptxShaurya Tyagi
 
Introduction to 8085_by_adi_ppt
Introduction to 8085_by_adi_pptIntroduction to 8085_by_adi_ppt
Introduction to 8085_by_adi_pptAdiseshaK
 
architecture memory interfacing
architecture memory interfacingarchitecture memory interfacing
architecture memory interfacingShamsul Huda
 
UNIT 1 Microprocessors.pptx
UNIT 1 Microprocessors.pptxUNIT 1 Microprocessors.pptx
UNIT 1 Microprocessors.pptxGowrishankar C
 
Ec 1303 microprocessor_its_applications
Ec 1303 microprocessor_its_applicationsEc 1303 microprocessor_its_applications
Ec 1303 microprocessor_its_applicationsMerin Jesuraj
 
Introduction to microprocessor
Introduction to microprocessorIntroduction to microprocessor
Introduction to microprocessorRamaPrabha24
 
Microprocessor.pptx
Microprocessor.pptxMicroprocessor.pptx
Microprocessor.pptxSachinKupade
 
Microprocessor & Microcontoller short questions with answers
Microprocessor & Microcontoller short questions with answersMicroprocessor & Microcontoller short questions with answers
Microprocessor & Microcontoller short questions with answersMathankumar S
 
Microprocessor questions converted
Microprocessor questions convertedMicroprocessor questions converted
Microprocessor questions convertedArghodeepPaul
 
Specialist officer it study material on organization of intel 8085 microproce...
Specialist officer it study material on organization of intel 8085 microproce...Specialist officer it study material on organization of intel 8085 microproce...
Specialist officer it study material on organization of intel 8085 microproce...Tamal Kumar Das
 
Architecture of 8085 microprocessor
Architecture of 8085 microprocessorArchitecture of 8085 microprocessor
Architecture of 8085 microprocessorAMAN SRIVASTAVA
 

Similar a 8085 (20)

Important questions
Important questionsImportant questions
Important questions
 
T-states in microprocessor 8085
T-states in microprocessor 8085T-states in microprocessor 8085
T-states in microprocessor 8085
 
Important questions
Important questionsImportant questions
Important questions
 
EE6502 Microprocessor and Microcontroller
EE6502   Microprocessor and MicrocontrollerEE6502   Microprocessor and Microcontroller
EE6502 Microprocessor and Microcontroller
 
Qb microprocessors
Qb microprocessorsQb microprocessors
Qb microprocessors
 
Micro overview
Micro overviewMicro overview
Micro overview
 
Microprocessor VIVA.pptx
Microprocessor VIVA.pptxMicroprocessor VIVA.pptx
Microprocessor VIVA.pptx
 
Embedded System
Embedded SystemEmbedded System
Embedded System
 
Introduction to 8085 Microprocessor
Introduction to 8085 MicroprocessorIntroduction to 8085 Microprocessor
Introduction to 8085 Microprocessor
 
Introduction to 8085_by_adi_ppt
Introduction to 8085_by_adi_pptIntroduction to 8085_by_adi_ppt
Introduction to 8085_by_adi_ppt
 
architecture memory interfacing
architecture memory interfacingarchitecture memory interfacing
architecture memory interfacing
 
UNIT 1 Microprocessors.pptx
UNIT 1 Microprocessors.pptxUNIT 1 Microprocessors.pptx
UNIT 1 Microprocessors.pptx
 
Ec 1303 microprocessor_its_applications
Ec 1303 microprocessor_its_applicationsEc 1303 microprocessor_its_applications
Ec 1303 microprocessor_its_applications
 
Introduction to microprocessor
Introduction to microprocessorIntroduction to microprocessor
Introduction to microprocessor
 
Microprocessor.pptx
Microprocessor.pptxMicroprocessor.pptx
Microprocessor.pptx
 
Microprocessor & Microcontoller short questions with answers
Microprocessor & Microcontoller short questions with answersMicroprocessor & Microcontoller short questions with answers
Microprocessor & Microcontoller short questions with answers
 
Microprocessor questions converted
Microprocessor questions convertedMicroprocessor questions converted
Microprocessor questions converted
 
Specialist officer it study material on organization of intel 8085 microproce...
Specialist officer it study material on organization of intel 8085 microproce...Specialist officer it study material on organization of intel 8085 microproce...
Specialist officer it study material on organization of intel 8085 microproce...
 
Basic 8051 question
Basic 8051 questionBasic 8051 question
Basic 8051 question
 
Architecture of 8085 microprocessor
Architecture of 8085 microprocessorArchitecture of 8085 microprocessor
Architecture of 8085 microprocessor
 

Último

Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 

Último (20)

DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 

8085

  • 1. 1.What are the various registers in 8085? Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085 . 2.In 8085 name the 16 bit registers? Stack pointer and Program counter all have 16 bits. 3.What are the various flags used in 8085? Sign flag, Zero flag, Axillary flag, Parity flag, Carry flag. 4.What is Stack Pointer? Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the stack. 5. What is Program counter? Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte instruction, which has not been completely fetched. In both the cases it gets incremented automatically one by one as the instruction bytes get fetched. Also Program register keeps the address of the next instruction. 6.Which Stack is used in 8085? LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be retrieved first. 7.What happens when HLT instruction is executed in processor? The Micro Processor enters into Halt-State and the buses are tri-stated. 8.What is meant by a bus? A bus is a group of conducting lines that carriers data, address, & control signals. 9.What is Tri-state logic? Three Logic Levels are used and they are High, Low, High impedance state. The high and low are normal logic levels & high impedance state is electrical open circuit conditions.Tri-state logic has a third line called enable line. 10.Give an example of one address microprocessor? 8085 is a one address microprocessor. 11.In what way interrupts are classified in 8085? In 8085 the interrupts are classified as Hardware and Software interrupts. 12. What are Hardware interrupts? TRAP, RST7.5, RST6.5, RST5.5, INTR.
  • 2. 13. What are Software interrupts? RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7. 14.Which interrupt has the highest priority? TRAP has the highest priority. 15.Name 5 different addressing modes? Immediate, Direct, Register, Register indirect, Implied addressing modes. 16. How many interrupts are there in 8085? There are 12 interrupts in 8085. 17.What is clock frequency for 8085? 3 MHz is the maximum clock frequency for 8085. 18.What is the RST for the TRAP? RST 4.5 is called as TRAP. 19.In 8085 which is called as High order / Low order Register? Flag is called as Low order register & Accumulator is called as High order Register. 20.What are input & output devices? Keyboards, Floppy disk are the examples of input devices. Printer, LED / LCD display, CRT Monitor are the examples of output devices. 21. Can an RC circuit be used as clock source for 8085? Yes, it can be used, if an accurate clock frequency is not required. Also, the component cost is low compared to LC or Crystal. 22. Why crystal is a preferred clock source? Because of high stability, large Q (Quality Factor) & the frequency that doesn?t drift with aging. Crystal is used as a clock source most of the times. 23. Which interrupt is not level-sensitive in 8085? RST 7.5 is a raising edge-triggering interrupt. 24.What does Quality factor mean? The Quality factor is also defined, as Q. So it is a number, which reflects the lossness of a circuit. Higher the Q, the lower are the losses. 25. What are level-triggering interrupt? RST 6.5 & RST 5.5 are level-triggering interrupts.
  • 3. 1. What is Microprocessor? Give the power supply & clock frequency of 8085? Ans:A microprocessor is a multipurpose, programmable logic device that reads binary instructions from a storage device called memory accepts binary data as input and processes data according to those instructions and provides result as output. The power supply of 8085 is +5V and clock frequency in 3MHz. 2. List few applications of microprocessor-based system. Ans: It is used: i. For measurements, display and control of current, voltage, temperature, pressure, etc. ii. For traffic control and industrial tool control. iii. For speed control of machines. 3. What are the functions of an accumulator? Ans:The accumulator is the register associated with the ALU operations and sometimes I/O operations. It is an integral part of ALU. It holds one of data to be processed by ALU. It also temporarily stores the result of the operation performed by the ALU. 4. List the 16 – bit registers of 8085 microprocessor. Ans:Stack pointer (SP) and Program counter (PC). 5. List the allowed register pairs of 8085. Ans: B-C register pair D-E register pair H-L register pair
  • 4. 6. Mention the purpose of SID and SOD lines Ans: SID (Serial input data line): It is an input line through which the microprocessor accepts serial data. SOD (Serial output data line): It is an output line through which the microprocessor sends output serial data. 7. What is an Opcode? Ans: The part of the instruction that specifies the operation to be performed is called the operation code or opcode. 8. What is the function of IO/M signal in the 8085? Ans: It is a status signal. It is used to differentiate between memory locations and I/O operations. When this signal is low (IO/M = 0) it denotes the memory related operations. When this signal is high (IO/M = 1) it denotes an I/O operation. 9. What is an Operand? Ans: The data on which the operation is to be performed is called as an Operand. 10. How many operations are there in the instruction set of 8085 microprocessor? Ans: There are 74 operations in the 8085 microprocessor. 11. List out the five categories of the 8085 instructions. Give examples of the instructions for each group. Ans: Data transfer group – MOV, MVI, LXI. Arithmetic group – ADD, SUB, INR. Logical group –ANA, XRA, CMP. Branch group – JMP, JNZ, CALL. Stack I/O and Machine control group – PUSH, POP, IN, HLT. 12. Explain the difference between a JMP instruction and CALL instruction. Ans: A JMP instruction permanently changes the program counter. A CALL instruction leaves information on the stack so that the original program execution sequence can be resumed. 13. Explain the purpose of the I/O instructions IN and OUT. Ans: The IN instruction is used to move data from an I/O port into the accumulator. The OUT instruction is used to move data from the accumulator to an I/O port. The IN & OUT instructions are used only on microprocessor, which use a separate address space for interfacing. 14. What is the difference between the shift and rotate instructions? Ans: A rotate instruction is a closed loop instruction. That is, the data moved out at one end is put back in at the other end. The shift instruction loses the data that is moved out of the last bit locations. 15. How many address lines in a 4096 x 8 EPROM CHIP? Ans: 12 address lines. 16. What are the Control signals used for DMA operation? Ans:-HOLD & HLDA. 17. What is meant by Wait State? Ans:-This state is used by slow peripheral devices. The peripheral devices can transfer the data to or from the microprocessor by using READY input line. The microprocessor remains in wait state as long as READY line is low. During the wait state, the contents of the address, address/data and control buses are held constant.
  • 5. 18. List the four instructions which control the interrupt structure of the 8085 microprocessor. Ans:- DI ( Disable Interrupts ) EI ( Enable Interrupts ) RIM ( Read Interrupt Masks ) SIM ( Set Interrupt Masks ) 19. What is meant by polling? Ans:-Polling or device polling is a process which identifies the device that has interrupted the microprocessor. 20. What is meant by interrupt? Ans:-Interrupt is an external signal that causes a microprocessor to jump to a specific subroutine. 21. Explain priority interrupts of 8085. Ans:-The 8085 microprocessor has five interrupt inputs. They are TRAP, RST 7.5, RST 6.5, RST 5.5, and INTR. These interrupts have a fixed priority of interrupt service. If two or more interrupts go high at the same time, the 8085 will service them on priority basis. The TRAP has the highest priority followed by RST 7.5, RST 6.5, RST 5.5. The priority of interrupts in 8085 is shown in the table. TRAP 1 RST 7.5 2 RST 6.5 3 RST 5.5 4 INTR 5 22. What is a microcomputer? Ans:-A computer that is designed using a microprocessor as its CPU is called microcomputer. 23. What is the signal classification of 8085 Ans:-All the signals of 8085 can be classified into 6 groups Address bus Data bus Control and status signals Power supply and frequency signals Externally initiated signals Serial I/O ports 24. What are operations performed on data in 8085 Ans:- The various operations performed are Store 8-bit data Perform arithmetic and logical operations Test for conditions Sequence the execution of instructions
  • 6. Store data temporarily during execution in the defined R/W memory locations called the stack 25. Steps involved to fetch a byte in 8085 Ans:- i. The PC places the 16-bit memory address on the address bus ii. The control unit sends the control signal RD to enable the memory chip iii. The byte from the memory location is placed on the data bus iv. The byte is placed in the instruction decoder of the microprocessor and the task is carried out according to the instruction 26. How many interrupts does 8085 have, mention them Ans:-The 8085 has 5 interrupt signals; they are INTR, RST7.5, RST6.5, RST5.5 and TRAP 27. Basic concepts in memory interfacing Ans:-The primary function of memory interfacing is that the microprocessor should be able to read from and write into a given register of a memory chip. To perform these operations the microprocessor should Be able to select the chip Identify the register Enable the appropriate buffer 28. Define instruction cycle, machine cycle and T-state Ans:-Instruction cycle is defined, as the time required completing the execution of an instruction. Machine cycle is defined as the time required completing one operation of accessing memory, I/O or acknowledging an external request. Tcycle is defined as one subdivision of the operation performed in one clock period 29. What is an instruction? Ans:-An instruction is a binary pattern entered through an input device to command the microprocessor to perform that specific function 30. What is the use of ALE Ans:-The ALE is used to latch the lower order address so that it can be available in T2 and T3 and used for identifying the memory address. During T1 the ALE goes high, the latch is transparent ie, the output changes according to the input data, so the output of the latch is the lower order address. When ALE goes low the lower order address is latched until the next ALE. 31. How many machine cycles does 8085 have, mention them Ans:The 8085 have seven machine cycles. They are Opcode fetch Memory read Memory write I/O read I/O write Interrupt acknowledge Bus idle 32. Explain the signals HOLD, READY and SID
  • 7. Ans:HOLD indicates that a peripheral such as DMA controller is requesting the use of address bus, data bus and control bus. READY is used to delay the microprocessor read or write cycles until a slow responding peripheral is ready to send or accept data.SID is used to accept serial data bit by bit 33. Mention the categories of instruction and give two examples for each category. Ans:The instructions of 8085 can be categorized into the following five categories Data transfer Instructions -MOV Rd,Rs STA 16-bit Arithmetic Instructions -ADD R DCR M Logical Instructions -XRI 8-bit RAR Branching Instructions -JNZ CALL 16-bit Machine control Instructions -HLT NOP 34. Explain LDA, STA and DAA instructions Ans:LDA copies the data byte into accumulator from the memory location specified by the 16-bit address. STA copies the data byte from the accumulator in the memory location specified by 16-bit address. DAA changes the contents of the accumulator from binary to 4-bit BCD digits. 35. Explain the different instruction formats with examples Ans:The instruction set is grouped into the following formats One byte instruction -MOV C,A Two byte instruction -MVI A,39H Three byte instruction -JMP 2345H 36. What is the use of addressing modes, mention the different types Ans:The various formats of specifying the operands are called addressing modes, it is used to access the operands or data. The different types are as follows Immediate addressing Register addressing Direct addressing Indirect addressing Implicit addressing 37. What is the use of bi-directional buffers? Ans:It is used to increase the driving capacity of the data bus. The data bus of a microcomputer system is bi-directional, so it requires a buffer that allows the data to flow in both directions. 38. Give the register organization of 8085 Ans: W(8) Temp. Reg Z(8) Temp. Reg B(8) Register
  • 8. C(8) Register D(8) Register E(8) Register H(8) Register L(8) Register Stack Pointer (16) Program Counter (16) 39. Define stack and explain stack related instructions Ans:The stack is a group of memory locations in the R/W memory that is used for the temporary storage of binary information during the execution of the program. The stack related instructions are PUSH & POP 40. Why do we use XRA A instruction Ans:The XRA A instruction is used to clear the contents of the Accumulator and store the value 00H. 41. Compare CALL and PUSH instructions Ans: CALL PUSH 1.When CALL is executed the microprocessor automatically stores the 16-bit address of the instruction next to CALL on the stack. 2.When CALL is executed the stack pointer is decremented by two 1.PUSH The programmer uses the instruction to save the contents of the register pair on the stack 2. When PUSH is executed the stack pointer is decremented by two 42. What is Microcontroller and Microcomputer Ans:Microcontroller is a device that includes microprocessor; memory and I/O signal lines on a single chip, fabricated using VLSI technology. Microcomputer is a computer that is designed using microprocessor as its CPU. It includes microprocessor, memory and I/O. 43. Define Flags Ans:The flags are used to reflect the data conditions in the accumulator. The 8085 flags are S-Sign flag, Z-Zero flag, AC-Auxiliary carry flag, P-Parity flag, CYCarry flag, D7 D6 D5 D4 D3 D2 D1 D0 44. How does the microprocessor differentiate between data and instruction? Ans:When the first m/c code of an instruction is fetched and decoded in the instruction register, the microprocessor recognizes the number of bytes required to fetch the entire instruction. For example MVI A, Data, the second byte is always considered as data. If the data byte is omitted by mistake whatever is in that memory location will be considered as data & the byte after the “data” will be treated as the next instruction.
  • 9. 45. Compare RET and POP Ans: RET POP 1.RET transfers the contents of the top two locations of the stack to the PC 2.When RET is executed the SP is incremented by two 3.Has 8 conditional RETURN instructions 1.POP transfers the contents of the top two locations of the stack to the specified register pair 2. When POP is executed the SP is incremented by two 3.No conditional POP instructions 46. What is assembler? Ans:The assembler translates the assembly language program text which is given as input to the assembler to their binary equivalents known as object code. The time required to translate the assembly code to object code is called access time. The assembler checks for syntax errors & displays them before giving the object code. 47. What is loader? Ans:The loader copies the program into the computer‟s main memory at load time and begins the program execution at execution time. 48. What is linker? Ans:A linker is a program used to join together several object files into one large object file. For large programs it is more efficient to divide the large program modules into smaller modules. Each module is individually written, tested & debugged. When all the modules work they are linked together to form a large functioning program. 49. What is interrupt service routine? Ans:Interrupt means to break the sequence of operation. While the CPU is executing a program an interrupt breaks the normal sequence of execution of instructions & diverts its execution to some other program. This program to which the control is transferred is called the interrupt service routine. 50.What are the various programmed data transfer methods? Ans: i) Synchronous data transfer ii) Asynchronous data transfer iii) Interrupt driven data transfer 51. What is synchronous data transfer? Ans:It is a data method which is used when the I/O device and the microprocessor match in speed. To transfer a data to or from the device, the user program issues a suitable instruction addressing the device. The data transfer is completed at the end of the execution of this instruction. 52. What is asynchronous data transfer? Ans:It is a data transfer method which is used when the speed of an I/O device does not match with the speed of the microprocessor. Asynchronous data transfer is also called as Handshaking. 53. What are the basic modes of operation of 8255? Ans: There are two basic modes of operation of 8255, They are: 1. I/O mode. 2. BSR mode.
  • 10. In I/O mode, the 8255 ports work as programmable I/O ports, while In BSR mode only port C (PC0- PC7) can be used to set or reset its individual port bits. Under the IO mode of operation, further there are three modes of operation of 8255, So as to support different types of applications, viz. mode 0, mode 1 and mode 2. Mode 0 - Basic I/O mode Mode 1 - Strobed I/O mode Mode 2 - Strobed bi-directional I/O. 54. Write the features of mode 0 in 8255? Ans:1. Two 8-bit ports (port A and port B) and two 4-bit ports (port C upper and lower) are available. The two 4-bit ports can be combined used as a third 8-bit port. 2. Any port can be used as an input or output port. 3.Output ports are latched. Input ports are not latched. 4. A maximum of four ports are available so that overall 16 I/O configurations are possible. 55. What are the features used mode 1 in 8255? Ans:Two groups – group A and group B are available for strobed data transfer. 1. Each group contains one 8-bit data I/O port and one 4-bit control/data port. 2. The 8-bit data port can be either used as input or output port. The inputs and outputs both are latched. 3. Out of 8-bit port C, PC0-PC2 is used to generate control signals for port B and PC3=PC5 are used to generate control signals for port A. The lines PC6, PC7 may be used as independent data lines. 56. What are the signals used in input control signal & output control signal? Ans: Input control signal STB (Strobe input) IBF (Input buffer full) INTR(Interrupt request) Output control signal OBF (Output buffer full) ACK (Acknowledge input) INTR(Interrupt request) 57. What are the features used mode 2 in 8255? Ans:The single 8-bit port in-group A is available. 1. The 8-bit port is bi-directional and additionally a 5-bit control port is available. 2. Three I/O lines are available at port C, viz PC2-PC0. 3. Inputs and outputs are both latched. 4. The 5-bit control port C (PC3=PC7) is used for generating/accepting handshake signals for the 8-bit data transfer on port A. 58. What are the modes of operations used in 8253? Ans:Each of the three counters of 8253 can be operated in one of the following six modes of operation. 1. Mode 0 (Interrupt on terminal count) 2. Mode 1 (Programmable monoshot) 3. Mode 2 (Rate generator) 4. Mode 3 (Square wave generator) 5. Mode 4 (Software triggered strobe) 6. Mode 5 (Hardware triggered strobe) 59. What are the different types of write operations used in 8253?
  • 11. Ans:There are two types of write operations in 8253 (1) Writing a control word register (2) Writing a count value into a count register The control word register accepts data from the data buffer and initializes the counters, as required. The control word register contents are used for (a) Initializing the operating modes (mode 0-mode4) (b) Selection of counters (counter 0- counter 2) (c) Choosing binary /BCD counters (d) Loading of the counter registers. The mode control register is a write only register and the CPU cannot read its contents. 60. Give the different types of command words used in 8259a? Ans:The command words of 8259A are classified in two groups 1. Initialization command words (ICWs) 2. Operation command words (OCWs) 61. Give the operating modes of 8259a? Ans: (a) Fully Nested Mode (b) End of Interrupt (EOI) (c) Automatic Rotation (d) Automatic EOI Mode (e) Specific Rotation (f) Special Mask Mode (g) Edge and level Triggered Mode (h) Reading 8259 Status (i) Poll command (j) Special Fully Nested Mode (k) Buffered mode (l) Cascade mode 62. Define scan counter? Ans: The scan counter has two modes to scan the key matrix and refresh the display. In the encoded mode, the counter provides binary count that is to be externally decoded to provide the scan lines for keyboard and display. In the decoded scan mode, the counter internally decodes the least significant 2 bits and provides a decoded 1 out of 4 scan on SL0-SL3.The keyboard and display both are in the same mode at a time. 63. What is the output modes used in 8279? Ans: 8279 provides two output modes for selecting the display options. 1.Display Scan In this mode, 8279 provides 8 or 16 character-multiplexed displays those can be organized as dual 4- bit or single 8-bit display units. 2.Display Entry 8279 allows options for data entry on the displays. The display data is entered for display from the right side or from the left side. 64. What are the modes used in keyboard modes? Ans: 1. Scanned Keyboard mode with 2 Key Lockout. 2. Scanned Keyboard with N-key Rollover. 3. Scanned Keyboard special Error Mode. 4. Sensor Matrix Mode. 65. What are the modes used in display modes? Ans:1. Left Entry mode In the left entry mode, the data is entered from the left side of the display unit. 2. Right Entry Mode. In the right entry mode, the first entry to be displayed is entered on the rightmost display. 66. What is the use of modem control unit in 8251? Ans: The modem control unit handles the modem handshake signals to coordinate the communication between the modem and the USART. 67. Give the register organization of 8257? Ans: The 8257 perform the DMA operation over four independent DMA channels. Each of the four channels of 8257 has a pair of two 16-bit registers. DMA address register and terminal count register. Also, there are two common registers for all the channels; namely, mode set registers and status
  • 12. register. Thus there are a total of ten registers. The CPU selects one of these ten registers using address lines A0- A3. 68. What is the function of DMA address register? Ans: Each DMA channel has one DMA address register. The function of this register is to store the address of the starting memory location, which will be accessed by the DMA channel. Thus the starting address of the memory block that will be accessed by the device is first loaded in the DMA address register of the channel. Naturally, the device that wants to transfer data over a DMA channel, will access the block of memory with the starting address stored in the DMA Address Register. 69. What is the use of terminal count register? Ans: Each of the four DMA channels of 8257 has one terminal count register. This 16-bit register is used for ascertaining that the data transfer through a DMA channel ceases or stops after the required number of DMA cycles. 70. What is the function of mode set register in 8257? Ans: The mode set register is used for programming the 8257 as per the requirements of the system. The function of the mode set register is to enable the DMA channels individually and also to set the various modes of operation. 71. What is interfacing? Ans: An interface is a shared boundary between the devices which involves sharing information. Interfacing is the process of making two different systems communicate with each other. 72. List the operation modes of 8255 Ans: a) I.O Mode i. Mode 0-Simple Input/Output. ii. Mode 1-Strobed Input/Output (Handshake mode) iii. Mode 2- Strobed bidirectional mode b) Bit Set/Reset Mode. 73. What is a control word? Ans: It is a word stored in a register (control register) used to control the operation of a program digital device. 74. What is the purpose of control word written to control register in 8255? Ans: The control words written to control register specify an I/O function for each I.O port. The bit D7 of the control word determines either the I/O function of the BSR function. 75.What is the size of ports in 8255? Ans: Port-A : 8-bits Port-B : 8-bits Port-CU : 4-bits Port-CL : 4-bits 76. Distinguish between the memories mapped I/O peripheral I/O? Ans: Memory Mapped I/O Peripheral MappedI/O 16-bit device address 8-bit device address Data transfer between any general-purpose register and I/O port. Data is transfer only between accumulator and I.O port
  • 13. The memory map (64K) is shared between I/O device and system memory. The I/O map is independent of the memory map; 256 input device and 256 output device can be connected More hardware is required to decode 16-bit address Less hardware is required to decode 8-bit address Arithmetic or logic operation can be directly performed with I/O data Arithmetic or logical operation cannot be directly performed with I/O data 77. What is memory mapping? Ans: The assignment of memory addresses to various registers in a memory chip is called as memory mapping. 78. What is I/O mapping? Ans:The assignment of addresses to various I/O devices in the memory chip is called as I/O mapping. 79. What is an USART? Ans:USART stands for universal synchronous/Asynchronous Receiver/Transmitter. It is a programmable communication interface that can communicate by using either synchronous or asynchronous serial data. 80.What is the use of 8251 chip? 8251 chip is mainly used as the asynchronous serial interface between the processor and the external equipment. 81. What is 8279? Ans:The 8279 is a programmable Keyboard/Display interface. 82. List the major components of the keyboard/Display interface. a. Keyboard section b. Scan section c. Display section d. CPU interface section 83. What is Key bouncing? Ans: Mechanical switches are used as keys in most of the keyboards. When a key is pressed the contact bounce back and forth and settle down only after a small time delay (about 20ms). Even though a key is actuated once, it will appear to have been actuated several times. This problem is called Key Bouncing. 84.Define HRQ? Ans: The hold request output requests the access of the system bus. In non- cascaded 8257 systems, this is connected with HOLD pin of CPU. In cascade mode, this pin of a slave is connected with a DRQ input line of the master 8257, while that of the master is connected with HOLD input of the CPU. 85. What is the use of stepper motor? Ans:A stepper motor is a device used to obtain an accurate position control of rotating shafts. A stepper motor employs rotation of its shaft in terms of steps, rather than continuous rotation as in case of AC or DC motor. 86. What is TXD? Ans: TXD- Transmitter Data Output This output pin carries serial stream of the transmitted data bits along with other information like start bit, stop bits and priority bit. 87. What is RXD? Ans: RXD- Receive Data Input This input pin of 8251A receives a composite stream of the data to be received by 8251A. 88. What is meant by key bouncing? Ans:Microprocessor must wait until the key reach to a steady state; this is known as Key bounce. 89. What is swapping? The procedure of fetching the chosen program segments or data from the secondary storage into the physical memory is called „swapping‟. 90. Write the function of crossbar switch? Ans: The crossbar switch provides the inter connection paths between the memory module and the
  • 14. processor. Each node of the crossbar represents a bus switch. All these nodes may be controlled by one of these processors or by a separate one altogether. 91. What is a data amplifier? Ans: Transceivers are the bi-directional buffers are some times they are called as data amplifiers. They are required to separate the valid data from the time multiplexed address data signal. They are controlled by 2 signals i.e DEN & DT/R. 92. What is status flag bit? Ans: The flag register reflects the results of logical and arithmetic instructions. The flag register digits D0, D2, D4, D6, D7 and D11 are modified according to the result of the execution of logical and arithmetic instruction. These are called as status flag bits. 93. What is a control flag? Ans: The bits D8 and D9 namely, trap flag (TF) and interrupt flag (IF) bits, are used for controlling machine operation and thus they are called control flags. 94. What is instruction pipelining? Ans: Major function of the bus unit is to fetch instruction bytes from the memory. In fact, the instructions are fetched in advance and stored in a queue to enable faster execution of the instructions. This concept is known as instruction pipelining. 95. Compare Microprocessor and Microcontroller. Ans: Microprocessor Microcontroller Microprocessor contains ALU,general purpose registers,stack pointer, program counter, clock timing circuit and interrupt circuit. Microcontroller contains the circuitry of microprocessor and in addition it has built- in ROM, RAM, I/O devices, timers and counters. It has many instructions to move data between memory and CPU. It has one or two instructions to move data between memory and CPU. It has one or two bit handling instructions. It has many bit handling instructions. Access times for memory and I/O devices are more. Less access times for built-in memory and I/O devices. Microprocessor based system requires more hardware. Microcontroller based system requires less hardware reducing PCB size and increasing the reliability.
  • 15. 8085 questions and answers 1. What are the various registers in 8085? - Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085 . 2. In 8085 name the 16 bit registers? - Stack pointer and Program counter all have 16 bits. 3. What are the various flags used in 8085? - Sign flag, Zero flag, Auxillary flag, Parity flag, Carry flag. 4. What is Stack Pointer? - Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the stack. 5. What is Program counter? - Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte instruction, which has not been completely fetched. In both the cases it gets incremented automatically one by one as the instruction bytes get fetched. Also Program register keeps the address of the next instruction. 6. Which Stack is used in 8085? - LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be retrieved first. 7. What happens when HLT instruction is executed in processor? - The Micro Processor enters into Halt-State and the buses are tri-stated. 8. What is meant by a bus? - A bus is a group of conducting lines that carriers data, address, & control signals. 9. What is Tri-state logic? - Three Logic Levels are used and they are High, Low, High impedance state. The high and low are normal logic levels & high impedance state is electrical open circuit conditions. Tri-state logic has a third line called enable line. 10. Give an example of one address microprocessor? - 8085 is a one address microprocessor. 11. In what way interrupts are classified in 8085? - In 8085 the interrupts are classified as Hardware and Software interrupts. 12. What are Hardware interrupts? - TRAP, RST7.5, RST6.5, RST5.5, INTR. 13. What are Software interrupts? - RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7. 14. Which interrupt has the highest priority? - TRAP has the highest priority. 15. Name 5 different addressing modes? - Immediate, Direct, Register, Register indirect, Implied addressing modes.
  • 16. 16. How many interrupts are there in 8085? - There are 12 interrupts in 8085. 17. What is clock frequency for 8085? - 3 MHz is the maximum clock frequency for 8085. 18. What is the RST for the TRAP? - RST 4.5 is called as TRAP. 19. In 8085 which is called as High order / Low order Register? - Flag is called as Low order register & Accumulator is called as High order Register. 20. What are input & output devices? - Keyboards, Floppy disk are the examples of input devices. Printer, LED / LCD display, CRT Monitor are the examples of output devices. 21. Can an RC circuit be used as clock source for 8085? - Yes, it can be used, if an accurate clock frequency is not required. Also, the component cost is low compared to LC or Crystal. 22. Why crystal is a preferred clock source? - Because of high stability, large Q (Quality Factor) & the frequency that doesn’t drift with aging. Crystal is used as a clock source most of the times. 23. Which interrupt is not level-sensitive in 8085? - RST 7.5 is a raising edge-triggering interrupt. 24. What does Quality factor mean? - The Quality factor is also defined, as Q. So it is a number, which reflects the lossness of a circuit. Higher the Q, the lower are the losses. 25. What are level-triggering interrupt? - RST 6.5 & RST 5.5 are level-triggering interrupts 26.Which Stack is used in 8085?LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be... 27.What are the various registers in 8085?Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085... 28.What are the various registers in 8085?Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085... 29.In 8085 name the 16 bit registers?Stack pointer and Program counter all have 16 bits.... 30.What is Stack Pointer?Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the... 31.Which StacWhich Stack is used in 8086? k is used in 8086?FIFO (First In First Out) stack is used in 8086.In this type of Stack the first stored information is retrieved...
  • 17. 32.How can I handle a destructor that fails?Write a message to a log-file. But do not throw an exception. The C++ rule is that you must never throw... 33.In what way interrupts are classified in 8085?In 8085 the interrupts are classified as Hardware and Software interrupts.... 34.What method is used to place a value onto the top of a stack?push() method, Push is the direction that data is being added to the stack. push() member method places a value... 35.What is clock frequency for 8085?3 MHz is the maximum clock frequency for 8085.... 36.What is clock frequency for 8085? 3 MHz is the maximum clock frequency for 8085. 37.Give an example of one address microprocessor? 8085 is a one address microprocessor. 38.Give examples for 8 / 16 / 32 bit Microprocessor? 8-bit Processor - 8085 / Z80 / 6800; 16-bit Processor - 8086 / 68000 / Z8000; 32- bitprocessor - 80386 / 80486 39.What is meant by a bus? A bus is a group of conducting lines that carriers data, address, & control signals. 40.What are the various registers in 8085? Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085 41.Why crystal is a preferred clock source? Because of high stability, large Q (Quality Factor) & the frequency that doesn?t drift with aging. Crystal is used as a clock source most of the times. 42.In 8085 which is called as High order / Low order Register? Flag is called as Low order register & Accumulator is called as High order Register. 43.Name 5 different addressing modes? Immediate, Direct, Register, Register indirect, Implied addressing modes 44.In what way interrupts are classified in 8085? In 8085 the interrupts are classified as Hardware and Software interrupts. 45.What is the difference between primary & secondary storage device? In primary storage device the storage capacity is limited. It has a volatile memory. In secondary storage device the storage capacity is larger. It is a nonvolatile memory. Primary devices are: RAM / ROM. Secondary devices are: Floppy disc / Hard disk. 46.Which Stack is used in 8085? LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be retrieved first. 47.What is Program counter? Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte instruction,
  • 18. which has not been completely fetched. In both the cases it gets incremented automatically one by one as the instruction bytes get fetched. Also Program register keeps the address of the next instruction. 48.What is the RST for the TRAP? RST 4.5 is called as TRAP. 49.What are level-triggering interrupt? RST 6.5 & RST 5.5 are level-triggering interrupts. 50.Which interrupt is not level-sensitive in 8085? RST 7.5 is a raising edge-triggering interrupt. 51.What are Software interrupts? RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7. 52.What are the various flags used in 8085? Sign flag, Zero flag, Auxiliary flag, Parity flag, Carry flag. 53.In 8085 name the 16 bit registers? Stack pointer and Program counter all have 16 bits. 54.What is Stack Pointer? Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the stack. 55.What happens when HLT instruction is executed in processor? The Micro Processor enters into Halt-State and the buses are tri-stated. 56.What does Quality factor mean? The Quality factor is also defined, as Q. So it is a number, which reflects the lossness of a circuit. Higher the Q, the lower are the losses. 57.How many interrupts are there in 8085? There are 12 interrupts in 8085. 58.What is Tri-state logic? Three Logic Levels are used and they are High, Low, High impedance state. The high and low are normal logic levels & high impedance state is electrical open circuit conditions. Tri-state logic has a third line called enable line. 59.Which interrupt has the highest priority? TRAP has the highest priority 60.What are Hardware interrupts? TRAP, RST7.5, RST6.5, RST5.5, INTR 61.Can an RC circuit be used as clock source for 8085? Yes, it can be used, if an accurate clock frequency is not required. Also, the component cost is low compared to LC or Crystal 8086 questions and answers
  • 19. 1. What is a Microprocessor? - Microprocessor is a program-controlled device, which fetches the instructions from memory, decodes and executes the instructions. Most Micro Processor are single- chip devices. 2. Give examples for 8 / 16 / 32 bit Microprocessor? - 8-bit Processor - 8085 / Z80 / 6800; 16-bit Processor - 8086 / 68000 / Z8000; 32-bit Processor - 80386 / 80486. 3. Why 8085 processor is called an 8 bit processor? - Because 8085 processor has 8 bit ALU (Arithmetic Logic Review). Similarly 8086 processor has 16 bit ALU. 4. What is 1st / 2nd / 3rd / 4th generation processor? - The processor made of PMOS / NMOS / HMOS / HCMOS technology is called 1st / 2nd / 3rd / 4th generation processor, and it is made up of 4 / 8 / 16 / 32 bits. 5. Define HCMOS? - High-density n- type Complimentary Metal Oxide Silicon field effect transistor. 6. What does microprocessor speed depend on? - The processing speed depends on DATA BUS WIDTH. 7. Is the address bus unidirectional? - The address bus is unidirectional because the address information is always given by the Micro Processor to address a memory location of an input / output devices. 8. Is the data bus is Bi-directional? - The data bus is Bi-directional because the same bus is used for transfer of data between Micro Processor and memory or input / output devices in both the direction. 9. What is the disadvantage of microprocessor? - It has limitations on the size of data. Most Microprocessor does not support floating-point operations. 10. What is the difference between microprocessor and microcontroller? - In Microprocessor more op-codes, few bit handling instructions. But in Microcontroller: fewer op-codes, more bit handling Instructions, and also it is defined as a device that includes micro processor, memory, & input / output signal lines on a single chip. 11. What is meant by LATCH? - Latch is a D- type flip-flop used as a temporary storage device controlled by a timing signal, which can store 0 or 1. The primary function of a Latch is data storage. It is used in output devices such as LED, to hold the data for display. 12. Why does microprocessor contain ROM chips? - Microprocessor contain ROM chip because it contain instructions to execute data. 13. What is the difference between primary & secondary storage device? - In primary storage device the storage capacity is limited. It has a volatile memory. In secondary storage device the storage capacity is larger. It is a nonvolatile memory. Primary devices are: RAM / ROM. Secondary devices are: Floppy disc / Hard disk. 14. Difference between static and dynamic RAM? - Static RAM: No refreshing, 6 to 8 MOS transistors are required to form one memory cell, Information stored as voltage level in a flip flop. Dynamic RAM: Refreshed periodically, 3 to 4 transistors are required to form one memory cell, Information is stored as a charge in the gate to substrate capacitance. 15. What is interrupt? - Interrupt is a signal send by external device to the processor so as to request the processor to perform a particular work. 16. What is cache memory? - Cache memory is a small high-speed memory. It is used for temporary storage of data & information between the main memory and the CPU (center processing unit). The cache memory is only in RAM. 17. What is called .Scratch pad of computer.? - Cache Memory is scratch pad of computer. 18. Which transistor is used in each cell of EPROM? - Floating .gate Avalanche Injection MOS (FAMOS) transistor is used in each cell of EPROM. 19. Differentiate between RAM and ROM? - RAM: Read / Write memory, High Speed, Volatile Memory. ROM: Read only memory, Low Speed, Non Voliate Memory. 20. What is a compiler? - Compiler is used to translate the high-level language program into machine code at a time. It doesn.t require special instruction to store in a memory, it stores automatically. The Execution time is less compared to Interpreter. 21. Which processor structure is pipelined? - All x86 processors have pipelined structure.
  • 20. 22. What is flag? - Flag is a flip-flop used to store the information about the status of a processor and the status of the instruction executed most recently 23. What is stack? - Stack is a portion of RAM used for saving the content of Program Counter and general purpose registers. 24. Can ROM be used as stack? - ROM cannot be used as stack because it is not possible to write to ROM. 25. What is NV-RAM? - Nonvolatile Read Write Memory, also called Flash memory. It is also know as shadow RAM.
  • 21. What is a Microprocessor? Microprocessor is a program-controlled device, which fetches the instructions from memory, decodes and executes the instructions. Most Micro Processor are single- chip devices. What are the flags in 8086? In 8086 Carry flag, Parity flag, Auxiliary carry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction flag, and Sign flag. Why crystal is a preferred clock source? Because of high stability, large Q (Quality Factor) & the frequency that doesn’t drift with aging. Crystal is used as a clock source most of the times. In 8085 which is called as High order / Low order Register? Flag is called as Low order register & Accumulator is called as High order Register. What is Tri-state logic? Three Logic Levels are used and they are High, Low, High impedance state. The high and low are normal logic levels & high impedance state is electrical open circuit conditions. Tri-state logic has a third line called enable line. What happens when HLT instruction is executed in processor? The Micro Processor enters into Halt-State and the buses are tri-stated. Which Stack is used in 8085? LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be retrieved first What is Program counter? Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte instruction, which has not been completely fetched. In both the cases it gets incremented automatically one by one as the instruction bytes get fetched. Also Program register keeps the address of the next instruction. What are the various registers in 8085? Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085 What is 1st / 2nd / 3rd / 4th generation processor? The processor made of PMOS / NMOS / HMOS / HCMOS technology is called 1st / 2nd / 3rd / 4th generation processor, and it is made up of 4 / 8 / 16 / 32 bits. Name the processor lines of two major manufacturers? High-end: Intel - Pentium (II, III, 4), AMD - Athlon. Low-end: Intel - Celeron, AMD - Duron. 64-bit: Intel - Itanium 2, AMD - Opteron. What’s the speed and device maximum specs for Firewire? IEEE 1394 (Firewire) supports the maximum of 63 connected devices with speeds up to 400 Mbps. Where’s MBR located on the disk? Main Boot Record is located in sector 0, track 0, head 0, cylinder 0 of the primary active partition. Where does CPU Enhanced mode originate from? Intel’s 80386 was the first 32-bit processor, and since the company had to backward-support the 8086. All the modern Intel-based processors run in the Enhanced mode, capable of switching between Real mode (just like the real 8086) and Protected mode, which is the current mode of operation. How many bit combinations are there in a byte? Byte contains 8 combinations of bits. Have you studied buses? What types?
  • 22. There are three types of buses. Address bus: This is used to carry the Address to the memory to fetch either Instruction or Data. Data bus : This is used to carry the Data from the memory. Control bus : This is used to carry the Control signals like RD/WR, Select etc. What is the Maximum clock frequency in 8086? 5 Mhz is the Maximum clock frequency in 8086. What is meant by Maskable interrupts? An interrupt that can be turned off by the programmer is known as Maskable interrupt. What is Non-Maskable interrupts? An interrupt which can be never be turned off (ie. disabled) is known as Non-Maskable interrupt What are the different functional units in 8086? Bus Interface Unit and Execution unit, are the two different functional units in 8086. What are the various segment registers in 8086? Code, Data, Stack, Extra Segment registers in 8086. What does EU do? Execution Unit receives program instruction codes and data from BIU, executes these instructions and store the result in general registers. Which Stack is used in 8086? k is used in 8086? FIFO (First In First Out) stack is used in 8086.In this type of Stack the first stored information is retrieved first. What are the flags in 8086? In 8086 Carry flag, Parity flag, Auxiliary carry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction flag, and Sign flag. What is SIM and RIM instructions? SIM is Set Interrupt Mask. Used to mask the hardware interrupts. RIM is Read Interrupt Mask. Used to check whether the interrupt is Masked or not. What is the difference between 8086 and 8088? The BIU in 8088 is 8-bit data bus & 16- bit in 8086.Instruction queue is 4 byte long in 8088and 6 byte in 8086. Give example for Non-Maskable interrupts? Trap is known as Non-Maskable interrupts, which is used in emergency condition. Give examples for Micro controller? Z80, Intel MSC51 &96, Motorola are the best examples of Microcontroller. What is clock frequency for 8085? 3 MHz is the maximum clock frequency for 8085. Give an example of one address microprocessor? 8085 is a one address microprocessor. Give examples for 8 / 16 / 32 bit Microprocessor? 8-bit Processor - 8085 / Z80 / 6800; 16-bit Processor - 8086 / 68000 / Z8000; 32-bit Processor - 80386 / 80486 What is meant by a bus? A bus is a group of conducting lines that carriers data, address, & control signals. What are the various registers in 8085? Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various
  • 23. registers in 8085 Why crystal is a preferred clock source? Because of high stability, large Q (Quality Factor) & the frequency that doesn’t drift with aging. Crystal is used as a clock source most of the times. In 8085 which is called as High order / Low order Register? Flag is called as Low order register & Accumulator is called as High order Register. Name 5 different addressing modes? Immediate, Direct, Register, Register indirect, Implied addressing modes In what way interrupts are classified in 8085? In 8085 the interrupts are classified as Hardware and Software interrupts. What is the difference between primary & secondary storage device? In primary storage device the storage capacity is limited. It has a volatile memory. In secondary storage device the storage capacity is larger. It is a nonvolatile memory. Primary devices are: RAM / ROM. Secondary devices are: Floppy disc / Hard disk. Which Stack is used in 8085? LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be retrieved first. What is Program counter? Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte instruction, which has not been completely fetched. In both the cases it gets incremented automatically one by one as the instruction bytes get fetched. Also Program register keeps the address of the next instruction. What is the RST for the TRAP? RST 4.5 is called as TRAP. What are level-triggering interrupt? RST 6.5 & RST 5.5 are level-triggering interrupts. Which interrupt is not level-sensitive in 8085? RST 7.5 is a raising edge-triggering interrupt. What are Software interrupts? RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7. What are the various flags used in 8085? Sign flag, Zero flag, Auxiliary flag, Parity flag, Carry flag. In 8085 name the 16 bit registers? Stack pointer and Program counter all have 16 bits. What is Stack Pointer? Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the stack. What happens when HLT instruction is executed in processor? The Micro Processor enters into Halt-State and the buses are tri-stated. What does Quality factor mean? The Quality factor is also defined, as Q. So it is a number, which reflects the lossness of a circuit. Higher the Q, the lower are the losses.
  • 24. How many interrupts are there in 8085? There are 12 interrupts in 8085. What is Tri-state logic? Three Logic Levels are used and they are High, Low, High impedance state. The high and low are normal logic levels & high impedance state is electrical open circuit conditions. Tri-state logic has a third line called enable line. Which interrupt has the highest priority? TRAP has the highest priority What are Hardware interrupts? TRAP, RST7.5, RST6.5, RST5.5, INTR Can an RC circuit be used as clock source for 8085? Yes, it can be used, if an accurate clock frequency is not required. Also, the component cost is low compared to LC or Crystal
  • 25. Q1) What type of architecture used in 8085 microprocessor?Interview Questions on Microprocessor 8085 Ans. 8085 has Von Neumann architecture. It is named after the mathematician John Von Neumann. It is based on the concept of stored program control. In this architecture both the data and the program is stored in the same memory. Q2) What is the function of accumulator?Interview Questions on Microprocessor 8085 Ans. Accumulator is an 8 bit register which stores data and performs arithmetic and logical operations. The result of the operation is stored in the accumulator. It is designated by the letter ‘A’. Q3) What are the different types of flags in 8085 microprocessor?Interview Questions on Microprocessor 8085 Ans. There are 5 different flags in 8085 microprocessor. Though the flag register is of 8 bit but 3 bits are not in use. Only 5 bits are used for the different flags. They are:- a) Sign flag(s)- This is designated by the letter ‘S’. If sign bit is 1 then the sign flag is set to 1 and if the sign bit is zero then sign flag is reset to zero. b) Zero flag(z)- This is designated by the letter ‘z’. If the result of any arithmetic or logical operation is zero i.e. all the bits are zero then zero flag is set to 1 else it is set to zero. c) Auxiliary carry- (AC) This flag is set to 1 only when any intermediate carry is produced. Else it is reset to 0. d) Parity flag (P) – when the result of any operation has odd number of ones then parity flag is set to 1 else if it has even number of ones then it is reset to 0. e) Carry flag(C) – this flag is set to 1 only when a carry is produced in the result i.e. the carry bit is 1 else if the carry bit is zero then the flag is reset to zero. Q4) What are the types of general purpose registers in 8085? Ans. There are 6 general purpose registers in 8085 microprocessor. They are designated by the letters – B, C, D, E, H, and L. These are 8 bit registers and are used to store data temporarily during the execution of any program. These registers can also be used to store 16 bit data by using them in pairs i.e. BC, DE and HL. These pairs cannot be changed as B cannot pair with any other register other than C.
  • 26. Q5) What is the length of stack pointer in 8085 microprocessor? And what is its use? Interview Sample paper question answer on 8085 Microprocessor. Ans. stack pointer is of 16 bits length and is used to point to the value at top of the stack for the currently executed instruction. Q6) What is the memory size of 8085 microprocessor? Placement Interview Sample paper question answer on 8085 Microprocessor Ans. 8085 has 8 data lines and 16 address lines. The memory size of any microprocessor depends on the number of address lines. The general formula is 2^n, where n= number of address lines. For 8085 there are 2^16= 64 Kbytes memory size. Q7) How many bits is 8085 microprocessor? Sample Paper Interview question answer Ans. Microprocessor is named on the basis of number of data lines in it. 8085 is a bit microprocessor as it has 8 bit data lines. Q8) What are the various interrupts in 8085 microprocessor? Which is the highest priority interrupt? Important questions on Microprocessor 8085 There are 6 types of interrupts in 8085. They are a) TRAP b) RST 7.5 c) RST 6.5 d) RST 5.5 e) INTR f) Interrupt acknowledgment (INTA(bar)). TRAP has the highest priority among all the interrupts. Q9) Which type of cycle is used for fetch and execute instruction? Sample Paper Interview question answer
  • 27. Ans. Instruction cycle is used for the fetch and execute instruction. In this cycle the instruction is fetched, decoded and executed to produce the required output. Q10) How many address lines are there in 8085 microprocessor? Sample Paper Interview question answer Ans. There are 16 address lines in 8085. They are multiplexed address and data lines. Address bus of 8085 is of 16 bits. During the first machine cycle these address lines are used as data lines and in the next machine cycle all the 16 lines act as address lines. The multiplexed 8 address and data lines refer to lower order address bit and the rest 8 for higher order address bits.
  • 28. What are the various registers in 8085? - Accumulator register, Temporary register, Instruction register, Stack Pointer, Program Counter are the various registers in 8085 . In 8085 name the 16 bit registers? - Stack pointer and Program counter all have 16 bits. What are the various flags used in 8085? - Sign flag, Zero flag, Auxillary flag, Parity flag, Carry flag. What is Stack Pointer? - Stack pointer is a special purpose 16-bit register in the Microprocessor, which holds the address of the top of the stack. What is Program counter? - Program counter holds the address of either the first byte of the next instruction to be fetched for execution or the address of the next byte of a multi byte instruction, which has not been completely fetched. In both the cases it gets incremented automatically one by one as the instruction bytes get fetched. Also Program register keeps the address of the next instruction. Which Stack is used in 8085? - LIFO (Last In First Out) stack is used in 8085.In this type of Stack the last stored information can be retrieved first. What happens when HLT instruction is executed in processor? - The Micro Processor enters into Halt- State and the buses are tri-stated. What is meant by a bus? - A bus is a group of conducting lines that carriers data, address, & control signals. What is Tri-state logic? - Three Logic Levels are used and they are High, Low, High impedance state. The high and low are normal logic levels & high impedance state is electrical open circuit conditions. Tri-state logic has a third line called enable line. Give an example of one address microprocessor? - 8085 is a one address microprocessor. In what way interrupts are classified in 8085? - In 8085 the interrupts are classified as Hardware and Software interrupts. What are Hardware interrupts? - TRAP, RST7.5, RST6.5, RST5.5, INTR. What are Software interrupts? - RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7. Which interrupt has the highest priority? - TRAP has the highest priority. Name 5 different addressing modes? - Immediate, Direct, Register, Register indirect, Implied addressing modes. How many interrupts are there in 8085? - There are 12 interrupts in 8085. What is clock frequency for 8085? - 3 MHz is the maximum clock frequency for 8085. What is the RST for the TRAP? - RST 4.5 is called as TRAP. In 8085 which is called as High order / Low order Register? - Flag is called as Low order register & Accumulator is called as High order Register. What are input & output devices? - Keyboards, Floppy disk are the examples of input devices. Printer, LED / LCD display, CRT Monitor are the examples of output devices. Can an RC circuit be used as clock source for 8085? - Yes, it can be used, if an accurate clock frequency is not required. Also, the component cost is low compared to LC or Crystal. Why crystal is a preferred clock source? - Because of high stability, large Q (Quality Factor) & the frequency that doesn’t drift with aging. Crystal is used as a clock source most of the times. Which interrupt is not level-sensitive in 8085? - RST 7.5 is a raising edge-triggering interrupt. What does Quality factor mean? - The Quality factor is also defined, as Q. So it is a number, which reflects the lossness of a circuit. Higher the Q, the lower are the losses. What are level-triggering interrupt? - RST 6.5 & RST 5.5 are level-triggering interrupts.