Define Embedded system. Enlist essential parts of it.
[3 marks]Classify embedded systems with respect to application areas.
[4 marks]Discuss different memory types with suitable examples.
[7 marks]Briefly explain Task and Process.
[3 marks]Explain device management in OS.
[4 marks]Explain on board common communication interfaces of Embedded system.
[7 marks]Discuss various interrupt handling routines in RTOS.
[7 marks]Enlist different layers of OS and explain any one.
[3 marks]Discuss memory management strategy of OS.
[4 marks]Explain tasking and scheduling mechanism of OS.
[7 marks]Explain semaphores.
[3 marks]Discuss basic design using RTOS.
[4 marks]Explain ARM Cortex- A53 Architecture.
[7 marks]Give Comparison between ARM vs x86 processor.
[3 marks]Enlist features of Raspberry Pi module.
[4 marks]Explain various controlling statements in Python.
[7 marks]Briefly discuss Exceptional handling in python.
[3 marks]Explain file operations in RPi. Write a python code to save system core temperature, date and time in text file.
[4 marks]Explain GPIO handling of RPi. Write a python code to Read switch (Pull down configuration) connected at board pin 8 and turn on/off LED (connected at board pin 10) accordingly
[7 marks]Provide basic commands to work with Rpi. (Directory operation, information of cpu and memory)
[3 marks]Write a python code to Perform addition and subtraction on medical image.
[4 marks]Write a python code to Interface LM35 temperature sensor with RPi using MCP3008 and display temperature in terminal.
[7 marks]Provide basic image read and display operations using matplotlib.
[3 marks]Write a python code to Interface Picamera with Rpi and record video with 640*480 resolution
[4 marks]Design an application with HC-SR04 to measure distance of obstacle and display it in Terminal.
[7 marks]