16 . Distance Range Finder

16 . Distance Range Finder

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Aurdino Quiz

Aurdino Quiz

5th - 12th Grade

13 Qs

Robotics Unit 2

Robotics Unit 2

6th - 8th Grade

12 Qs

Arduino Car

Arduino Car

6th Grade

10 Qs

QUIZ EV3 LEGO MINDSTORM

QUIZ EV3 LEGO MINDSTORM

6th - 8th Grade

10 Qs

Recap Beeping Sound

Recap Beeping Sound

5th - 10th Grade

13 Qs

Robot-i Summative

Robot-i Summative

5th - 6th Grade

11 Qs

EV3 Level 2 Quiz

EV3 Level 2 Quiz

7th - 12th Grade

10 Qs

Spike Level 2

Spike Level 2

8th - 12th Grade

10 Qs

16 . Distance Range Finder

16 . Distance Range Finder

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Youngbot Academy

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of sensor is commonly used for measuring distance in an Arduino project?

Ultrasonic sensor
Infrared sensor
Pressure sensor
Temperature sensor

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the typical pin names used to connect an ultrasonic sensor to an Arduino?

SDA and SCL

TRIG and ECHO

DATA and CLK

VCC and GND

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to measure the time taken for the echo to return to the ultrasonic sensor?

pulseIn()
millis()
digitalWrite()
analogRead()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the typical formula used to calculate distance using an ultrasonic sensor?

Distance = (Speed of Light × Time) / 2

Distance = (Speed of Sound × Time)

Distance = (Speed of Light × Time)

Distance = (Speed of Sound × Time) / 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the duration of the pulse measured in an ultrasonic sensor calculated in Arduino code?

duration = pulseIn(echoPin, HIGH);

duration = millis();

duration = digitalRead(echoPin)

duration = analogRead(echoPin);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the speed of sound used in the calculation of distance in air (in cm/us)?

3.31

0.034

0.21

2.43

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary function of the TRIG pin in an ultrasonic sensor setup with Arduino?

To receive the reflected ultrasonic signal

To send the initial ultrasonic pulse

To provide power to the sensor

To ground the sensor

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?