wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Synchronous and Asynchronous serial communication

Total questions: 20

Worksheet time: 19mins

Name
Class
Date
1.

What is the main function of a data acquisition system?

a)

Convert digital files into PDFs

b)

Collect real-world data and turn it into digital values for processing.

c)

Host websites for data sharing

d)

Store user account credentials for multiple systems

2.

Which component converts an analog voltage into a digital number?

a)

Digital-to-Analog Converter (DAC)

b)

Analog-to-Digital Converter (ADC).

c)

Actuator

d)

A special converter that both filters noise and encrypts signals before conversion

3.

What does a signal conditioner do?

a)

Amplifies, filters, or otherwise prepares sensor signals so the ADC reads them correctly.

b)

Stores sensor data for long periods

c)

Only digitizes signals without changing amplitude

d)

Packages signals and prepares them for network transfer over multiple protocols

4.

Which best describes an actuator?

a)

A device that senses temperature

b)

A device that converts electrical commands into physical motion or force.

c)

A memory chip used in DAQ systems

d)

A network interface that prioritizes actuator commands in distributed control

5.

What is sampling rate?

a)

The number of times per second a signal is measured.

b)

The number of bits in an ADC

c)

The maximum voltage the ADC can handle

d)

The rate at which the control unit issues actuator commands under load

6.

A sensor outputs 2.0 V. ADC reference = 5 V, 10-bit ADC (0–1023). What digital value is closest?

a)

512

b)

400

c)

1023

d)

256

7.

A PWM period = 10 ms, ON time = 2.5 ms. Duty cycle = ?

a)

15%

b)

25%

c)

50%

d)

75%

8.

Timer clock = 1 MHz. One timer tick = ?

a)

1 second

b)

1 ms

c)

1 µs

d)

0.1 µs

9.

A square wave toggles every 2 ms (HIGH 2 ms, LOW 2 ms). Frequency = ?

a)

125 Hz

b)

250 Hz

c)

500 Hz

d)

50 Hz

10.

A data logger records at intervals of 0.01 s. Sampling frequency = ?

a)

10 Hz

b)

100 Hz

c)

1 Hz

d)

0.1 Hz

11.

What is the main difference between serial and parallel communication?

a)

Serial sends one bit at a time, while parallel sends multiple bits simultaneously.

b)

Serial uses multiple lines for each bit.

c)

Parallel is slower than serial.

d)

Serial communication reduces wiring but transmits data bits one after another through a single line.

12.

In serial communication, what does “baud rate” represent?

a)

The number of signal changes per second.

b)

The number of bytes per second.

c)

The total number of frames transmitted.

d)

The rate at which bits are sent across a single channel during transmission.

13.

Which two types classify serial communication?

a)

Simplex and Duplex

b)

Asynchronous and Synchronous

c)

Digital and Analog

d)

Full-duplex and Single-line systems used for real-time data flow

14.

What is the role of start and stop bits in asynchronous communication?

a)

They mark the beginning and end of each data frame.

b)

They correct transmission errors.

c)

They increase baud rate.

d)

They synchronize data boundaries between two devices during transmission.

15.

What makes synchronous communication generally faster than asynchronous?

a)

Both devices share a common clock signal.

b)

It uses fewer data bits.

c)

It adds more stop bits.

d)

It relies on a single timing source that coordinates both devices for continuous transfer.

16.

Which of the following is an example of asynchronous communication?

a)

SPI

b)

UART

c)

I²C

d)

USB

17.

If an asynchronous frame has 1 start bit, 8 data bits, 1 parity bit, and 1 stop bit, how many bits are transmitted per frame?

a)

8

b)

9

c)

10

d)

11

18.

A device transmits using 8E1 framing at 19,200 baud. How many useful data bits are sent per second?

a)

19,200

b)

14,000

c)

10,000

d)

9,600

19.

At 9,600 baud with 8N1 format, how long does it take to transmit 100 characters?

a)

0.01 s

b)

0.1 s

c)

1.0 s

d)

0.001 s

20.

If an 8N2 frame is used, what is its efficiency compared to total transmitted bits?

a)

70%

b)

72.7%

c)

80%

d)

90%