wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

day3

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is MPLAB primarily used for?

a)

Writing Python programs

b)

Designing websites

c)

Programming and debugging Microchip microcontrollers

d)

Creating mobile apps

2.

What is the purpose of a potentiometer in an IoT project?

a)

To measure voltage or adjust values like brightness or motor speed

b)

To act as a Wi-Fi router

c)

To store cloud data

d)

To display messages

3.

What does ADC stand for in microcontroller systems used in IoT?

a)

Automatic Data Control

b)

Analog-to-Digital Converter

c)

Advanced Device Controller

d)

Active Data Circuit

4.

In MPLAB, which file contains the main program?

a)

.c file

b)

.h file

c)

.asm file

d)

.txt file

5.

In Wokwi, which file format is used to write your Arduino code?

a)

.py

b)

.ino

c)

.html

d)

.txt

6.

What is the default microcontroller on an Arduino Uno?

a)

ATmega32

b)

ATmega328P

c)

PIC16F877A

d)

ESP32

7.

Which function is used in Arduino to initialize serial communication?

a)

serial.begin(9600);

b)

Serial.begin(9600);

c)

SerialStart(9600);

d)

startSerial(9600);

8.

Which Arduino function is used to read the value from a digital pin?

a)

digitalRead(pin)

b)

analogRead(pin)

c)

pinRead(pin)

d)

readDigital(pin)

9.

MPLAB X IDE supports which types of microcontrollers?

a)

PIC, dsPIC, AVR

b)

Arduino only

c)

Raspberry Pi

d)

STM32 only

10.

What is the purpose of the delay() function in Arduino?

a)

To create a pause in milliseconds

b)

To speed up code execution

c)

To read analog sensors

d)

To initialize pins