IoT MicroPython

IoT MicroPython

9th - 12th Grade

17 Qs

quiz-placeholder

Similar activities

Electronic Component

Electronic Component

10th Grade

15 Qs

Robótica con Tinkercad

Robótica con Tinkercad

12th Grade

18 Qs

Arduino UNO

Arduino UNO

12th Grade

20 Qs

Quiz Informatika Ke-2

Quiz Informatika Ke-2

12th Grade

22 Qs

Arduino P-uur - deel 3

Arduino P-uur - deel 3

6th - 10th Grade

14 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

Arduino

Arduino

10th Grade

20 Qs

Revision for grade12- week 1 &2

Revision for grade12- week 1 &2

12th Grade

15 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?