Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

MTL200 EXAM QUESTIONS WITH 100% CORRECT ANSWERS LATEST VERSION 2025/2026.

Rating
-
Sold
-
Pages
10
Grade
A+
Uploaded on
25-11-2025
Written in
2025/2026

MTL200 EXAM QUESTIONS WITH 100% CORRECT ANSWERS LATEST VERSION 2025/2026.

Institution
MTL 200
Course
MTL 200

Content preview

MTL200 EXAM QUESTIONS WITH 100%
CORRECT ANSWERS LATEST VERSION
2025/2026.




N/A -



What is the difference between volatile and non volatile memory in microcontrollers? -
ANS Volatile memory (RAM) loses stored data when power is removed. Non-volatile memory
(Flash, EEPROM) retains data even when power is lost.



How does a microcontroller execute instructions stored in its memory? - ANS It follows the
Fetch-Decode-Execute cycle: Fetch retrieves the instruction, Decode interprets it, and Execute
performs the operation.



Explain the role of the Control Unit (CU) in a microcontroller? - ANS The CU directs
instruction execution, manages communication between ALU, registers, and memory, and
controls data flow.



What is the purpose of the Status Register in a microcontroller? - ANS It stores flags that
indicate operation results, such as carry, zero, and overflow, which are used for conditional
execution.




1 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.

, How many clock cycles does it take for an instruction to execute on an ATmega328P? -
ANS Most AVR instructions execute in 1 clock cycle, except for branching/jump instructions,
which take 2-3 cycles.



Name and explain three types of memory used in the ATmega328P microcontroller? -
ANS Flash (stores program code), SRAM (stores variables during execution), and EEPROM
(stores data that must be retained after power loss).



What is the function of the Stack Pointer (SP), and how does it change when pushing and
popping data? - ANS The SP holds the top address of the stack. Pushing data decrements SP,
while popping data increments SP.



What is the difference between general purpose registers and special function registers? -
ANS General purpose registers (R0-R31) store temporary data and arithmetic results, while
special function registers (e.g., SREG, SP) control system functions.



What is the function of the PINx register in ATmega328P? - ANS It reads the current logic
level of an input pin.



How do you configure Port D, Pin 5 as an output and set it to HIGH in C? - ANS Use DDRD |=
(1 << PD5); to set PD5 as an output and PORTD |= (1 << PD5); to set it HIGH.



What is the difference between PORTx, PINx, and DDRx registers? - ANS DDRx configures pin
direction, PORTx writes HIGH/LOW or enables pull-ups, and PINx reads input pin states.



Write an Assembly instruction to toggle a specific pin (e.g., PB3) without affecting other bits? -
ANS IN R16, PORTB; EOR R16, (1 << PB3); OUT PORTB, R16;




2 @COPYRIGHT 2025/2026 ALLRIGHTS RESERVED.

Written for

Institution
MTL 200
Course
MTL 200

Document information

Uploaded on
November 25, 2025
Number of pages
10
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$12.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Thebright Florida State University
Follow You need to be logged in order to follow users or courses
Sold
228
Member since
1 year
Number of followers
6
Documents
13787
Last sold
1 week ago
Topscore Emporium.

On this page, you find verified, updated and accurate documents and package deals.

3.6

42 reviews

5
15
4
10
3
9
2
3
1
5

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions