microcontroller_test
microcontroller_test
Instructions:
4. For design and analysis questions, explain your reasoning step by step.
d) Store data
a) AVR
b) ARM
c) MIPS
d) Intel 8080
Which type of memory is non-volatile and retains data even after power is turned off?
a) RAM
b) EEPROM
c) Flash memory
d) ROM
Answer: d) ROM
a) DRAM
b) SRAM
c) EEPROM
d) Blu-ray ROM
a) Python
b) Assembly
c) Java
d) C++
Answer: b) Assembly
What is the term used for a microcontroller's ability to interact with external hardware
components?
a) Communication protocol
b) Interfacing techniques
c) Memory management
d) Power regulation
Which memory type is most commonly used for BIOS storage in computers?
a) DRAM
b) SRAM
c) Flash PROM
d) EEPROM
Task 1: Write an AVR Assembly program to add two 8-bit numbers and store the result in a register.
Task 2: Write a C program to read data from a serial port using USART in AVR microcontroller and
Task 1: Design a simple microcontroller-based system that reads input from a temperature sensor
and controls a fan based on the temperature. Explain your design decisions, including the
Task 2: Explain the difference between RISC and CISC architectures. Discuss the advantages and