wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

NodeMCU Architecture Seatwork

Total questions: 14

Worksheet time: 7mins

Name
Class
Date
1.

What is NodeMCU primarily based on?

a)

Raspberry Pi

b)

Arduino Uno

c)

ESP8266 microcontroller

d)

ESP32 microcontroller

2.

Which scripting language is built-in with NodeMCU?

a)

Lua

b)

JavaScript

c)

C++

d)

Python

3.

What type of memory is used to store firmware in NodeMCU?

a)

EEPROM

b)

RAM

c)

Flash Memory

d)

Cache Memory

4.

What is the core microcontroller of NodeMCU?

a)

ATmega328

b)

ESP8266 SoC

c)

ARM Cortex-M0

d)

PIC16F877A

5.

Which communication interface is NOT supported by NodeMCU?

a)

UART

b)

CAN

c)

SPI

d)

I2C

6.

What is the maximum clock speed of the ESP8266 CPU?

a)

160 MHz

b)

80 MHz

c)

200 MHz

d)

40 MHz

7.

Which feature allows NodeMCU to update firmware wirelessly?

a)

Serial Communication

b)

OTA (Over-the-Air) Updates

c)

Wi-Fi Direct

d)

USB Programming

8.

What does GPIO stand for?

a)

Generalized Program Input/Output

b)

General Purpose Input/Output

c)

General Protocol Input/Output

d)

Global Peripheral Input/Output

9.

Which of the following is a power-saving feature of NodeMCU?

a)

Deep Sleep Mode

b)

High Performance Mode

c)

Turbo Mode

d)

Idle Mode

10.

What type of Wi-Fi networking modes does NodeMCU support?

a)

None of the above

b)

Both Access Point and Station Mode

c)

Only Access Point Mode

d)

Only Station Mode

11.

What is the purpose of the Lua interpreter in NodeMCU?

a)

To compile C code

b)

To run user scripts

c)

To manage memory

d)

To handle network requests

12.

Which of the following is NOT a feature of NodeMCU?

a)

Low power consumption

b)

Support for Lua scripting

c)

Built-in Wi-Fi

d)

High processing power

13.

What is the function of the Flash File System (SPIFFS) in NodeMCU?

a)

To connect to sensors

b)

To run the CPU

c)

To manage power supply

d)

To store user data

14.

Which protocol is supported by NodeMCU for cloud communication?

a)

FTP

b)

MQTT

c)

SMTP

d)

POP3