COA Mid 1 Solution
COA Mid 1 Solution
Ans.
➢ ALE:
− It is known as Address Latch Enable.
− It is used to separate the address and data on multiplexed lines (AD0-AD7) in
microprocessors.
− When this pin is at logic 1 (set), then lower order address bus is active (A0 -A7).
➢ AD0-AD7:
− It is a multiplex address data bus.
− Address bus is unidirectional.
− Data bus is bidirectional.
− Address bus behave like output and data bus behave like I/O.
− When ALE is high or logic 1, then address bus A0 to A7 is active.
− When ALE is low or logic 0, then data bus D0 to D7 is active.
➢ X1 & X2:
− It is a crystal oscillator with frequency 6.014 MHz with operating frequency 3.07 MHz. It is
known as clock input.
− It is an input signal.
− It is active high.
− When these pin is at logic 1 (set) then clock input given to the IC.
➢ S0 & S1:
− Both are status signals means it provides status of operation of Microprocessor.
− The operation initial, read, write and END state.
− Both status signal provide the status with combination given in below table:
S0 S1 Operation/Stage
0 0 Initial
0 1 Read
1 0 Write
1 1 END
̅:
➢ IO/𝐌
− It is an input output / ̅̅̅̅̅̅̅̅̅̅̅
Memory signal.
− When this pin is at logic 1(set) then microprocessor performs input output related operation.
Input
➢ CPU:
− CPU is the brain of computer coordinating and controlling all other hardware components.
Types of Register:
1) DR – Data Register – 16-bit
2) AR – Address Register – 12-bit
3) AC – Accumulator – 16-bit
4) IR – Instruction Register – 16-bit
5) PC – Program Counter – 12-bit
6) TR – Temporary Register – 16-bit
7) INPR – Input Register – 8-bit
8) OUTR – Output Register – 8-bit
1) DR: Data register can store 16-bit of data . It holds the operand read from memory.
2) AC: This register can store 16-bit of data. An accumulator is the most utilized register & it is
used to store information taken from memory. It is also called general purpose processing
register.
3) IR: This register can store 16-bit of data. The instruction read from memory is placed in
instruction register.
4) TR: This register can store 16-bit of data. TR is used for holding temporary data during
processing.
5) AR: This register can store 16-bit of data. It holds operands/instructions address.
6) PC: This register can store 16-bit of data. This register consist of next instruction to be fetched.
Page 7 of 9 Abhishek Shah
7) MAR: Address location of memory is store in this register. It is also called by MAR or MBR.
8) MBR: MBR are used to store data contain memory command or used to write on disk.
10. Observe the characteristic of Intel processor from 4 bit (4004) to i7.
Ans.
1. Intel 4004 (1971)
• Bit Width: 4-bit
• Clock Speed: 750 kHz
• Transistors: 2,300
• Purpose: First commercially available microprocessor, designed for calculators.