wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

NodeMCU and ESP01 Module Worksheet

Total questions: 40

Worksheet time: 20mins

Name
Class
Date
1.

Which microcontroller is used in NodeMCU?

a)

ATmega328

b)

ESP8266

c)

STM32

d)

PIC16F877A

2.

What programming language is mainly used for NodeMCU?

a)

C++

b)

Python

c)

Lua

d)

Java

3.

NodeMCU board is commonly programmed using which IDE?

a)

Arduino IDE

b)

Visual Studio

c)

Eclipse

d)

Code::Blocks

4.

What is the operating voltage of NodeMCU?

a)

3.3 V

b)

5 V

c)

9 V

d)

12 V

5.

What is the clock speed of ESP8266 chip?

a)

16 MHz

b)

40 MHz

c)

80 MHz

d)

120 MHz

6.

How many GPIO pins are available on NodeMCU v3?

a)

10

b)

11

c)

17

d)

12

7.

Which USB-to-Serial chip is used in most NodeMCU boards?

a)

CH340

b)

FT232

c)

PL2303

d)

MAX232

8.

What is the main purpose of NodeMCU board?

a)

Power regulation

b)

IoT development

c)

Display control

d)

Sound control

9.

Which voltage regulator chip is present on NodeMCU?

a)

AMS1117

b)

7805

c)

LM317

d)

LM7809

10.

Which communication protocol is mainly used by NodeMCU for IoT?

a)

I2C

b)

SPI

c)

Wi-Fi

d)

Bluetooth

11.

What is the main function of the ESP01 module?

a)

To add Wi-Fi

b)

To drive motors

c)

To store data

d)

To sense temperature

12.

Which chip is used inside the ESP01 module?

a)

ESP32

b)

ESP8266

c)

ATmega328

d)

STM32

13.

How many GPIO pins are available in ESP01?

a)

2

b)

4

c)

8

d)

10

14.

What is the default baud rate of ESP01?

a)

9600

b)

115200

c)

57600

d)

4800

15.

Which interface does ESP01 use?

a)

SPI

b)

UART

c)

I2C

d)

USB

16.

What is the operating voltage range of ESP01?

a)

1.8–2.5 V

b)

3.0–3.6 V

c)

5–9 V

d)

9–12 V

17.

Which Wi-Fi standard does ESP01 support?

a)

802.11a

b)

802.11b/g/n

c)

802.11ac

d)

802.11ax

18.

What is the flash memory capacity of standard ESP01?

a)

256 KB

b)

512 KB

c)

1 MB

d)

4 MB

19.

Which command type controls ESP01 Wi-Fi?

a)

I2C

b)

AT Commands

c)

SPI

d)

JSON

20.

What is the main advantage of ESP01 with Arduino?

a)

Low speed

b)

Adds Wi-Fi

c)

Extra storage

d)

Extra display

21.

Which company manufactures ESP32?

a)

C) Espressif Systems

b)

A) Texas Instruments

c)

B) Microchip Technology

d)

D) STMicroelectronics

22.

ESP32 has how many cores?

a)

A) 1

b)

B) 2

c)

C) 3

d)

D) 4

23.

Default clock speed of ESP32?

a)

D) 240 MHz

b)

A) 80 MHz

c)

B) 120 MHz

d)

C) 160 MHz

24.

Wireless communication features?

a)

A) Wi-Fi + Bluetooth

b)

B) NFC only

c)

C) Infrared only

d)

D) Ethernet only

25.

How many ADC channels in ESP32?

a)

A) 18

b)

B) 8

c)

C) 12

d)

D) 6

26.

ADC resolution?

a)

C) 12-bit

b)

A) 6-bit

c)

B) 8-bit

d)

D) 16-bit

27.

Program storage memory type?

a)

A) Flash memory

b)

B) RAM

c)

C) Cache

d)

D) Register

28.

Maximum Wi-Fi frequency?

a)

A) 2.4 GHz

b)

B) 1.8 GHz

c)

C) 900 MHz

d)

D) 5 GHz

29.

What makes ESP32 stronger than ESP8266?

a)

Dual-core CPU

b)

Lower clock speed

c)

Less memory

d)

Single-core CPU

30.

Common ESP32 board?

a)

NodeMCU-32S

b)

Arduino Uno

c)

Raspberry Pi Pico

d)

STM32F103C8T6

31.

Purpose of Wi-Fi in IoT?

a)

Data storage

b)

Wireless communication

c)

Power supply

32.

Library to connect NodeMCU?

a)

ESP8266WiFi.h

b)

WiFiManager.h

c)

Ethernet.h

33.

Function to connect Wi-Fi?

a)

WiFi.connect()

b)

WiFi.begin()

c)

WiFi.attach()

34.

WiFi.status() success return?

a)

WL_CONNECTED

b)

WL_DISCONNECTED

c)

WL_IDLE

35.

Get local IP?

a)

WiFi.localIP()

b)

WiFi.getIP()

c)

WiFi.IPaddress()

36.

Access point mode use?

a)

Connect to router

b)

Create own network

c)

Connect to internet

37.

Q37. Station (STA) mode?

a)

Connect to router

b)

Create own network

c)

Connect to internet

38.

Both AP + STA possible?

a)

No

b)

Yes

39.

SSID meaning?

a)

Signal strength

b)

Network name

c)

Device address

40.

WiFi.disconnect()?

a)

Turns off Wi-Fi

b)

Connects to Wi-Fi

c)

Scans for Wi-Fi