8085 & 8086 PROCESSOR
1. What is microprocessor? Give the power supply
&clock frequency of 8085
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 of 8085 is +5v and clock frequency in 3MHZ.
2. List few applications of microprocessor-based
system.
It is
used:
ü For
measurements, display and control of current, voltage, Temperature, pressure,
etc.
ü For
traffic control and industrial tool control.
ü For speed
control of machines.
3.What are
the functions of an accumulator?
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 d a t
a t o 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.
Stack
pointer (sp) and program counter (pc).
5.List the allowed register pairs of 8085.
ü B-C
register pair
ü D-C
register pair
ü H-L
register pair.
6.Mention the purpose of SID and SOD lines
ü 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?
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?
It is a statussignal. It is used to differentiate b e t w e e n memory
locations and I/O operations w h e n 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?
The data
on which the operation is to be performed is called as an operand.
10.
How many
address lines in a 4096*8 EPROM CHIP?
12
Address lines.
11.
Control
signals used for DMA operation are
ü HOLD
ü HLDA
12.
What is
meant by wait state?
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 the 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.
13. What is meant by polling?
Polling or device polling is a process which identifies the device that
has interrupted the microprocessor.
14. What is meant by interrupt?
Interrupt is an
external signal that causes a microprocessor to jump to
a specific subroutine.
15. Explain priority interrupts of 8085?
The 8085
microprocessor has five interrupt inputs. They are TRAP, RST7.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 RST7.5, RST6.5,
and RST5.5. The p r i o r i t y of interrupts in 8085 is shown in the table.
Interrupts priority
TRAP 1
RST7.5 2
RST6.5 3
RST5.5 4
INTR 5
16. What is a microcomputer?
A computer
that is designed using a microprocessor as its CPU is called microcomputer.
17. What is the signal classification of 8085?
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
intiated signals
ü Serial
I/O ports
18.
What are
operations performed on data in 8085?
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
19.
Steps
involved to fetch a byte in 8085?
ü The pc
places the 16-bit memory address on the address bus
ü The
control unit sends the control signal RD to enable the memory chip
ü The byte
from the memory location is placed on the data bus
ü The byte
is placed in the instruction decoder of the microprocessor and the task is
carried out according to the instruction.
20. How many interrupts does 8085 have mention them
The 8085
has 5 interrupt signals they have INTR, RST7.5, RST6.5, RST5.5 and TRAP
21. Basic concepts in the memory interfacing?
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
22.
Define
instruction cycle, machine cycle and T-state?
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. T cycle is defined as one subdivision of the operation performed in
one clock period.
23. What is the use of ALE?
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.
24. How many machine cycles does 8085 have? Mention
them.
The 8085
have seven machine cycles they are
ü Opcode
fetch
ü Memory
read
ü Memory
write
ü I/O read
ü I/Owrite
ü Interrupt
acknowledge
ü Bus idle
25.
Explain
the signals HOLD, READY and SID.
ü HOLD
indicates that a peripheral such a 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 accept or send data.
ü SID is
used to accept serial data bit by bit.
26.
What is
the use of bidirectional buffer?
It is used to increase the driving capacity of data bus. The data bus of
the microcomputer system is bidirectional, so it requires a buffer that allow
the data to flow in both directions.
27.
Give the
register organization of 8085?
ü W(8)Register
ü Z(8)
Register
ü B(8)Register
ü E(8)Register
ü H(8)
Register
ü L(8)
Register
ü Stack pointer(16)
ü Program
counter(16)
28.
What is
the microcontroller and microcomputer?
ü 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.
29. Define flags?
The flags
are used to reflect the data conditions in the accumulator. The 8085 flags are
ü S-sign
flag
ü Zero flag
ü Auxiliary
flag
ü Parity
flag
ü Carry
Flag
30. Difference between memory mapped I/O and
peripheral I/O?
MEMORY MAPPEED I/O
16-bit
device address
The data
transfer between any general-purpose register and I/O port
The
memory map(64kb)is shared between I/O device and system memory
More
hardware is required to decode 16-bit address
PERIPHERAL I/O
8-bit
device address
The data
transfer only between accumulator and I/O port
The I/O
map is independent of the memory map,256 input device and 256 output device
Less
hardware is required to decode 8-bit address
31. What is interfacing?
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.
32. What is memory mapping?
The assignment of memory address to various registers in a memory chip
is called as memory mapping.
32. What is I/O mapping?
The
assignment of address to various I/O devices in the memory chip is called as
I/O Mapping
Related Topics
Privacy Policy, Terms and Conditions, DMCA Policy and Compliant
Copyright © 2018-2023 BrainKart.com; All Rights Reserved. Developed by Therithal info, Chennai.