wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Input & Output Interfacing Raspberry Pi Pico

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is a communication protocol?

a)

A programming language

b)

A method for data storage

c)

A set of formal rules for data exchange

d)

A type of hardware interface

2.

What is the main difference between parallel and serial communication?

a)

Parallel uses more wires than serial

b)

Serial is faster than parallel

c)

Serial can transmit multiple bits at once

d)

Parallel is more complex than serial

3.

Which protocol is known for high-speed communication?

a)

I2C

b)

SPI

c)

UART

d)

CAN

4.

What is the primary advantage of asynchronous communication?

a)

Better error detection

b)

More complex implementation

c)

Higher data rates

d)

Requires fewer wires

5.

In I2C communication, how many wires are required?

a)

3

b)

2

c)

1

d)

4

6.

What is the function of a PIR sensor?

a)

Measures distance

b)

Detects temperature changes

c)

Tracks humidity levels

d)

Detects motion

7.

Which of the following is a characteristic of synchronous communication?

a)

Data is sent in bursts

b)

Slower than asynchronous

c)

Requires a clock signal

d)

More error-prone

8.

What is the name of the device in the Picture

a)

Pi Pico Module

b)

I2C connector

c)

LCD module

d)

SPI connector

9.

display.clear( ) on line 24 will result ...

a)

Turn OFF the LCD display

b)

Clear the Thonny console screen

c)

Clear the LCD display

d)

Clear the data from the LCD memory

10.

What does it means by custom libraries ....

a)

libraries containing many interesting books and journals

b)

Created by developers that is pre-installed with the programming language

c)

libraries containing all general purposes functionality

d)

created by third parties that have specialized functionality