ESP32 MicroPython Quiz

ESP32 MicroPython Quiz

10th Grade

12 Qs

quiz-placeholder

Similar activities

Nutrition and Cooking Review

Nutrition and Cooking Review

9th - 12th Grade

17 Qs

Fun Facts

Fun Facts

1st Grade - University

12 Qs

Job Hunt

Job Hunt

6th - 12th Grade

11 Qs

Introduction of Dunia Games Telkomsel

Introduction of Dunia Games Telkomsel

3rd Grade - Professional Development

10 Qs

Basic Computer

Basic Computer

8th Grade - University

10 Qs

MCO Lesson 1 : 2 PKKS

MCO Lesson 1 : 2 PKKS

7th - 10th Grade

10 Qs

CBI: At the Supermarket

CBI: At the Supermarket

7th - 12th Grade

10 Qs

Spanish

Spanish

10th - 11th Grade

10 Qs

ESP32 MicroPython Quiz

ESP32 MicroPython Quiz

Assessment

Quiz

Special Education

10th Grade

Practice Problem

Hard

Created by

Edudigm STEMpowered

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?