wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

What is a Microcontroller?

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is a microcontroller?

a)

A microcontroller is a small computer on a single chip.

b)

A microcontroller is a big server used in data centers.

c)

A microcontroller is a device for storing data only.

d)

A microcontroller is a graphics processor.

2.

Which of the following is NOT part of a microcontroller?

a)

CPU (processor)

b)

Memory (RAM & Flash)

c)

Input/Output pins

d)

Hard Disk

3.

Why do we use microcontrollers?

a)

To make things look nice

b)

To help with tasks like controlling devices and sensing things

c)

To cook food

d)

To have fun

4.

What do microcontrollers do?

a)

Control devices automatically.

b)

Store a lot of data.

c)

Show graphics for games.

d)

Send signals far away.

5.

What microcontroller is used in the Arduino Uno?

a)

ATmega328P

b)

PIC16F877A

c)

8051

d)

ARM Cortex-M3

6.

Which of the following is NOT a part of the ESP8266 (NodeMCU) board?

a)

USB-to-UART converter (CP2102 / CH340)

b)

3.3V power regulator

c)

Wi-Fi antenna

d)

Bluetooth module

7.

Which pin gives 3.3V power on the ESP8266?

a)

EN

b)

Vin

c)

3.3V

d)

RST

8.

What technology does the ESP8266 use to connect to the internet?

a)

Bluetooth

b)

Wi-Fi

c)

Zigbee

d)

Ethernet

9.

The ESP8266 runs programs from its memory.

a)

True

b)

False

10.

Which project can you make using an ESP8266?

a)

IoT Home Automation

b)

Bluetooth Speaker

c)

Solar Panel Charger

d)

Digital Clock

11.

Which of the following uses the ESP8266 chip?

a)

Wireless sensor network

b)

Smart TV

c)

Electric Fan

d)

LED Bulb

12.

Which of the following uses Wi-Fi technology?

a)

Wi-Fi weather station

b)

Water Purifier

c)

Microwave Oven

d)

Vacuum Cleaner

13.

Which of these projects uses the ESP8266?

a)

Smart door lock

b)

Washing Machine

c)

Refrigerator

d)

Air Conditioner

14.

What type of processor is used in the ESP32 microcontroller?

a)

Single-core ARM Cortex-M4

b)

Dual-core Xtensa LX6

c)

Quad-core Xtensa LX7

d)

Single-core RISC-V

15.

What is the highest speed of the ESP32 processor?

a)

120 MHz

b)

240 MHz

c)

320 MHz

d)

480 MHz

16.

Can the ESP32 processor do more than one task at the same time?

a)

Yes

b)

No

17.

What features does the ESP32 have?

a)

Wi-Fi and Bluetooth

b)

Hall sensor

c)

Touch input

d)

All of these

18.

Which programming language is commonly used to program the ESP32?

a)

Java

b)

JavaScript

c)

Python

d)

C++

19.

What is the primary function of a microcontroller?

a)

Network communication

b)

Control and automation

c)

Signal processing

d)

Data storage

20.

Which of the following is a common programming language for microcontrollers?

a)

HTML

b)

C/C++

c)

JavaScript

d)

Python