HC-SR04 Ultrasonic sensor

HC-SR04 Ultrasonic sensor

9th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

Sensor Ultrasonik dan Penggunaan Arduino

Sensor Ultrasonik dan Penggunaan Arduino

9th Grade

10 Qs

INFORMATIKA 9 S2 HAL 051

INFORMATIKA 9 S2 HAL 051

9th Grade

5 Qs

Tarjeta Arduino

Tarjeta Arduino

7th - 9th Grade

12 Qs

Quiz sobre o Alimentador Automático para Pets

Quiz sobre o Alimentador Automático para Pets

9th Grade

13 Qs

Quiz TIK 9L

Quiz TIK 9L

9th Grade

15 Qs

LO11_Lesson 3

LO11_Lesson 3

9th Grade

15 Qs

REPASO DE CONTENIDOS

REPASO DE CONTENIDOS

1st - 12th Grade

15 Qs

Motor Sürücüsü ve Güç Kaynağı

Motor Sürücüsü ve Güç Kaynağı

10th Grade

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