16 . Distance Range Finder

16 . Distance Range Finder

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

arduinobytinkercad april

arduinobytinkercad april

5th - 8th Grade

10 Qs

10. Automatic LED control

10. Automatic LED control

1st - 10th Grade

7 Qs

EV3 Level 2 Quiz

EV3 Level 2 Quiz

7th - 12th Grade

10 Qs

Wiz 2 Assessment Robotics & AI

Wiz 2 Assessment Robotics & AI

6th - 8th Grade

10 Qs

Year 12 - sensors

Year 12 - sensors

7th Grade

12 Qs

G7.IoT - Tổng hợp kiến thức CBSA và Servo

G7.IoT - Tổng hợp kiến thức CBSA và Servo

7th Grade

15 Qs

Robotics Unit 2

Robotics Unit 2

6th - 8th Grade

12 Qs

Sensors - V1 (Arduino, Micro:bit)

Sensors - V1 (Arduino, Micro:bit)

7th - 12th Grade

15 Qs

16 . Distance Range Finder

16 . Distance Range Finder

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Youngbot Academy

Used 10+ 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?