HC-SR04 Ultrasonic sensor

HC-SR04 Ultrasonic sensor

9th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

Quiz Arduino

Quiz Arduino

9th - 12th Grade

10 Qs

Aurdino Quiz

Aurdino Quiz

5th - 12th Grade

13 Qs

Arduino

Arduino

10th Grade

7 Qs

Day#7

Day#7

1st Grade - University

12 Qs

Quiz TIK 9L

Quiz TIK 9L

9th Grade

15 Qs

Sensor Ultrasonik dan Penggunaan Arduino

Sensor Ultrasonik dan Penggunaan Arduino

9th Grade

10 Qs

TP8 - V5 - Oefentoets deel1

TP8 - V5 - Oefentoets deel1

7th - 12th Grade

12 Qs

Arduino practice 2

Arduino practice 2

9th - 11th Grade

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