ESP32 MicroPython Quiz

ESP32 MicroPython Quiz

10th Grade

12 Qs

quiz-placeholder

Similar activities

Uji Pengetahuan Dasar Elektronika Otomotif

Uji Pengetahuan Dasar Elektronika Otomotif

10th Grade

8 Qs

BAPAKU PULANG

BAPAKU PULANG

2nd - 10th Grade

10 Qs

Open a bank account

Open a bank account

10th Grade - Professional Development

7 Qs

PDTO Workshop Equipment

PDTO Workshop Equipment

10th Grade

10 Qs

Playbook

Playbook

9th - 12th Grade

16 Qs

untitled

untitled

9th - 12th Grade

17 Qs

Stormy Round Lake

Stormy Round Lake

5th Grade - University

8 Qs

ESP32 MicroPython Quiz

ESP32 MicroPython Quiz

Assessment

Quiz

Special Education

10th Grade

Hard

Created by

Edudigm STEMpowered

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if we write sensor.temperature() before calling sensor.measure()?

It will give the last stored value

It will crash the code

It will read the new temperature

It will return random values

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we use Pin(5, Pin.OUT) in the LED project?

To declare a variable

To set GPIO 5 as a data pin

To configure GPIO 5 to control a device like an LED

To read data from a sensor

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the line from time import sleep, what does sleep actually do?

Puts the ESP32 to deep sleep mode

Pauses the program for a short time

Makes the ESP32 restart

Turns off GPIO pins

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main reason for using while True: in MicroPython code on ESP32?

To check if a sensor is connected

To run the code only once

To create a loop that repeats the task continuously

To save battery power

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary role of try...except in the DHT11 code block?

To shorten the program

To retry a command

To handle errors gracefully and prevent the program from crashing

To measure temperature automatically

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is a 2-second delay used after reading DHT11 sensor values?

The sensor sends data slowly

To allow the sensor to cool down

To match the LED blink pattern

To give the sensor time to stabilize before next reading

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between Pin.OUT and Pin.IN in the Pin() class?

Pin.OUT is used for sensors, Pin.IN for motors

Pin.OUT sends signals out, Pin.IN receives signals in

Both are the same

Pin.OUT works with LEDs only

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?