Recall & Review
beginner
What does UART stand for?
UART stands for Universal Asynchronous Receiver/Transmitter. It is a hardware communication protocol used for serial communication.
Click to reveal answer
beginner
Explain the role of start and stop bits in UART communication.
Start bit signals the beginning of data transmission, and stop bit signals the end. They help the receiver know when to start and stop reading bits.
Click to reveal answer
beginner
What is the significance of baud rate in UART?
Baud rate is the speed of data transmission measured in bits per second (bps). Both sender and receiver must use the same baud rate to communicate correctly.
Click to reveal answer
intermediate
How many data bits are typically sent in a UART frame?
Typically, UART frames send 8 data bits, but it can be configured to 5 to 9 bits depending on the system requirements.
Click to reveal answer
intermediate
What is parity in UART and why is it used?
Parity is an error-checking bit added to the data bits to detect errors during transmission. It can be even, odd, or none.
Click to reveal answer
What does the start bit in UART indicate?
✗ Incorrect
The start bit signals the receiver that data transmission is starting.
Which of the following must match between UART sender and receiver?
✗ Incorrect
Both sender and receiver must use the same baud rate to communicate properly.
How many stop bits can UART use?
✗ Incorrect
UART typically uses 1 or 2 stop bits to mark the end of a data frame.
What is the main purpose of parity in UART?
✗ Incorrect
Parity helps detect errors in the transmitted data.
UART communication is:
✗ Incorrect
UART is asynchronous, meaning it does not use a clock signal to synchronize data bits.
Describe the structure of a UART data frame and explain the purpose of each part.
Think about how the receiver knows when data starts and ends, and how errors are checked.
You got /5 concepts.
Explain why matching baud rates are important in UART communication and what happens if they differ.
Consider how timing affects reading bits correctly.
You got /3 concepts.