0% found this document useful (0 votes)
77 views2 pages

MCA Questions

The document discusses the architecture, instruction sets, and applications of microcontrollers including the 8051 and ARM. It provides details on internal architecture, addressing modes, interfacing devices, data transfer instructions, and interrupt handling. It also includes sample programs in C and assembly language for tasks such as serial communication, LCD interfacing, and timer operations using these microcontrollers.

Uploaded by

Swetha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views2 pages

MCA Questions

The document discusses the architecture, instruction sets, and applications of microcontrollers including the 8051 and ARM. It provides details on internal architecture, addressing modes, interfacing devices, data transfer instructions, and interrupt handling. It also includes sample programs in C and assembly language for tasks such as serial communication, LCD interfacing, and timer operations using these microcontrollers.

Uploaded by

Swetha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

MICROCONTROLLER AND APPLICATIONS

15 Marks:

1. **Architecture of 8051
2. **Addressing Modes
3. **Interfacing stepper motor & schematic diagram & Matrix Keypad
4. **Data transfer instructions
5. **8051 internal/external memory in 8051 with sketch(RAM & ROM)
6. **ARM Software Interrupt
7. **3 stage Pipe line for ARM Organization
8. **5 stage pipe line for ARM 9TDMI core
9. *IO Ports of 8051
10. *8051 Interrupts
11. *Architecture & Features of ARM7TDMI & ARM9TDMI
12. *Architecture & Features of ARM
13. *C Datatypes & C Looping
14. *LCD interfacing with 8051
15. *Diferentian ARM & THUMB instruction
16. *Various Operations of Logical Instruction with examples
17. Explain the following instruction types of 8051 with examples.
18. Exceptions in ARM
19. Operation of Counter and timer
20. Applications of ARM (May be in Robotics)
21. ADC interfacing with 8051
22. LPC2148 - sketch block diagram with salient features
23. P89C66x - sketch block diagram with salient features
24. C Datatypes & Directives of 8051
25. Data Processing instruction for ARM (Control flow instruction)
26. Types of Data Processing and Transfer Instruction In ARM
27. Branch and Branch link of ARM Processor
28. 5 important features that allows faster performing ARM processor
29. ARM CORE - Hardware components
30. Programmer's Model ARM Risc Processor
31. Conditional & Execution in ARM Instruction set with examples

PROGRAM

1. Write a C program for the 8051 to transfer the letter “A” serially at 4800 baud continuously. Use 8-
bit data and 1 stop bit.
2. Write a C program for generating time delay using timer1 and mode2.
3. Write a program for LCD Interfacing with 8051 Microcontroller
4. Write a program to generate sine wave using DAC with 8051 Microcontroller.
5. Develop the case study for interfacing of Zigbee with 8051 Microcontroller.
6. Demonstrate a 8051 C Program codes to convert ASCII digits of ‘4’ and ‘7’to packed BCD and
display them on Port1.
7. Construct Assembly Language Program codes using 8051 to transfer the message “YES” serially at
9600 baud, 8-bit data, 1 stop bit and display continuously.
8. Explain ADC interfacing using 8051 In detail?
9. Develop a program to transfer block of 10 numbers from memory location 7000 to 8000H stored in
internal memory.
10. Interface ADC 0809 with 8051 and write a program to read data from the device and convert to
digital data.
11. Develop a program to toggle the LED’s after every 500msec connected to P1.0 and P1.1 after
receiving the external interrupt on INT0.
12. Develop an embedded C program to send letters ‘S’, ‘R’, ‘E’ and ‘C’ to the 16x2 LCD using delay
13. Develop an assembly language program for the addition of two 32-bit numbers using ARM7 and
store the result in memory

3 MARKS

1. Write about current program status register in ARM programmer’s model.


2. Interpret the characteristics of timer in LPC 2148.
3. Write about the user-configurable features of GPIO.
4. What are the conditional Jump instructions in 8051
5. Show the interface diagram for connecting and display devices with 8051.
6. Mention the development tools and 3 stages of pipeline for ARM Processor.
7. Recall any three important features of ADC0808.
8. Give the distinguishing features of ARM9 processor.
9. Define Interrupt vector table.
10. Bit patten of Program status word

NOTE**: Also ref internals 1 & 2 Programs and 2marks for 3marks…..

You might also like