List any two features of Intel Pentium 4 processor
2. List any two features Intel cor2 processor 3. List any two features of i3 processor 4. Write two applications of ARM processor 5. Distinguish between RISC vs CISC 6. Explain with block diagram Harvard Architecture 7. Explain RISC and CISC 8. List types of buses found in computers and describe the purpose of each type of bus 9. Compare the 8051, 8751, 8031 microcontrollers 10. Enlist features of 8051 microcontrollers 11. Explain concept of Pipelining and superscalar architecture 12. Illustrate any two logical operators used in C with their examples. 13. Enlist the various flags in the PSW register 14. List SFR’s in 8051 15. Explain Input/ Output port structure of 8051 16. State the function of ALE, PSEN’ and EA’ pin of 8051 uC 17. Illustrate data types used in C with their ranges 18. If the content of ACC = 0 × 04 and P1 = 0 × F3. State the result after execution of following statements independently: i) result = ACC & P1 ii) result = ACC | P1 iii) result = ACC ^ P1 iv) result = ~ P1 19. Explain any four software development tools 20. List SFR’s in 8051 21. List I/O ports with its bit size 22. Write a C program to transfer the data from port P0 to port P1 23. Write a C program to operate port 0 and port 2 as output port and port 1 and port 3 as input port 24. Draw format of IE and IP SFR 25. Write advantages of interrupt over polling method 26. Find the values of TMOD to operate as timers in the following modes a) Mode 1 Timer 1 b) Mode 0 Timer 1 27. Draw and Explain bits of SCON SFR in 8051. 28. List various standard baud rates for serial communication 29. Explain the use of MAX 232 IC in communication 30. Draw IE register and State importance of EA bit in IE register 31. Write a C program using Interrupts to do the following: a) Generate a 10000Hz frequency on P2.1 using T0 8 bit auto-reload b) Receive data serially and send it to P0 32. Write a C program that continuously gets a single bit of data from P1.7 and sends it to P1.0, while simultaneously creating a square wave of 200uSperiod on pin P2.5. use timer 0 to create the square wave. Assume that XTAL=11.0592 MHz. 33. Draw bits of TMOD and TCON SFR’s in 8051 34. Draw bits of SCON SFR in 8051. 35. Program the 8051 in C to receive bytes of data serially and put them in P1. Set the baud rate at 4800, 8-bit data and 1 stop bit 36. Write ‘C’ program to generate delay of 50msec for microcontroller 89C51 with crystal frequency of 11.0592 MHz. 37. Write specifications of ADC 0808 IC. 38. Explain use of pin functions RS, RW and EN on 16x2 LCD. 39. Calculate number of steps required to rotate stepper motor in 180 degrees. Assume step angle 1.8. 40. Draw the interfacing diagram of DAC to 89C51. 41. Draw the interfacing diagram of 4x4 matrix keyboard with 89C51. 42. Draw the interfacing diagram of ADC with 89C51. 43. Write ‘C’ program to rotate the stepper motor by two complete rotations and then stop. Assume step angle as 1.8°. 44. Write steps to interface Switch with microcontroller 45. Write steps to interface LED with microcontroller 46. Draw the interfacing diagram of DAC to 89C51 and write a C language program to generate triangular waveform. 47. Draw the interfacing diagram of ADC with 89C51 and explain the function of following pins: SOC, EOC and OE. 48. List two main Arduino software structure functions 49. Explain with suitable example delay function in Arduino 50. State any four features of Arduino Uno R3 board 51. Explain Analog and Digital pins on Arduino UNO microcontroller board 52. Explain use of ATmega328 digital pins 0 (RX) and 1 (TX) 53. Explain with example pinMode(),digitalWrite(), and digitalRead() functions in Arduino 54. State features of AT328 microcontroller 55. Explain the use of bootloader in Arduino 56. Explain the functions of Arduino IDE any 4 57. Develop sketch to interface relay with Arduino 58. Develop sketch to interface DC motor with Arduino