• No results found

Microprocessor Interview Questions and Answers

N/A
N/A
Protected

Academic year: 2021

Share "Microprocessor Interview Questions and Answers"

Copied!
8
0
0

Loading.... (view fulltext now)

Full text

(1)

Microprocessor Interview Questions and Answers

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.

(2)

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?

(3)

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?

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

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

PROGRAM TO DISPLAY SCROLLING OF NO.1 TO 8 ON EACH DISPLAY

org 0000h mov psw,#00h mov dptr,#0700h x9: mov r7,#00h mov b,#00h x7: mov a,r7 cjne a,#0ah,x8 sjmp x9 x8: movc a,@a+dptr mov p0,a mov r5,#01h x4: mov r4,#ffh x3: mov r3,#ffh x2: mov r0,#08h mov a,b setb c x1: rlc a mov p2,a djnz r0,x1 djnz r3,x2 djnz r4,x3 djnz r5,x4

(5)

mov r1,#ffh x6: mov r2,#ffh x5: mov p2,#ffh mov p0,#00h djnz r2,x5 djnz r1,x6 inc r7 ajmp x7 org 0700h db 77h db 44h db 3dh db 7ch db 4eh db 7ah db 7bh db 54h db 7fh db 7eh end

PROGRAM TO CHECK THE KEY BOARD.

org 0000h mov psw,#00h mov dptr,#0400h mov r7,#00h mov b,#00h x7: mov a,r7 movc a,@a+dptr mov p0,a mov r0,#08h mov a,b setb c x1: rlc a mov p2,a djnz r0,x1 acall kb ajmp x7 kb: mov a,p1 jnb acc.0,z1 jnb acc.1,z2 jnb acc.2,z3 jnb acc.3,z4 jnb acc.4,z5 ret

(6)

z1: mov r7,#01h ret z2: mov r7,#02h ret z3: mov r7,#03h ret z4: mov r7,#04h ret z5: mov r7,#05h ret org 0400h db 77h db 44h db 3dh db 7ch db 4eh db 7ah db 7bh db 54h db 7fh db 7eh end

PROGRAM TO INCREMENT OR DECREMENT THE COUNTER.

org 0000h mov psw,#00h mov p1,#ffh mov r4,#00h mov r7,#00h mov r5,#01h x2: mov r0,#08h setb c mov a,r7 x1: rlc a mov p2,a mov p0,#7fh lcall del jnb p1.2,x6 djnz r0,x1 ajmp x2 x6: mov dptr,#0600h mov r3,#00h mov a,r3 movc a,@a+dptr mov p2,#01h mov p0,#00h acall de1 mov p0,a acall de1 inc r3

(7)

mov a,r3 movc a,@a+dptr mov p2,#02h mov p0,#00h acall de1 mov p0,a acall de1 inc r3 mov a,r3 movc a,@a+dptr mov p2,#04h mov p0,#00h acall de1 mov p0,a acall de1 inc r3 mov a,r3 movc a,@a+dptr mov p2,#08h mov p0,#00h acall de1 mov p0,a acall de1 inc r3 mov dptr,#0700h mov a,r4 movc a,@a+dptr mov p2,#80h mov p0,#00h acall de1 mov p0,a acall de1 mov a,r4 movc a,@a+dptr mov p2,#40h mov p0,#00h acall de1 mov p0,a acall de1 mov a,r4 movc a,@a+dptr mov p2,#20h mov p0,#00h acall de1 mov p0,a acall de1 mov a,r4 movc a,@a+dptr mov p2,#10h mov p0,#00h acall de1 mov p0,a acall de1

(8)

djnz r5,x11 mov r5,#01h jnb p1.3,x4 jnb p1.1,x7 ajmp x6 x11: ajmp x6 x4: mov r5,#4fh mov a,r4 cjne a,#09h,x5 mov r4,#00h ajmp x6 x5: inc r4 ajmp x6 x7: mov r5,#4fh mov a,r4 cjne a,#00h,x8 mov r4,#09h ajmp x6 x8: dec r4 ajmp x6 de1: mov b,#7fh djnz b,$ ret del: mov r6,#03h x10: mov r1,#ffh x3: mov r2,#ffh djnz r2,$ djnz r1,x3 djnz r6,x10 ret org 0600h db 1fh db 09h db 69h db 7eh org 0700h db 77h db 44h db 3dh db 7ch db 4eh db 7ah db 7bh db 54h db 7fh db 7eh end

References

Related documents

This paper uses panel data in a system of simultaneous equations, controlling for spatial spillovers and unobserved spatial heterogeneity, to explore how measured country

L1 Key-value Cache Architecture 10G MAC To Network From Network Packet Generator Traffic Classifier non-KVS packets PE0 PE1 PEn-1 Crossbar Switch DRAM Controller SRAM Controller

Flags flown permanently in front of City Hall include the national flag of Canada, provincial flag of Saskatchewan, Union Jack, the municipal flag of Regina, the Treaty 4 flag and

The R&D community in India and Indian Space Research Organisation have already carried out preliminary concept studies on Space based Solar Power systems.. India and the US-based

Just Using Loads/Stores No mutual exclusion flag=0 Thread 1 Thread 2 read flag flag=0 while (flag == 1) read flag flag=0 context switch while (flag == 1) enter CS flag= 1 enter

WHEREAS, the Board of Education of the Estell Manor School District has determined that the following items must be discussed in closed session and that the public must be

Furthermore, a second-generation mindfulness-based intervention known as meditation awareness training (MAT) – which explicitly teaches emptiness meditation and accepts the

Hence the advice from Public Health officials: normally we don’t bother screening the general population for rare diseases, but we might consider screening ‘high risk’ groups....