HC-SR04 Ultrasonic sensor

HC-SR04 Ultrasonic sensor

9th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

Prinsip Dasar Antarmuka

Prinsip Dasar Antarmuka

1st - 10th Grade

10 Qs

RedHat Academy 8.3

RedHat Academy 8.3

10th Grade - University

15 Qs

Arduino

Arduino

8th - 10th Grade

12 Qs

Arduino İle Park Sensörü Yapımı Quizi

Arduino İle Park Sensörü Yapımı Quizi

9th - 10th Grade

7 Qs

sensores

sensores

9th Grade

9 Qs

10. Automatic LED control

10. Automatic LED control

1st - 10th Grade

7 Qs

Picoboard Connections

Picoboard Connections

10th Grade

11 Qs

Arduino y componentes básicos.

Arduino y componentes básicos.

10th Grade

5 Qs

HC-SR04 Ultrasonic sensor

HC-SR04 Ultrasonic sensor

Assessment

Quiz

Computers

9th - 10th Grade

Hard

Created by

Regie Ocampo

Used 30+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of signals does a HC-SR04 sensor use?

ultrasonic waves

microwave

digital

radio waves

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What HC-SR04 pin is used to transmit signals?

VCC

GND

Trig

Echo

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What pin is used to receive signals?

VCC

GND

Trig

Echo

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to turn ON the HC-SR04 sensor?

digitalWrite(trigPin, HIGH);

analogWrite(trigPin, HIGH);

digitalWrite(trigPin, LOW);

analogWrite(trigPin, LOW);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the formula to compute for the duration of time travelled by the signal from the sensor to the object?

distance = time * .034 / 2

time = distance/ .034

distance = speed * .034 /2

time = 0.034 /distance

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to initialize echoPin in void setup?

pinMode(echoPin,INPUT);

pinMode(echoPin,OUTPUT);

const int echoPin;

long echoPin;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In what pin do we connect VCC?

GND

5V

Digital pin

Analog pin

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?