16 . Distance Range Finder

16 . Distance Range Finder

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Arduino Car

Arduino Car

6th Grade

10 Qs

CHAPTER 5 - COLLISION DETECTION

CHAPTER 5 - COLLISION DETECTION

1st - 12th Grade

10 Qs

Robotics Introduction

Robotics Introduction

5th - 12th Grade

11 Qs

Quiz Recuperação Circuitos Eletrônicos

Quiz Recuperação Circuitos Eletrônicos

6th Grade

10 Qs

Robotics Fall Semester Test

Robotics Fall Semester Test

6th - 8th Grade

10 Qs

QCROB - Class 03 - Sensor Ultrassônico

QCROB - Class 03 - Sensor Ultrassônico

KG - University

6 Qs

VEXcode VR Unit 9

VEXcode VR Unit 9

6th Grade

10 Qs

Arduino Quiz

Arduino Quiz

6th - 8th Grade

10 Qs

16 . Distance Range Finder

16 . Distance Range Finder

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Youngbot Academy

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