IoT MicroPython

IoT MicroPython

9th - 12th Grade

17 Qs

quiz-placeholder

Similar activities

MorseCode for Arduino

MorseCode for Arduino

9th Grade

20 Qs

2da evaluación de Arduino

2da evaluación de Arduino

9th Grade

20 Qs

Robótica con Tinkercad

Robótica con Tinkercad

12th Grade

18 Qs

Q1 M 5 POST TEST

Q1 M 5 POST TEST

10th Grade

20 Qs

2021 PTS Genap TPMM X TAV

2021 PTS Genap TPMM X TAV

10th Grade

20 Qs

Quiz Informatika Ke-2

Quiz Informatika Ke-2

12th Grade

22 Qs

Sistem Komputer

Sistem Komputer

12th Grade

20 Qs

Programming Arduino Using C++

Programming Arduino Using C++

11th Grade

19 Qs

IoT MicroPython

IoT MicroPython

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

HS Mok

Used 5+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the device displayed on the image ?

Speaker

Color Sensor

Ultrasonic Sensor

Temperature Sensor

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

Please explain what is Trig, Echo, VCC and GND pin.

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

See carefully there are 'T' (left-bottom side) and 'R' (right-bottom side). Explain them.

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

5 mins • 1 pt

trigger = Pin(TRIGGER_PIN, Pin.OUT)

echo = Pin(ECHO_PIN, Pin.IN)

led = Pin(LED_PIN, Pin.OUT)

Please explain the differences between trigger.value(0) and trigger.value(1).
What's 1 and 0 for ?
Why trigger using Pin.OUT and echo is Pin.IN ?

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

3 mins • 1 pt

trigger.value(1)

sleep_us(10)

trigger.value(0)

pulse_time = time_pulse_us(echo, 1)

distance = (SPEED * pulse_time) / 2

How long the wave is sent ?
what is the distance unit we got from the formula at the last line ?

Evaluate responses using AI:

OFF

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

buzzer = Pin(SPEAKER_PIN, Pin.OUT)

buz = PWM(buzzer)

What's the following code do ?

buz.freq(1047)

buz.duty(20)

sleep(0.5)

buz.duty(0)

Long beep sound

No sound

One beep sound

One tone sound and no stop

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

buzzer = Pin(SPEAKER_PIN, Pin.OUT)

buz = PWM(buzzer)

What's .freq( ) function for if we use the command buz.freq(1000) ?

Play note for 1 second

mute any sound

Play the note for 1000 times

Play frequency 1000 note until we mute it

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?