What are the different advances in semiconductor technology?
SSI - Small Scale Integration (10 transistors/chip)
MSI - Medium Scale Integration (10 to 100 transistors/chip)
LSI - Large Scale Integration (100 to 10,000 transistors/chip)
VLSI - Very Large Scale Integration (10,000 to 10^6 transistors/chip)
ULSI - Ultra Large Scale Integration (10^6 to 10^7 transistors/chip)
GSI - Giga Scale Integration (more than 10^7 transistors/chip)
What are the various functions of ALU?
The various functions performed by ALU are:
- Addition
- Subtraction
- AND
- OR
- EX-OR
- Complement
- Shift right
- Shift left
- Increment
- Decrement
What is the function of READY signal?
READY signal is used for synchronization of slower peripherals with the microprocessor. It senses whether the peripheral is ready or not to transfer the data. If the peripheral is not ready, the processor waits.
Why AD0 - AD7 lines are multiplexed?
The data bus (D0 - D7) and the lower half of address bus (A0 - A7) are multiplexed to reduce the number of external pins. During T1 of the machine cycle, lower 8-bit of memory or I/O address appear on bus. During T2 and T3 of the machine cycle, these lines are used as bidirectional data bus.
What is the function of ALE signal in 8085 microprocessor?
The data bus (D0 - D7) and the lower half of address bus (A0 - A7) are multiplexed. The lower half of address bus (A0-A7) is available only during T1 of the machine cycle. But this lower half of address bus is also necessary during T2 and T3 of the machine cycle. So it is necessary to latch the lower half of an address in T1 of the machine cycle so that it is available throughout the machine cycle. This important function of latching is done by external latch and ALE signal.
What is the function of IO/M, S0 and S1 signals in 8085 microprocessor?
These three signals are status signals. IO/M indicates whether IO operations or memory operation is to be carried out. If this signal is set, IO operation is carried out and if it is reset, memory operation is carried out. S0 and S1 indicates the type of machine cycle.
What is the function of HOLD and HLDA signals in 8085?
HOLD signal indicates that another processor is requesting for the use of address bus, data bus and control bus. HLDA signal is used to acknowledge HOLD request.
What is the special function of AND instruction?
AND instruction is used to clear a bit in a binary number. This process is called masking.
What is the special function of OR instruction?
OR instruction is used to set a bit in a binary number.
What is the special function of XOR instruction?
XOR instruction is used to invert or complement a bit in a binary number.
Comments
Post a Comment