Obstacle Detecting Glasses with Arduino

Obstacle Detecting Glasses with Arduino

Assessment

Interactive Video

Science, Engineering, Physics

1st - 6th Grade

Hard

Created by

Quizizz Content

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a limitation of using ground-level ultrasonic sensors for visually impaired individuals?

They cannot detect obstacles at face level.

They are too expensive to use.

They require constant maintenance.

They are not compatible with canes.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is the Arduino Uno used in the educational project despite its size?

It is the lightest board available.

It is the most affordable option.

It is the most commonly available and introductory board.

It has the highest processing power.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a potential alternative to using a buzzer for feedback in the project?

A temperature sensor

A vibration motor

A sound sensor

A light sensor

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which component is directly connected to the Arduino without a breadboard?

The ultrasonic sensor

The temperature sensor

The vibration motor

The light sensor

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the threshold variable in the code?

To set the maximum distance for the sensor

To adjust the volume of the buzzer

To determine the distance at which the buzzer starts beeping

To control the power supply to the Arduino

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the code adjust the beeping speed of the buzzer?

By using a temperature sensor

By mapping the distance to a delay variable

By adjusting the volume

By changing the power supply

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when the distance measured is greater than the threshold?

The buzzer beeps faster.

The buzzer turns off.

The buzzer changes its tone.

The buzzer beeps continuously.