Monday, February 21, 2011

Electronics - Interview Qts-5

Interview Questions- MBA Admissions- Job Interviews

                   - Electronics and Communication, Applied Electronics

• 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.

• examples of Software interrupts?

RST0, RST1, RST2, RST3, RST4, RST5, RST6, RST7.

• EXAMPLES of Hardware interrupts?

TRAP, RST7.5, RST6.5, RST5.5, INTR.

• Which interrupt has the highest priority?

TRAP has the highest priority.

• What is clock frequency for 8085?

3 MHz is the maximum clock frequency for 8085.

• How many interrupts are there in 8085?

There are 12 interrupts in 8085.

• Name 5 different addressing modes?

Immediate, Direct, Register, Register indirect, Implied addressing modes.

• 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.