SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
www.studentyogi.com                                                                       www.studentyogi.com

         Code No: R05220504
                                                                                Set No. 1
                 II B.Tech II Semester Regular Examinations, Apr/May 2008
                           MICROPROCESSORS AND INTERFACING
           ( Common to Computer Science & Engineering, Information Technology
                          and Computer Science & Systems Engineering)
         Time: 3 hours                                                        Max Marks: 80
                                       Answer any FIVE Questions
                                    All Questions carry equal marks



           1. (a) Explain various interrupts of 8085 Microprocessor and their functionality?
               (b) Explain the                                                                     [8+8]
                      i. SID
                     ii. SOD
                    iii. S0, S1, S2
                    iv. INTA pins of 8085 Microprocessor.

           2. (a) Explain in detail the coding template for ADD instruction of 8086.
               (b) It is necessary to declare a program as a public procedure to be accessible
                    by other programs? Give the sequence of assembly language statements? An
                    external program called “fact” is to used in this program. Show the required
                    statements?                                                                    [8+8]

           3. Write a recursive routine to evaluate the following polynomial
              Y = 0+ 1 1+ 2 2+ 3 3+....+ANXN. The coe cients A0, A1, A2....AN are
              to be successive words in memory and all parameter addresses are to be passed via
              the stack.                                                                           [16]

           4. (a) With a neat sketch explain 8237 DMA controller and its operation?
               (b) With the help of basic cell explain SRAM and DRAM? [8+8]

           5. (a) Interface the stepper motor with 8255 and write an ALP to rotate the stepper
                     motor continuously in clockwise direction.
               (b) Write an assembly language program to rotate a 200 teeth, 4 phase stepper
                   motor as speci ed below: Ten rotations clockwise and eight rotations anti-
                   clo ckwise.                                                                     [8+8]

           6. (a) What is the interrupt vector table? Draw and explain the interrupt vector
                   table for 8086.
               (b) Describe the response of 8086 to the interrupt coming on INTR pin. [8+8]

           7. (a) What is a Status word of 8251A? Explain how 8086 pro cessor will read the
                   status word from 8251.
               (b) Write the sequence of instructions required to initialize 8251 at address A0H
                   and A1H for the con guration given below:                                       [8+8]
www.studentyogi.com                                                                      www.studentyogi.com

         Code No: R05220504
                                                                                Set No. 1
                      i. Character length - 8 bits.
                     ii. No parity
                    iii. Stop bits - 1 1/2
                    iv. Baud rate - 16X
                     v. DTR and RTS asserted
                    vi. Error ag reset.

           8. (a) How does 8051 di erentiate between the external and internal program mem-
                    ory?
               (b) Explain the alternate functions of Port-0, Port-2 and Port-3. [8+8]
www.studentyogi.com                                                                        www.studentyogi.com

         Code No: R05220504
                                                                                 Set No. 2
                 II B.Tech II Semester Regular Examinations, Apr/May 2008
                           MICROPROCESSORS AND INTERFACING
           ( Common to Computer Science & Engineering, Information Technology
                          and Computer Science & Systems Engineering)
         Time: 3 hours                                                        Max Marks: 80
                                       Answer any FIVE Questions
                                    All Questions carry equal marks



           1. (a) Explain the ag register of 8086.
               (b) Explain the concept of memory segmentation.
               (c) Explain, when Queue is failing to speed up the execution. [6+6+4]

           2. (a) How does near RET instruction function ?
               (b) Write a near procedure that cubes the contents of the CX register.This pro-
                   cedure may not a ect any register except CX.                                     [8+8]

           3. Write an algorithm and assembly program to sort the numbers in an array in
              descending order using bubble sort method.                                             [16]

           4. (a) With a neat sketch explain 8237 DMA controller and its operation?
               (b) With the help of basic cell explain SRAM and DRAM? [8+8]

           5. Explain the following terms in relation to 8279:

               (a) Two key lockout
               (b) N-key rollover

               (c) Right entry
               (d) Left entry
               (e) FIFO
               (f ) Display RAM
               (g) Blanking
               (h) Key de-bounce.
                                                                                                    [2×8]

           6. (a) List out the advantages of using 8259?
               (b) Describe the conditions that cause the 8086 to perform each of the following
                    types of interrupts: Type-0, Type-1, Type-2 and Type-4. [8+8]

           7. (a) Explain the line driver and the line receiver circuits of serial communication.
               (b) What do you mean by I/O mapped I/O? Draw the interfacing of 8251 with
                   8086 in I/O mapped I/O mo de.                                                    [8+8]

           8. (a) Discuss the advantages of microcontroller based system over microprocessor
www.studentyogi.com                                               www.studentyogi.com

         Code No: R05220504
                                                               Set No. 2
               (b) Describe the following registers of 8051:               [8+8]
                      i. A
                     ii. B
                    iii. SP
                    iv. DPTR.
www.studentyogi.com                                                                         www.studentyogi.com

         Code No: R05220504
                                                                                       Set No. 3
                 II B.Tech II Semester Regular Examinations, Apr/May 2008
                           MICROPROCESSORS AND INTERFACING
           ( Common to Computer Science & Engineering, Information Technology
                          and Computer Science & Systems Engineering)
         Time: 3 hours                                                        Max Marks: 80
                                       Answer any FIVE Questions
                                    All Questions carry equal marks



           1. (a) Draw the internal architecture of 8085? Explain about each block in it.
               (b) Explain the function of OPCODE prefetch FIFO Bu er in 8086? [10+6]

           2. (a) Explain the following instructions and their use?
                       i. LODSB
                      ii. CMPSW
                     iii. XLAT.
               (b) Give the instruction format of IN and OUT instructions and explain? [9+7]

           3. (a) Write a program to sort an array in descending order.
               (b) Give the instruction sequence that compares the rst 20 bytes beginning at
                    STRG 1with the rst ten bytes beginning at STRG 2 and branches to MATCH
                    if they are equal, otherwise continues in sequence?                      [8+8]

           4. (a) What are the contents of the data bus and the status of 0 and when
                    the following instructions are executed in 8086?
                       i. CPU writes a byte 11 H at memory lo cation 1000H : 0002 H.
                      ii. CPU writes a word 2211 H at memory location 1000H : 0003 H.
               (b) Write the functions of the following pins of 8086.
                       i. MN/
                      ii.
                     iii. ALE
                     iv. Ready.

                (c) Draw a block diagram to interface two 16K X 8 SRAM (62128) to the 16-bit
                    data bus of 8086 based system. Design the address deco der for the address
                    range from 00000H - 07FFFFH for both the SRAMs. [5+5+6]

           5. (a) Draw the interfacing scheme of 8255 and 8086 in memory mapped I/O mode.
               (b) An 8255 is used with port-A input in mode-1, Port-B as output in mo de-1 and
                    with Port-C used for handshaking for Port-A and Port-B. Assume the address
                    of Port-A is 80H.
                       i. Determine the control word and write the instruction sequence to program
                          the 8255 for this mode of operation.
www.studentyogi.com                                                                     www.studentyogi.com

         Code No: R05220504
                                                                               Set No. 3
                     ii. Draw the scheme of connections required.                                    [8+8]

           6. (a) Discuss the sequence of operations performed in the interrupt acknowledge
                    cycle.
               (b) What is the di erence between RET and IRET? Discuss the result, if RET
                   instruction is placed at the end of the interrupt service routine.
               (c) What is the vector address of type-50H interrupt?                               [6+6+4]

           7. Design the hardware interface circuit for interfacing 8251 with 8086. Set the 8251
              in asynchronous mode as a transmitter and receiver with even parity enabled, 2
              stop bits, 8-bit character length, frequency 160 KHz and baud rate 10K:

               (a) Write an ALP to transmit 100 bytes of data string starting at location 2000:5000H.
               (b) Write an ALP to receive 100 bytes of data string and store it at 3000:4000H.
                                                                                                     [8+8]

           8. (a) Explain various operation modes of Timer-1 and Timer-0.
               (b) Describe the Timer control (TCON) and Timer mode control (TMOD) regis-
                    ters.                                                                               [16]
www.studentyogi.com                                                                       www.studentyogi.com

         Code No: R05220504
                                                                                 Set No. 4
                 II B.Tech II Semester Regular Examinations, Apr/May 2008
                           MICROPROCESSORS AND INTERFACING
           ( Common to Computer Science & Engineering, Information Technology
                          and Computer Science & Systems Engineering)
         Time: 3 hours                                                        Max Marks: 80
                                       Answer any FIVE Questions
                                    All Questions carry equal marks



           1. (a) Explain the functions of di erent registers in 8086. Also discuss the ag reg-
                    ister contents.
               (b) How procedure CALL and RET take place in 8086. Explain conditional and
                    unconditional CALL and RET instructions in 8086 instruction set. [6+10]

           2. (a) Write a program to move a block of memory with out over lapping.
               (b) Discuss the following instructions.                                              [8+8]
                      i. ADC
                     ii. AAS
                    iii. IMUL
                    iv. CBW.

           3. (a) Write an assembly language program that will examine an ASCII string of 100
                    characters and replace each decimal digit by a %. The character string starts
                    at STRG.
               (b) Explain the pre x instruction format of 8086 processor? Discuss how these
                    instructions are useful in string manipulation?                                 [8+8]
           4. (a) With a neat sketch explain 8237 DMA controller and its operation?
               (b) With the help of basic cell explain SRAM and DRAM? [8+8]

           5. Write the necessary instruction sequence to initialize 8255 with address 0200H to
              0203H for the following combinations:

               (a) Port-A as input port in mode-1 and Port-B as input port in mode-1 with
                    interrupt driven I/O.
               (b) Port-A in mo de-2 and Port-B as input port in mode-1 with interrupt driven
                    I/O.
               (c) Port-A as output port in mode-0 and Port-C upper half as input port in
                    mode-0, and Port-B as output port in mode-1 with interrupt driven I/O.
               (d) Port-A as output port in mode-1 with active interrupt, Port-B as output port
                    in mo de-0 and Port-C lower half as input port in mode-0. [4 × 4]

           6. What is an interrupt? Explain, how the 8086 processor recognizes the interrupt?
              Draw the timing diagram, assuming that INTR is active. Explain interrupt ac-
www.studentyogi.com                                                                    www.studentyogi.com

         Code No: R05220504
                                                                               Set No. 4
           7. (a) Draw and explain the null modem interfacing.
               (b) What is Memory mapped I/O? Draw the interfacing of 8251 with 8086 in
                   memory mapped I/O mode.                                                        [8+8]

           8. Give the complete blo ck schematic of an 8051 based system having following spec-
              i cations:

               (a) 64 KB program memory
               (b) 64 KB data memory

               (c) Make use of 16 K x 8-bit memory chips and 74LS138 deco ders.
               (d) Indicate clearly the address selected for the memory chips. [4×4]

Weitere ähnliche Inhalte

Was ist angesagt?

07 A1 Ec01 C Programming And Data Structures
07 A1 Ec01 C Programming And Data Structures07 A1 Ec01 C Programming And Data Structures
07 A1 Ec01 C Programming And Data Structuresguestac67362
 
D A T A B A S E M A N A G E M E N T S Y S T E M S J N T U M O D E L P A P ...
D A T A B A S E M A N A G E M E N T S Y S T E M S  J N T U  M O D E L  P A P ...D A T A B A S E M A N A G E M E N T S Y S T E M S  J N T U  M O D E L  P A P ...
D A T A B A S E M A N A G E M E N T S Y S T E M S J N T U M O D E L P A P ...guest3f9c6b
 
Ict mock exam answer
Ict mock exam answerIct mock exam answer
Ict mock exam answerGary Tsang
 
Ict networking exercise short questions
Ict networking exercise short questionsIct networking exercise short questions
Ict networking exercise short questionsGary Tsang
 
Dw2645274531
Dw2645274531Dw2645274531
Dw2645274531IJMER
 
Ict mock exam paper 1 b combined
Ict mock exam paper 1 b combinedIct mock exam paper 1 b combined
Ict mock exam paper 1 b combinedGary Tsang
 
05322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set105322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set1guestd436758
 
CodeCity: Visual Exploration of Large-Scale Evolving Software
CodeCity: Visual Exploration of Large-Scale Evolving SoftwareCodeCity: Visual Exploration of Large-Scale Evolving Software
CodeCity: Visual Exploration of Large-Scale Evolving SoftwareRichard Wettel
 
Ca mock exam combined
Ca mock exam combinedCa mock exam combined
Ca mock exam combinedGary Tsang
 
Software project management
Software project managementSoftware project management
Software project managementvamsi krishna
 

Was ist angesagt? (16)

8th Semester Electronic and Communication Engineering (June/July-2015) Questi...
8th Semester Electronic and Communication Engineering (June/July-2015) Questi...8th Semester Electronic and Communication Engineering (June/July-2015) Questi...
8th Semester Electronic and Communication Engineering (June/July-2015) Questi...
 
6th Semester (June; July-2015) Computer Science and Information Science Engin...
6th Semester (June; July-2015) Computer Science and Information Science Engin...6th Semester (June; July-2015) Computer Science and Information Science Engin...
6th Semester (June; July-2015) Computer Science and Information Science Engin...
 
Ads
AdsAds
Ads
 
Mechatronics and microprocessor Question papers
Mechatronics and microprocessor  Question papers Mechatronics and microprocessor  Question papers
Mechatronics and microprocessor Question papers
 
6th semester Computer Science and Information Science Engg (2013 December) Qu...
6th semester Computer Science and Information Science Engg (2013 December) Qu...6th semester Computer Science and Information Science Engg (2013 December) Qu...
6th semester Computer Science and Information Science Engg (2013 December) Qu...
 
07 A1 Ec01 C Programming And Data Structures
07 A1 Ec01 C Programming And Data Structures07 A1 Ec01 C Programming And Data Structures
07 A1 Ec01 C Programming And Data Structures
 
Aca
AcaAca
Aca
 
D A T A B A S E M A N A G E M E N T S Y S T E M S J N T U M O D E L P A P ...
D A T A B A S E M A N A G E M E N T S Y S T E M S  J N T U  M O D E L  P A P ...D A T A B A S E M A N A G E M E N T S Y S T E M S  J N T U  M O D E L  P A P ...
D A T A B A S E M A N A G E M E N T S Y S T E M S J N T U M O D E L P A P ...
 
Ict mock exam answer
Ict mock exam answerIct mock exam answer
Ict mock exam answer
 
Ict networking exercise short questions
Ict networking exercise short questionsIct networking exercise short questions
Ict networking exercise short questions
 
Dw2645274531
Dw2645274531Dw2645274531
Dw2645274531
 
Ict mock exam paper 1 b combined
Ict mock exam paper 1 b combinedIct mock exam paper 1 b combined
Ict mock exam paper 1 b combined
 
05322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set105322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set1
 
CodeCity: Visual Exploration of Large-Scale Evolving Software
CodeCity: Visual Exploration of Large-Scale Evolving SoftwareCodeCity: Visual Exploration of Large-Scale Evolving Software
CodeCity: Visual Exploration of Large-Scale Evolving Software
 
Ca mock exam combined
Ca mock exam combinedCa mock exam combined
Ca mock exam combined
 
Software project management
Software project managementSoftware project management
Software project management
 

Andere mochten auch

Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
English Jntu Model Paper{Www.Studentyogi.Com}
English Jntu Model Paper{Www.Studentyogi.Com}English Jntu Model Paper{Www.Studentyogi.Com}
English Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Mass transfer operations_-_robert_treybal
Mass transfer operations_-_robert_treybalMass transfer operations_-_robert_treybal
Mass transfer operations_-_robert_treybalDharminder Singh Sekhon
 

Andere mochten auch (7)

Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
Emwavesandtransmission Lines Jntu Model Paper{Www.Studentyogi.Com}
 
English Jntu Model Paper{Www.Studentyogi.Com}
English Jntu Model Paper{Www.Studentyogi.Com}English Jntu Model Paper{Www.Studentyogi.Com}
English Jntu Model Paper{Www.Studentyogi.Com}
 
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry Jntu Model Paper{Www.Studentyogi.Com}
 
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Linear Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
 
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
Engineering Chemistry 1 Jntu Model Paper{Www.Studentyogi.Com}
 
Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
Mass Transfer Operations I Jntu Model Paper{Www.Studentyogi.Com}
 
Mass transfer operations_-_robert_treybal
Mass transfer operations_-_robert_treybalMass transfer operations_-_robert_treybal
Mass transfer operations_-_robert_treybal
 

Ähnlich wie Microprocessors and Interfacing exam questions

Computer Organization Jntu Model Paper{Www.Studentyogi.Com}
Computer Organization Jntu Model Paper{Www.Studentyogi.Com}Computer Organization Jntu Model Paper{Www.Studentyogi.Com}
Computer Organization Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
05322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set105322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set1guestac67362
 
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
 
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
D I G I T A L I C A P P L I C A T I O N S J N T U M O D E L P A P E R{Www
D I G I T A L  I C  A P P L I C A T I O N S  J N T U  M O D E L  P A P E R{WwwD I G I T A L  I C  A P P L I C A T I O N S  J N T U  M O D E L  P A P E R{Www
D I G I T A L I C A P P L I C A T I O N S J N T U M O D E L P A P E R{Wwwguest3f9c6b
 
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
 
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
 
Microcontrollers 80 Marks Sample Question Paper
Microcontrollers   80 Marks Sample Question PaperMicrocontrollers   80 Marks Sample Question Paper
Microcontrollers 80 Marks Sample Question Paperprathik
 
Microcontrollers 80 Marks Sample Question Paper
Microcontrollers   80 Marks Sample Question PaperMicrocontrollers   80 Marks Sample Question Paper
Microcontrollers 80 Marks Sample Question Paperprathik
 
1 Telecommunication Switching Systems And Networks
1 Telecommunication Switching Systems And Networks1 Telecommunication Switching Systems And Networks
1 Telecommunication Switching Systems And Networksguestd436758
 
1 Telecommunication Switching Systems And Networks
1 Telecommunication Switching Systems And Networks1 Telecommunication Switching Systems And Networks
1 Telecommunication Switching Systems And Networksguestac67362
 
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 paperMonica Sabharwal
 
410402 Electronic Measurements And Instrumentation
410402 Electronic Measurements And Instrumentation410402 Electronic Measurements And Instrumentation
410402 Electronic Measurements And Instrumentationguestac67362
 
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
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
 
Qoestion Bank Big Questions
Qoestion  Bank Big QuestionsQoestion  Bank Big Questions
Qoestion Bank Big Questionsccet
 
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
C O M P U T E R N E T W O R K S J N T U M O D E L P A P E R{Www
C O M P U T E R  N E T W O R K S  J N T U  M O D E L  P A P E R{WwwC O M P U T E R  N E T W O R K S  J N T U  M O D E L  P A P E R{Www
C O M P U T E R N E T W O R K S J N T U M O D E L P A P E R{Wwwguest3f9c6b
 
Computer Networks Jntu Model Paper{Www.Studentyogi.Com}
Computer Networks Jntu Model Paper{Www.Studentyogi.Com}Computer Networks Jntu Model Paper{Www.Studentyogi.Com}
Computer Networks Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 

Ähnlich wie Microprocessors and Interfacing exam questions (20)

Computer Organization Jntu Model Paper{Www.Studentyogi.Com}
Computer Organization Jntu Model Paper{Www.Studentyogi.Com}Computer Organization Jntu Model Paper{Www.Studentyogi.Com}
Computer Organization Jntu Model Paper{Www.Studentyogi.Com}
 
05322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set105322201 Microprocessors And Microcontrollers Set1
05322201 Microprocessors And Microcontrollers Set1
 
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)
 
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
 
D I G I T A L I C A P P L I C A T I O N S J N T U M O D E L P A P E R{Www
D I G I T A L  I C  A P P L I C A T I O N S  J N T U  M O D E L  P A P E R{WwwD I G I T A L  I C  A P P L I C A T I O N S  J N T U  M O D E L  P A P E R{Www
D I G I T A L I C A P P L I C A T I O N S J N T U M O D E L P A P E R{Www
 
A10 microprocessor & microcontrollers ( eee, ece & ecm )
A10 microprocessor & microcontrollers ( eee, ece & ecm )A10 microprocessor & microcontrollers ( eee, ece & ecm )
A10 microprocessor & microcontrollers ( eee, ece & ecm )
 
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)
 
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
 
1 Telecommunication Switching Systems And Networks
1 Telecommunication Switching Systems And Networks1 Telecommunication Switching Systems And Networks
1 Telecommunication Switching Systems And Networks
 
1 Telecommunication Switching Systems And Networks
1 Telecommunication Switching Systems And Networks1 Telecommunication Switching Systems And Networks
1 Telecommunication Switching Systems And Networks
 
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
 
410402 Electronic Measurements And Instrumentation
410402 Electronic Measurements And Instrumentation410402 Electronic Measurements And Instrumentation
410402 Electronic Measurements And Instrumentation
 
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
Computer Programming Jntu Model Paper{Www.Studentyogi.Com}
 
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)
 
Qoestion Bank Big Questions
Qoestion  Bank Big QuestionsQoestion  Bank Big Questions
Qoestion Bank Big Questions
 
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
 
C O M P U T E R N E T W O R K S J N T U M O D E L P A P E R{Www
C O M P U T E R  N E T W O R K S  J N T U  M O D E L  P A P E R{WwwC O M P U T E R  N E T W O R K S  J N T U  M O D E L  P A P E R{Www
C O M P U T E R N E T W O R K S J N T U M O D E L P A P E R{Www
 
Computer Networks Jntu Model Paper{Www.Studentyogi.Com}
Computer Networks Jntu Model Paper{Www.Studentyogi.Com}Computer Networks Jntu Model Paper{Www.Studentyogi.Com}
Computer Networks Jntu Model Paper{Www.Studentyogi.Com}
 

Mehr von guest3f9c6b

Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}
Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}
Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Client Server Computing Jntu Model Paper{Www.Studentyogi.Com}
Client  Server Computing Jntu Model Paper{Www.Studentyogi.Com}Client  Server Computing Jntu Model Paper{Www.Studentyogi.Com}
Client Server Computing Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Cellular And Mobile Communications Supplementary [ 2007 ] Jntu Model Paper{...
Cellular And Mobile Communications   Supplementary [ 2007 ] Jntu Model Paper{...Cellular And Mobile Communications   Supplementary [ 2007 ] Jntu Model Paper{...
Cellular And Mobile Communications Supplementary [ 2007 ] Jntu Model Paper{...guest3f9c6b
 
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Chemicalengineeringthermodynamics I Jntu Btech 2008 Jntu Model Paper{Www.Stud...
Chemicalengineeringthermodynamics I Jntu Btech 2008 Jntu Model Paper{Www.Stud...Chemicalengineeringthermodynamics I Jntu Btech 2008 Jntu Model Paper{Www.Stud...
Chemicalengineeringthermodynamics I Jntu Btech 2008 Jntu Model Paper{Www.Stud...guest3f9c6b
 

Mehr von guest3f9c6b (19)

Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
Electronic Devices And Circuits Jntu Model Paper{Www.Studentyogi.Com}
 
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
Electromagneticwavesandtransmissionlines Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
Electrical Technology Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
Electrical Measurements Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Iii Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
Electrical Machines Ii Jntu Model Paper{Www.Studentyogi.Com}
 
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
Electrical Circuits Analysis Jntu Model Paper{Www.Studentyogi.Com}
 
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Digital Control Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
Designofmachinemembers I Jntu Model Paper{Www.Studentyogi.Com}
 
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
Digital Communications Jntu Model Paper{Www.Studentyogi.Com}
 
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
Databasemanagementsystems Jntu Model Paper{Www.Studentyogi.Com}
 
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
Decision Support Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
 
Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}
Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}
Computerapplicationinchemicalengineering Jntu Model Paper{Www.Studentyogi.Com}
 
Client Server Computing Jntu Model Paper{Www.Studentyogi.Com}
Client  Server Computing Jntu Model Paper{Www.Studentyogi.Com}Client  Server Computing Jntu Model Paper{Www.Studentyogi.Com}
Client Server Computing Jntu Model Paper{Www.Studentyogi.Com}
 
Cellular And Mobile Communications Supplementary [ 2007 ] Jntu Model Paper{...
Cellular And Mobile Communications   Supplementary [ 2007 ] Jntu Model Paper{...Cellular And Mobile Communications   Supplementary [ 2007 ] Jntu Model Paper{...
Cellular And Mobile Communications Supplementary [ 2007 ] Jntu Model Paper{...
 
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
Chemicalreactionengineering I Jntu Model Paper{Www.Studentyogi.Com}
 
Chemicalengineeringthermodynamics I Jntu Btech 2008 Jntu Model Paper{Www.Stud...
Chemicalengineeringthermodynamics I Jntu Btech 2008 Jntu Model Paper{Www.Stud...Chemicalengineeringthermodynamics I Jntu Btech 2008 Jntu Model Paper{Www.Stud...
Chemicalengineeringthermodynamics I Jntu Btech 2008 Jntu Model Paper{Www.Stud...
 

Kürzlich hochgeladen

Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 

Kürzlich hochgeladen (20)

Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 

Microprocessors and Interfacing exam questions

  • 1. www.studentyogi.com www.studentyogi.com Code No: R05220504 Set No. 1 II B.Tech II Semester Regular Examinations, Apr/May 2008 MICROPROCESSORS AND INTERFACING ( Common to Computer Science & Engineering, Information Technology and Computer Science & Systems Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Explain various interrupts of 8085 Microprocessor and their functionality? (b) Explain the [8+8] i. SID ii. SOD iii. S0, S1, S2 iv. INTA pins of 8085 Microprocessor. 2. (a) Explain in detail the coding template for ADD instruction of 8086. (b) It is necessary to declare a program as a public procedure to be accessible by other programs? Give the sequence of assembly language statements? An external program called “fact” is to used in this program. Show the required statements? [8+8] 3. Write a recursive routine to evaluate the following polynomial Y = 0+ 1 1+ 2 2+ 3 3+....+ANXN. The coe cients A0, A1, A2....AN are to be successive words in memory and all parameter addresses are to be passed via the stack. [16] 4. (a) With a neat sketch explain 8237 DMA controller and its operation? (b) With the help of basic cell explain SRAM and DRAM? [8+8] 5. (a) Interface the stepper motor with 8255 and write an ALP to rotate the stepper motor continuously in clockwise direction. (b) Write an assembly language program to rotate a 200 teeth, 4 phase stepper motor as speci ed below: Ten rotations clockwise and eight rotations anti- clo ckwise. [8+8] 6. (a) What is the interrupt vector table? Draw and explain the interrupt vector table for 8086. (b) Describe the response of 8086 to the interrupt coming on INTR pin. [8+8] 7. (a) What is a Status word of 8251A? Explain how 8086 pro cessor will read the status word from 8251. (b) Write the sequence of instructions required to initialize 8251 at address A0H and A1H for the con guration given below: [8+8]
  • 2. www.studentyogi.com www.studentyogi.com Code No: R05220504 Set No. 1 i. Character length - 8 bits. ii. No parity iii. Stop bits - 1 1/2 iv. Baud rate - 16X v. DTR and RTS asserted vi. Error ag reset. 8. (a) How does 8051 di erentiate between the external and internal program mem- ory? (b) Explain the alternate functions of Port-0, Port-2 and Port-3. [8+8]
  • 3. www.studentyogi.com www.studentyogi.com Code No: R05220504 Set No. 2 II B.Tech II Semester Regular Examinations, Apr/May 2008 MICROPROCESSORS AND INTERFACING ( Common to Computer Science & Engineering, Information Technology and Computer Science & Systems Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Explain the ag register of 8086. (b) Explain the concept of memory segmentation. (c) Explain, when Queue is failing to speed up the execution. [6+6+4] 2. (a) How does near RET instruction function ? (b) Write a near procedure that cubes the contents of the CX register.This pro- cedure may not a ect any register except CX. [8+8] 3. Write an algorithm and assembly program to sort the numbers in an array in descending order using bubble sort method. [16] 4. (a) With a neat sketch explain 8237 DMA controller and its operation? (b) With the help of basic cell explain SRAM and DRAM? [8+8] 5. Explain the following terms in relation to 8279: (a) Two key lockout (b) N-key rollover (c) Right entry (d) Left entry (e) FIFO (f ) Display RAM (g) Blanking (h) Key de-bounce. [2×8] 6. (a) List out the advantages of using 8259? (b) Describe the conditions that cause the 8086 to perform each of the following types of interrupts: Type-0, Type-1, Type-2 and Type-4. [8+8] 7. (a) Explain the line driver and the line receiver circuits of serial communication. (b) What do you mean by I/O mapped I/O? Draw the interfacing of 8251 with 8086 in I/O mapped I/O mo de. [8+8] 8. (a) Discuss the advantages of microcontroller based system over microprocessor
  • 4. www.studentyogi.com www.studentyogi.com Code No: R05220504 Set No. 2 (b) Describe the following registers of 8051: [8+8] i. A ii. B iii. SP iv. DPTR.
  • 5. www.studentyogi.com www.studentyogi.com Code No: R05220504 Set No. 3 II B.Tech II Semester Regular Examinations, Apr/May 2008 MICROPROCESSORS AND INTERFACING ( Common to Computer Science & Engineering, Information Technology and Computer Science & Systems Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Draw the internal architecture of 8085? Explain about each block in it. (b) Explain the function of OPCODE prefetch FIFO Bu er in 8086? [10+6] 2. (a) Explain the following instructions and their use? i. LODSB ii. CMPSW iii. XLAT. (b) Give the instruction format of IN and OUT instructions and explain? [9+7] 3. (a) Write a program to sort an array in descending order. (b) Give the instruction sequence that compares the rst 20 bytes beginning at STRG 1with the rst ten bytes beginning at STRG 2 and branches to MATCH if they are equal, otherwise continues in sequence? [8+8] 4. (a) What are the contents of the data bus and the status of 0 and when the following instructions are executed in 8086? i. CPU writes a byte 11 H at memory lo cation 1000H : 0002 H. ii. CPU writes a word 2211 H at memory location 1000H : 0003 H. (b) Write the functions of the following pins of 8086. i. MN/ ii. iii. ALE iv. Ready. (c) Draw a block diagram to interface two 16K X 8 SRAM (62128) to the 16-bit data bus of 8086 based system. Design the address deco der for the address range from 00000H - 07FFFFH for both the SRAMs. [5+5+6] 5. (a) Draw the interfacing scheme of 8255 and 8086 in memory mapped I/O mode. (b) An 8255 is used with port-A input in mode-1, Port-B as output in mo de-1 and with Port-C used for handshaking for Port-A and Port-B. Assume the address of Port-A is 80H. i. Determine the control word and write the instruction sequence to program the 8255 for this mode of operation.
  • 6. www.studentyogi.com www.studentyogi.com Code No: R05220504 Set No. 3 ii. Draw the scheme of connections required. [8+8] 6. (a) Discuss the sequence of operations performed in the interrupt acknowledge cycle. (b) What is the di erence between RET and IRET? Discuss the result, if RET instruction is placed at the end of the interrupt service routine. (c) What is the vector address of type-50H interrupt? [6+6+4] 7. Design the hardware interface circuit for interfacing 8251 with 8086. Set the 8251 in asynchronous mode as a transmitter and receiver with even parity enabled, 2 stop bits, 8-bit character length, frequency 160 KHz and baud rate 10K: (a) Write an ALP to transmit 100 bytes of data string starting at location 2000:5000H. (b) Write an ALP to receive 100 bytes of data string and store it at 3000:4000H. [8+8] 8. (a) Explain various operation modes of Timer-1 and Timer-0. (b) Describe the Timer control (TCON) and Timer mode control (TMOD) regis- ters. [16]
  • 7. www.studentyogi.com www.studentyogi.com Code No: R05220504 Set No. 4 II B.Tech II Semester Regular Examinations, Apr/May 2008 MICROPROCESSORS AND INTERFACING ( Common to Computer Science & Engineering, Information Technology and Computer Science & Systems Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Explain the functions of di erent registers in 8086. Also discuss the ag reg- ister contents. (b) How procedure CALL and RET take place in 8086. Explain conditional and unconditional CALL and RET instructions in 8086 instruction set. [6+10] 2. (a) Write a program to move a block of memory with out over lapping. (b) Discuss the following instructions. [8+8] i. ADC ii. AAS iii. IMUL iv. CBW. 3. (a) Write an assembly language program that will examine an ASCII string of 100 characters and replace each decimal digit by a %. The character string starts at STRG. (b) Explain the pre x instruction format of 8086 processor? Discuss how these instructions are useful in string manipulation? [8+8] 4. (a) With a neat sketch explain 8237 DMA controller and its operation? (b) With the help of basic cell explain SRAM and DRAM? [8+8] 5. Write the necessary instruction sequence to initialize 8255 with address 0200H to 0203H for the following combinations: (a) Port-A as input port in mode-1 and Port-B as input port in mode-1 with interrupt driven I/O. (b) Port-A in mo de-2 and Port-B as input port in mode-1 with interrupt driven I/O. (c) Port-A as output port in mode-0 and Port-C upper half as input port in mode-0, and Port-B as output port in mode-1 with interrupt driven I/O. (d) Port-A as output port in mode-1 with active interrupt, Port-B as output port in mo de-0 and Port-C lower half as input port in mode-0. [4 × 4] 6. What is an interrupt? Explain, how the 8086 processor recognizes the interrupt? Draw the timing diagram, assuming that INTR is active. Explain interrupt ac-
  • 8. www.studentyogi.com www.studentyogi.com Code No: R05220504 Set No. 4 7. (a) Draw and explain the null modem interfacing. (b) What is Memory mapped I/O? Draw the interfacing of 8251 with 8086 in memory mapped I/O mode. [8+8] 8. Give the complete blo ck schematic of an 8051 based system having following spec- i cations: (a) 64 KB program memory (b) 64 KB data memory (c) Make use of 16 K x 8-bit memory chips and 74LS138 deco ders. (d) Indicate clearly the address selected for the memory chips. [4×4]