SlideShare ist ein Scribd-Unternehmen logo
1 von 4
QUESTION BANK-Big questions
                    MICROPROCESSOR AND MICROCONTROLLERS
                                        III YEAR CSE/IT
8085 MICROPROCESSOR
1. a. Draw the block diagram of 8085 mp and explain? (12)
b. Write an assembly language program to add two 2-digits BCD Number? (4)

2. a. Explain the instruction set of 8085? (10)
b. Write notes on status flag? (6)

3. a. Explain the architecture of Intel 8085 with the help of a block diagram? (12)
b. Explain the similarities diff b/w subtract and compare instructions in 8085? (4)

4. a. Describe the sequence of event that may occur during the different T state in the opcode
Fetch machine cycle of 8085? (8)
b. Write an assembly language program to convert on array of ASCII code to corresponding
Binary (hex) value. The ASCII array is stored starting from 4200H.The first element of the
number of elements in the array. (8)

5. a. With neat block diagram explain the architecture of 8085? (10)
b. List out the maskable and non maskable interrupts available in 8085? (6)

6. a. How do the instructions of 8085 is classified based on their function and word length?
Give an example? (8)
b. Write an ALP to Add two 8bit numbers? (8)

7.(a)Specify the contents of the registers and the flag status as the following
instructions are executed.(8)
i. MVI A, 00H
ii. MVI B, F8H
iii. MOV C, A
iv. MOV D, B
v. HLT
(b)Write instructions to load the hexadecimal number 65H in register C and 92H in
accumulator A. Display the number 65H at PORT0 and 92H at PORT1.(8)

8. (a)Why the lower order address bus is multiplexed with data bus? How they will be
de-multiplexed? (8)
(b) Differentiate between maskable and non-maskable interrupts.(8)

9. a)Write an 8085 assembly language program using minimum number of instructions to add the
16 bit no. in BC, DE & HL. Store the 16 bit result in DE pair. (8)
  b) Explain the similarities diff b/w subtract and compare instructions in 8085? (8)

10. (a)Explain in detail the following instructions:-
(i) ADC (ii) LHLD (iii) RLC (iv) DI
(b) Define & explain the term addressing modes.
8086 SOFTWARE ASPECTS AND 8086 SYSTEM DESIGN
1. a. Explain the addressing modes of 8086 with the help of examples? (12)
b. Write short notes on macro? (4)

2. a. Explain the instruction set 8086? (10)
b. Write an ALP in 8086 to find sum of numbers in array? (6)

3. a. Explain the addressing modes of 8086 with the help of example? (12)
b. Describe the action taken by 8086 when NMI pin is activated? (4)

4. a. Explain memory organization in 8086? (8)
b. Explain the following assembler directives (8)
i. ASSUME                       ii. EQU                    iii. DD IV. DW

5. a. With the neat sketch explain the architecture of 8086 processor? (12)
b. Give the significance of ‘O’ flag, ’T’ flag, ’I’ flag &’D’flag of 8086? (4)

6.a)Discuss the interrupt system of Intel 8086. What is interrupt pointer? What is 'type' of
an interrupt? (8)
b)Discuss the various addressing modes of 8086. What are displacement, base and
index? What is an effective address or offset? (8)

7. a)What is the difference between minimum and maximum modes of 8086? How are
these modes selected? (6)
b)Draw and explain the architecture of 8086.(10)

8 a)Write an 8086 program to add two 16-bit numbers in CX and DX and store the result
in location 0500H addressed by DI.(6)
  b)Draw the maximum mode module of 8086 clearly showing address latches,
transreceivers, clock generator. neatly label the diagram. terminate unused pins properly.(10)

9.Draw the interfacing diagram for 8086 based system(minimum mode)with the
following specification.
-16 KB RAM
-8 KB EPROM
-8255 PPI in I/O address space also show the required latches, buffers and decoder .draw the
memory map for the above interface.            (16)

10.a)Explain the following 8086 signals:(8)
-INTR
-DT/(R bar)
-RESET
-TEST (bar )
 b)How does 8086 convert a logical address to physical address? explain with an example.(8)

11.a).Explain with the suitable diagram how 8086 access a byte or word from EVEN and ODD
memory banks.
b).State the differences between I/O mapped I/O and Memory mapped I/O.
12.Explain with example ,various addressing modes of 8086/88 microprocessor (16)

13. a. Explain the Maximum mode of operation of 8086. (12)
b. Write short notes on addressing memory. (4)

14. a. Explain the minimum mode of operation of 8086. (12)
b. Write notes on addressing input and output devices? (4)

15. a. Design an 8086 based system in minimum mode containing 64kb of EPROM and
64kb of RAM (12)
b. Give the functions of NMI, BHE and TEST pins of 8086? (4)

16. Explain the various multiprocessor configurations. (16)

17. a. Discuss in detail the various signal of 8086. (10)
b. Explain in detail about 8086 memory banks and associated signals for byte and
word operations. (6)

18.a. Sketch and explain the interface of 32K x 16 RWMs using a decoder in minimum mode. (8)
b.Explain the difference between NEAR and FAR procedure of 8086 processor.

19.a)Explain the use of following instructions:
-XLAT
-DAA
-CMPSB
b).difference between CALL and JMP instruction of 8086 microprocessor.

20.a. Describe any four assembler directives used in 8086 assembly language
programming.
  b. Write a program in 8086/8088 assembly language to convert string of character from
uppercase to lowercase. Accept the string of length 8 characters from user.

21. Explain the various assembler directives used while defining the data segment of 8086/8088
microprocessor.                                                 16

22.a. Differentiate between MACRO and PROCEDURE .                    8
b.. Write a program in MASM-86 assembly language to convert a two digit BCD
number into HEX. 8

I/O INTERFACING
1. Draw the Block diagram and explain the operations of 8251 serial communication
interface. (16)

2. Draw the Block diagram of 8279 and explain the functions of each block. (16)

3. Draw the block diagram of programmable interrupt controller and explain its operations.
(16)

4. Discuss in detail about the operation of timer along with its various modes. (16)
5. Draw the Block diagram of DMA controller and explain its operations. (16)

6. Sketch and explain the interface of PPI 8255 to the 8085 microprocessor .Interface 4 7 segment
LEDs to display as a BCD counter

7. Sketch and explain the interface of 8279 to the 8085 microprocessor Interface 8x8 key pad

8.a. Draw the block diagram of 8255 and explain its working. What is Control Word? 12
Determine the control word for the following configuration of 8255:- 4
Port A – Output
Mode of port A – Mode 1
Port B – Output
Mode of port B – Mode 0
Port C lower (pins PC0 – PC2) – Output

10. Explain major components of 8259 with the aid of suitable diagram.
.
11. Explain the command words/control words of 8259(/8255/8279/8259/8251/8253) in
details.16/10/8 marks

12.a. What are the different modes of operation of the 8253 programmable timer? 10
b. Which mode will you use to generate a square wave ? Give a flow chart to generate it on 8253.6

13.a. Explain with neat waveform the mode 0 of the 8253 timer/counter.
b. Explain with the help of block diagram, functioning of 8253 in various programmable modes.

14. A 32-bit binary counter is to be implemented using timer/counter
i)design and explain the control word to meet above requirement
ii)Draw timing diagram of the mod(s) used.

MICRO CONTROLLERS
1.Describe the architecture of 8051 with a neat diagram.(16)

2. Explain the interrupt structure, SFR and timers of 8051.(16)

3. List out the salient features of 8051 Microcontroller.(16)

4. Explain the following instructions of 8051 with examples.(16)
i. CJNE destination, source, label
ii. MUL AB
iii. RRL A
iv. SWAP A
v. SETB P2.0

5. Discuss in detail stepper motor interfacing with 8051. (16)

6.Discuss in detail the interfacing of relay and optocouplers with 8051. (16)

7.Write a program to add N numbers.

Weitere ähnliche Inhalte

Was ist angesagt?

Architecture of 8051 microcontroller))
Architecture of 8051 microcontroller))Architecture of 8051 microcontroller))
Architecture of 8051 microcontroller))
Ganesh Ram
 

Was ist angesagt? (20)

itft-Clock generator
itft-Clock generatoritft-Clock generator
itft-Clock generator
 
LOGICAL OPERATIONS IN 8085 MICROPROCESSOR
LOGICAL OPERATIONS IN 8085 MICROPROCESSORLOGICAL OPERATIONS IN 8085 MICROPROCESSOR
LOGICAL OPERATIONS IN 8085 MICROPROCESSOR
 
Memory Segmentation of 8086
Memory Segmentation of 8086Memory Segmentation of 8086
Memory Segmentation of 8086
 
Presentation on 8086 Microprocessor
Presentation  on   8086 MicroprocessorPresentation  on   8086 Microprocessor
Presentation on 8086 Microprocessor
 
Pic16f84
Pic16f84Pic16f84
Pic16f84
 
Architecture of 8051 microcontroller))
Architecture of 8051 microcontroller))Architecture of 8051 microcontroller))
Architecture of 8051 microcontroller))
 
Memory interfacing of microprocessor 8085
Memory interfacing of microprocessor 8085Memory interfacing of microprocessor 8085
Memory interfacing of microprocessor 8085
 
Microprocessor 8086
Microprocessor 8086Microprocessor 8086
Microprocessor 8086
 
8085 branching instruction
8085 branching instruction8085 branching instruction
8085 branching instruction
 
Programmable peripheral interface 8255
Programmable peripheral interface 8255Programmable peripheral interface 8255
Programmable peripheral interface 8255
 
LCD Interacing with 8051
LCD Interacing with 8051LCD Interacing with 8051
LCD Interacing with 8051
 
Programming with 8085
Programming with 8085Programming with 8085
Programming with 8085
 
STM32 Microcontroller Clocks and RCC block
STM32 Microcontroller Clocks and RCC blockSTM32 Microcontroller Clocks and RCC block
STM32 Microcontroller Clocks and RCC block
 
7 segment led interfacing with 8051
7 segment led interfacing with 80517 segment led interfacing with 8051
7 segment led interfacing with 8051
 
I/O port programming in 8051
I/O port programming in 8051I/O port programming in 8051
I/O port programming in 8051
 
pin-diagram-details-of-8086-microprocessor
pin-diagram-details-of-8086-microprocessorpin-diagram-details-of-8086-microprocessor
pin-diagram-details-of-8086-microprocessor
 
Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...Interfacing with peripherals: analog to digital converters and digital to ana...
Interfacing with peripherals: analog to digital converters and digital to ana...
 
Architecture OF 8085
Architecture OF 8085Architecture OF 8085
Architecture OF 8085
 
Branching instructions in 8086 microprocessor
Branching instructions in 8086 microprocessorBranching instructions in 8086 microprocessor
Branching instructions in 8086 microprocessor
 
Important questions
Important questionsImportant questions
Important questions
 

Andere mochten auch

Microprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answersMicroprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answers
Abhijith Augustine
 
Os solved question paper
Os solved question paperOs solved question paper
Os solved question paper
Ankit Bhatnagar
 
Ece interview questions with answers
Ece interview questions with answersEce interview questions with answers
Ece interview questions with answers
manish katara
 
Counit1 130315103820-phpapp02
Counit1 130315103820-phpapp02Counit1 130315103820-phpapp02
Counit1 130315103820-phpapp02
Yazeed Khalid
 
Hscc practiceexamanswerkey-111119180828-phpapp01
Hscc practiceexamanswerkey-111119180828-phpapp01Hscc practiceexamanswerkey-111119180828-phpapp01
Hscc practiceexamanswerkey-111119180828-phpapp01
Yazeed Khalid
 

Andere mochten auch (20)

Microprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answersMicroprocessors and microcontrollers short answer questions and answers
Microprocessors and microcontrollers short answer questions and answers
 
Os solved question paper
Os solved question paperOs solved question paper
Os solved question paper
 
8085 micro processor- notes
8085 micro  processor- notes8085 micro  processor- notes
8085 micro processor- notes
 
Ece interview questions with answers
Ece interview questions with answersEce interview questions with answers
Ece interview questions with answers
 
SOLUTION MANUAL OF OPERATING SYSTEM CONCEPTS BY ABRAHAM SILBERSCHATZ, PETER B...
SOLUTION MANUAL OF OPERATING SYSTEM CONCEPTS BY ABRAHAM SILBERSCHATZ, PETER B...SOLUTION MANUAL OF OPERATING SYSTEM CONCEPTS BY ABRAHAM SILBERSCHATZ, PETER B...
SOLUTION MANUAL OF OPERATING SYSTEM CONCEPTS BY ABRAHAM SILBERSCHATZ, PETER B...
 
8086 microprocessor-architecture
8086 microprocessor-architecture8086 microprocessor-architecture
8086 microprocessor-architecture
 
Edianny.adan.programacion.docx
Edianny.adan.programacion.docxEdianny.adan.programacion.docx
Edianny.adan.programacion.docx
 
Pdemodule 4
Pdemodule 4Pdemodule 4
Pdemodule 4
 
06 mips-isa
06 mips-isa06 mips-isa
06 mips-isa
 
8085 microprocessor notes
8085 microprocessor notes8085 microprocessor notes
8085 microprocessor notes
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
8085
80858085
8085
 
Counit1 130315103820-phpapp02
Counit1 130315103820-phpapp02Counit1 130315103820-phpapp02
Counit1 130315103820-phpapp02
 
Hscc practiceexamanswerkey-111119180828-phpapp01
Hscc practiceexamanswerkey-111119180828-phpapp01Hscc practiceexamanswerkey-111119180828-phpapp01
Hscc practiceexamanswerkey-111119180828-phpapp01
 
Computer Graphics MCQ's
Computer Graphics MCQ'sComputer Graphics MCQ's
Computer Graphics MCQ's
 
DVLSI Guess paper for CDAC CCAT Jun- Jul 2013 Enterence examination
DVLSI Guess paper for CDAC CCAT Jun- Jul 2013 Enterence examination DVLSI Guess paper for CDAC CCAT Jun- Jul 2013 Enterence examination
DVLSI Guess paper for CDAC CCAT Jun- Jul 2013 Enterence examination
 
பல பரிமாணத்தில் அமைந்துள்ள இரண்டாம் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர...
பல பரிமாணத்தில் அமைந்துள்ள இரண்டாம் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர...பல பரிமாணத்தில் அமைந்துள்ள இரண்டாம் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர...
பல பரிமாணத்தில் அமைந்துள்ள இரண்டாம் அடுக்கு வர்க்க தொடர் எண்களின் கூட்டு தொடர...
 
Generalized formula for Square Numbers in Hyper Dimensions
Generalized formula for Square Numbers in Hyper DimensionsGeneralized formula for Square Numbers in Hyper Dimensions
Generalized formula for Square Numbers in Hyper Dimensions
 
Os paper
Os paperOs paper
Os paper
 
CCAT Aug 2013 paper
CCAT Aug 2013 paperCCAT Aug 2013 paper
CCAT Aug 2013 paper
 

Ähnlich wie Qoestion Bank Big Questions

A12 microprocessors & microcontrollers (common to eee & ecm)
A12 microprocessors & microcontrollers (common to eee & ecm)A12 microprocessors & microcontrollers (common to eee & ecm)
A12 microprocessors & microcontrollers (common to eee & ecm)
Abhinay Potlabathini
 
A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)
A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)
A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)
Abhinay Potlabathini
 
A10 microprocessor & microcontrollers ( eee, ece & ecm )
A10 microprocessor & microcontrollers ( eee, ece & ecm )A10 microprocessor & microcontrollers ( eee, ece & ecm )
A10 microprocessor & microcontrollers ( eee, ece & ecm )
Abhinay Potlabathini
 
A11 microprocessors & microcontrollers (common to eee, ece and ecm)
A11 microprocessors & microcontrollers (common to eee, ece and ecm)A11 microprocessors & microcontrollers (common to eee, ece and ecm)
A11 microprocessors & microcontrollers (common to eee, ece and ecm)
Abhinay Potlabathini
 
M I C R O P R O C E S S O R S A N D I N T E R F A C I N G J N T U M O D E...
M I C R O P R O C E S S O R S  A N D  I N T E R F A C I N G  J N T U  M O D E...M I C R O P R O C E S S O R S  A N D  I N T E R F A C I N G  J N T U  M O D E...
M I C R O P R O C E S S O R S A N D I N T E R F A C I N G J N T U M O D E...
guest3f9c6b
 
2009 Punjab Technical University B.C.A Microprocessor Question paper
2009 Punjab Technical University B.C.A Microprocessor Question paper2009 Punjab Technical University B.C.A Microprocessor Question paper
2009 Punjab Technical University B.C.A Microprocessor Question paper
Monica Sabharwal
 

Ähnlich wie Qoestion Bank Big Questions (20)

EE6502 Microprocessors and Microcontrollers
EE6502 Microprocessors and MicrocontrollersEE6502 Microprocessors and Microcontrollers
EE6502 Microprocessors and Microcontrollers
 
Eec503, mp 30 questions
Eec503, mp 30 questionsEec503, mp 30 questions
Eec503, mp 30 questions
 
Eec503, mp 30 questions
Eec503, mp 30 questionsEec503, mp 30 questions
Eec503, mp 30 questions
 
A12 microprocessors & microcontrollers (common to eee & ecm)
A12 microprocessors & microcontrollers (common to eee & ecm)A12 microprocessors & microcontrollers (common to eee & ecm)
A12 microprocessors & microcontrollers (common to eee & ecm)
 
17443 microprocessor
17443   microprocessor17443   microprocessor
17443 microprocessor
 
A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)
A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)
A10 a11-microprocessor & microcontrollers (common to eee, ece & ecm)
 
A10 microprocessor & microcontrollers ( eee, ece & ecm )
A10 microprocessor & microcontrollers ( eee, ece & ecm )A10 microprocessor & microcontrollers ( eee, ece & ecm )
A10 microprocessor & microcontrollers ( eee, ece & ecm )
 
17431 microprocessor & programming
17431  microprocessor & programming17431  microprocessor & programming
17431 microprocessor & programming
 
A11 microprocessors & microcontrollers (common to eee, ece and ecm)
A11 microprocessors & microcontrollers (common to eee, ece and ecm)A11 microprocessors & microcontrollers (common to eee, ece and ecm)
A11 microprocessors & microcontrollers (common to eee, ece and ecm)
 
05322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set105322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set1
 
05322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set105322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set1
 
Question bank malp 3340302
Question bank malp 3340302Question bank malp 3340302
Question bank malp 3340302
 
Microcontrollers 80 Marks Sample Question Paper
Microcontrollers   80 Marks Sample Question PaperMicrocontrollers   80 Marks Sample Question Paper
Microcontrollers 80 Marks Sample Question Paper
 
Microcontrollers 80 Marks Sample Question Paper
Microcontrollers   80 Marks Sample Question PaperMicrocontrollers   80 Marks Sample Question Paper
Microcontrollers 80 Marks Sample Question Paper
 
M I C R O P R O C E S S O R S A N D I N T E R F A C I N G J N T U M O D E...
M I C R O P R O C E S S O R S  A N D  I N T E R F A C I N G  J N T U  M O D E...M I C R O P R O C E S S O R S  A N D  I N T E R F A C I N G  J N T U  M O D E...
M I C R O P R O C E S S O R S A N D I N T E R F A C I N G J N T U M O D E...
 
6th Semester Electronic and Communication Engineering (2013-June) Question Pa...
6th Semester Electronic and Communication Engineering (2013-June) Question Pa...6th Semester Electronic and Communication Engineering (2013-June) Question Pa...
6th Semester Electronic and Communication Engineering (2013-June) Question Pa...
 
2009 Punjab Technical University B.C.A Microprocessor Question paper
2009 Punjab Technical University B.C.A Microprocessor Question paper2009 Punjab Technical University B.C.A Microprocessor Question paper
2009 Punjab Technical University B.C.A Microprocessor Question paper
 
Question Bank microcontroller 8051
Question Bank microcontroller 8051Question Bank microcontroller 8051
Question Bank microcontroller 8051
 
Microprocessor and Microcontroller Anna University Answer Key April / May - 2015
Microprocessor and Microcontroller Anna University Answer Key April / May - 2015Microprocessor and Microcontroller Anna University Answer Key April / May - 2015
Microprocessor and Microcontroller Anna University Answer Key April / May - 2015
 
MicroProcessors
MicroProcessors MicroProcessors
MicroProcessors
 

Kürzlich hochgeladen

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Kürzlich hochgeladen (20)

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 

Qoestion Bank Big Questions

  • 1. QUESTION BANK-Big questions MICROPROCESSOR AND MICROCONTROLLERS III YEAR CSE/IT 8085 MICROPROCESSOR 1. a. Draw the block diagram of 8085 mp and explain? (12) b. Write an assembly language program to add two 2-digits BCD Number? (4) 2. a. Explain the instruction set of 8085? (10) b. Write notes on status flag? (6) 3. a. Explain the architecture of Intel 8085 with the help of a block diagram? (12) b. Explain the similarities diff b/w subtract and compare instructions in 8085? (4) 4. a. Describe the sequence of event that may occur during the different T state in the opcode Fetch machine cycle of 8085? (8) b. Write an assembly language program to convert on array of ASCII code to corresponding Binary (hex) value. The ASCII array is stored starting from 4200H.The first element of the number of elements in the array. (8) 5. a. With neat block diagram explain the architecture of 8085? (10) b. List out the maskable and non maskable interrupts available in 8085? (6) 6. a. How do the instructions of 8085 is classified based on their function and word length? Give an example? (8) b. Write an ALP to Add two 8bit numbers? (8) 7.(a)Specify the contents of the registers and the flag status as the following instructions are executed.(8) i. MVI A, 00H ii. MVI B, F8H iii. MOV C, A iv. MOV D, B v. HLT (b)Write instructions to load the hexadecimal number 65H in register C and 92H in accumulator A. Display the number 65H at PORT0 and 92H at PORT1.(8) 8. (a)Why the lower order address bus is multiplexed with data bus? How they will be de-multiplexed? (8) (b) Differentiate between maskable and non-maskable interrupts.(8) 9. a)Write an 8085 assembly language program using minimum number of instructions to add the 16 bit no. in BC, DE & HL. Store the 16 bit result in DE pair. (8) b) Explain the similarities diff b/w subtract and compare instructions in 8085? (8) 10. (a)Explain in detail the following instructions:- (i) ADC (ii) LHLD (iii) RLC (iv) DI (b) Define & explain the term addressing modes.
  • 2. 8086 SOFTWARE ASPECTS AND 8086 SYSTEM DESIGN 1. a. Explain the addressing modes of 8086 with the help of examples? (12) b. Write short notes on macro? (4) 2. a. Explain the instruction set 8086? (10) b. Write an ALP in 8086 to find sum of numbers in array? (6) 3. a. Explain the addressing modes of 8086 with the help of example? (12) b. Describe the action taken by 8086 when NMI pin is activated? (4) 4. a. Explain memory organization in 8086? (8) b. Explain the following assembler directives (8) i. ASSUME ii. EQU iii. DD IV. DW 5. a. With the neat sketch explain the architecture of 8086 processor? (12) b. Give the significance of ‘O’ flag, ’T’ flag, ’I’ flag &’D’flag of 8086? (4) 6.a)Discuss the interrupt system of Intel 8086. What is interrupt pointer? What is 'type' of an interrupt? (8) b)Discuss the various addressing modes of 8086. What are displacement, base and index? What is an effective address or offset? (8) 7. a)What is the difference between minimum and maximum modes of 8086? How are these modes selected? (6) b)Draw and explain the architecture of 8086.(10) 8 a)Write an 8086 program to add two 16-bit numbers in CX and DX and store the result in location 0500H addressed by DI.(6) b)Draw the maximum mode module of 8086 clearly showing address latches, transreceivers, clock generator. neatly label the diagram. terminate unused pins properly.(10) 9.Draw the interfacing diagram for 8086 based system(minimum mode)with the following specification. -16 KB RAM -8 KB EPROM -8255 PPI in I/O address space also show the required latches, buffers and decoder .draw the memory map for the above interface. (16) 10.a)Explain the following 8086 signals:(8) -INTR -DT/(R bar) -RESET -TEST (bar ) b)How does 8086 convert a logical address to physical address? explain with an example.(8) 11.a).Explain with the suitable diagram how 8086 access a byte or word from EVEN and ODD memory banks. b).State the differences between I/O mapped I/O and Memory mapped I/O.
  • 3. 12.Explain with example ,various addressing modes of 8086/88 microprocessor (16) 13. a. Explain the Maximum mode of operation of 8086. (12) b. Write short notes on addressing memory. (4) 14. a. Explain the minimum mode of operation of 8086. (12) b. Write notes on addressing input and output devices? (4) 15. a. Design an 8086 based system in minimum mode containing 64kb of EPROM and 64kb of RAM (12) b. Give the functions of NMI, BHE and TEST pins of 8086? (4) 16. Explain the various multiprocessor configurations. (16) 17. a. Discuss in detail the various signal of 8086. (10) b. Explain in detail about 8086 memory banks and associated signals for byte and word operations. (6) 18.a. Sketch and explain the interface of 32K x 16 RWMs using a decoder in minimum mode. (8) b.Explain the difference between NEAR and FAR procedure of 8086 processor. 19.a)Explain the use of following instructions: -XLAT -DAA -CMPSB b).difference between CALL and JMP instruction of 8086 microprocessor. 20.a. Describe any four assembler directives used in 8086 assembly language programming. b. Write a program in 8086/8088 assembly language to convert string of character from uppercase to lowercase. Accept the string of length 8 characters from user. 21. Explain the various assembler directives used while defining the data segment of 8086/8088 microprocessor. 16 22.a. Differentiate between MACRO and PROCEDURE . 8 b.. Write a program in MASM-86 assembly language to convert a two digit BCD number into HEX. 8 I/O INTERFACING 1. Draw the Block diagram and explain the operations of 8251 serial communication interface. (16) 2. Draw the Block diagram of 8279 and explain the functions of each block. (16) 3. Draw the block diagram of programmable interrupt controller and explain its operations. (16) 4. Discuss in detail about the operation of timer along with its various modes. (16)
  • 4. 5. Draw the Block diagram of DMA controller and explain its operations. (16) 6. Sketch and explain the interface of PPI 8255 to the 8085 microprocessor .Interface 4 7 segment LEDs to display as a BCD counter 7. Sketch and explain the interface of 8279 to the 8085 microprocessor Interface 8x8 key pad 8.a. Draw the block diagram of 8255 and explain its working. What is Control Word? 12 Determine the control word for the following configuration of 8255:- 4 Port A – Output Mode of port A – Mode 1 Port B – Output Mode of port B – Mode 0 Port C lower (pins PC0 – PC2) – Output 10. Explain major components of 8259 with the aid of suitable diagram. . 11. Explain the command words/control words of 8259(/8255/8279/8259/8251/8253) in details.16/10/8 marks 12.a. What are the different modes of operation of the 8253 programmable timer? 10 b. Which mode will you use to generate a square wave ? Give a flow chart to generate it on 8253.6 13.a. Explain with neat waveform the mode 0 of the 8253 timer/counter. b. Explain with the help of block diagram, functioning of 8253 in various programmable modes. 14. A 32-bit binary counter is to be implemented using timer/counter i)design and explain the control word to meet above requirement ii)Draw timing diagram of the mod(s) used. MICRO CONTROLLERS 1.Describe the architecture of 8051 with a neat diagram.(16) 2. Explain the interrupt structure, SFR and timers of 8051.(16) 3. List out the salient features of 8051 Microcontroller.(16) 4. Explain the following instructions of 8051 with examples.(16) i. CJNE destination, source, label ii. MUL AB iii. RRL A iv. SWAP A v. SETB P2.0 5. Discuss in detail stepper motor interfacing with 8051. (16) 6.Discuss in detail the interfacing of relay and optocouplers with 8051. (16) 7.Write a program to add N numbers.