Sensor and Coding Quiz

Sensor and Coding Quiz

6th - 10th Grade

14 Qs

quiz-placeholder

Similar activities

Sensors - Review

Sensors - Review

10th Grade

14 Qs

Spike Level 2

Spike Level 2

8th - 12th Grade

10 Qs

1.1.6 Embedded Systems

1.1.6 Embedded Systems

1st Grade - University

10 Qs

Основи робототехніки з Micro:bit 2.0

Основи робототехніки з Micro:bit 2.0

7th Grade

13 Qs

Programming via Lego

Programming via Lego

6th Grade

10 Qs

Robots

Robots

5th - 7th Grade

13 Qs

Microbits Review of the Parts & Uses of Microbits

Microbits Review of the Parts & Uses of Microbits

6th - 8th Grade

11 Qs

Electronics

Electronics

7th - 9th Grade

10 Qs

Sensor and Coding Quiz

Sensor and Coding Quiz

Assessment

Quiz

Computers

6th - 10th Grade

Hard

Created by

Fadi Fadi

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to build a device that waters plants when the soil is dry. Which sensor should you use?

Light Sensor

Temperature Sensor

Humidity Sensor

Motion Sensor

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are creating a security system for a classroom. Which sensor would best detect movement?

Light Sensor

Motion Sensor

Gesture Sensor

Temperature Sensor

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to display a happy face on the micro when the room temperature exceeds 25°C. Which sensor do you need?

Light Sensor

Gesture Sensor

Temperature Sensor

Touch Sensor

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To automatically turn on a light when it gets dark, which sensor would you use?

Temperature Sensor

Light Sensor

Motion Sensor

Microphone

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python code snippet would display a sad face if the light sensor detects low light?

if light_level < 25: display.show(Image.HAPPY)

if motion_detected: display.show(Image.YES)

if sound_detected: display.show(Image.SURPRISED)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to create a gesture-controlled device that shows a thumbs-up when you wave your hand. Which sensor would you use?

Temperature Sensor

Gesture Sensor

Light Sensor

Touch Sensor

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code snippet turns on an LED when a sound is detected using the microphone?

if sound_detected: led.on()

if light_level > 50: led.off()

if temperature > 30: display.show(Image.HAPPY)

if light_level < 20: display.show("Hello")

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?