16 . Distance Range Finder

16 . Distance Range Finder

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Colour and Ultrasonic Sensors

Colour and Ultrasonic Sensors

5th - 6th Grade

13 Qs

IOTA - S2 LUTW mBOT Unit1

IOTA - S2 LUTW mBOT Unit1

6th - 8th Grade

15 Qs

CODING QUIZZ

CODING QUIZZ

8th Grade

13 Qs

9-10 robotics EV3 basics

9-10 robotics EV3 basics

7th - 10th Grade

14 Qs

TinkerCad Quiz

TinkerCad Quiz

7th Grade - Professional Development

10 Qs

Key Concepts 1

Key Concepts 1

5th - 7th Grade

11 Qs

Lego Quiz

Lego Quiz

6th - 8th Grade

15 Qs

Grade 7 Robotics

Grade 7 Robotics

7th Grade

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