0% found this document useful (0 votes)
22 views

Microprocessor Important Questions

The document contains a list of important questions about microprocessors, assembly language, and related topics. It includes questions about register-based vs accumulator-based microprocessors, functions of microprocessors, generations of microprocessors, architecture of microprocessors like 8086, addressing modes, interrupts, coprocessors, assembly language instruction formats, and writing assembly language programs.

Uploaded by

mhbabon.bd
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Microprocessor Important Questions

The document contains a list of important questions about microprocessors, assembly language, and related topics. It includes questions about register-based vs accumulator-based microprocessors, functions of microprocessors, generations of microprocessors, architecture of microprocessors like 8086, addressing modes, interrupts, coprocessors, assembly language instruction formats, and writing assembly language programs.

Uploaded by

mhbabon.bd
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Important question List

(Microprocessor and Assembly Language)


What is microprocessor? Write down the differences between register based and accumulator based
microprocessor
Write down some functions of microprocessor
Explain important features of each generation microprocessor.
Explain accumulator-based microprocessor with figure.
Distinguish between microprocessor and microcontroller.
Write features of microcontroller and write its applications.
Explain bit slice microprocessor with figure.
Draw the internal architecture of 8086 and explain its functional units.
Distinguish 80186 and 80286 microprocessor
Distinguish 8085 and 8086 microprocessor.
How can you calculate physical address from logical address? Describe it.
Explain memory segmentation of 8086.
Write the advantages of segmented memory.
Calculate the physical address which is represented by ABCD:1234 H
Explain condition flags and control flags of 8086.
Suppose AX contains 4C5DH and BX contains 1234H, after the operation of ADD AX, BX, Find the
content of the CF, SF, ZF, PF and OF?
What is addressing mode? Describe different types of the addressing modes with example.
Is there any difference between the instruction MOV AX,1234 H and MOV AX,[1234 H]? Explain.
Find the physical address of the memory location and its contents after the execution of the following,
assuming that DS = 1850H.
MOV AL, 88H
MOV [2945H], AL
Assume that DS = 1120, SI = 2498, and AX = 17FE. Show the contents of memory locations after the
execution of
MOV [SI], AX
Explain memory read cycle time by timing diagram.
Discuss memory write cycle time by timing diagram.
What are the differences among logical, physical & offset address? give with example
Design a 32x4 memory module using 8x4 chips.
Design a 16x4 memory module using 4x4 chips.
Draw the internal architecture of 80386 microprocessor and describe it.
Draw the internal architecture of 80186, 80286,80486, Pentium microprocessor. describe
Write down the special features of Pentium microprocessor
What is interrupt? Explain different types of dedicated interrupt.
Discuss Software interrupt and hardware interrupt.
Describe interrupt handling operation with figure.
Describe 8259A programmable interrupt controller.
What is coprocessor? Write the functions of a coprocessor.
Discuss about 8087 math coprocessor with figure.
Define instruction format. Explain different types of instruction format
Show how does DMA controller can be connected in an 8086 system and discuss how DMA data transfer
take place?
What is purpose of 8086 MN/MX pin?
Describe 8086 general-purpose registers
Write down the features of 8, 16 and 32-bit microprocessor.
Describe memory bank technique.
What are the advantages of an assembly language in comparison with high-level language?
Write down the steps to create and run an assembly program.
Distinguish between macro and procedure.
What do you know about assembler, linker and loader.
Write down the difference between the instruction MOV and LEA with example.
Write an assembly language program to show all English alphabet.
Write an assembly program to convert lower case letter to upper case letter.
Write an assembly language program to determine factorial of a number
Write an assembly language program to accept a string from keyboard and display the string in reverse
order.
Write an assembly language program to determine the largest number among three numbers.
Write an assembly language program to determine a message five times.

You might also like