evaluación 702

evaluación 702

6th - 8th Grade

15 Qs

quiz-placeholder

Similar activities

POTENCIÓMETRO

POTENCIÓMETRO

7th Grade

10 Qs

Arduino1 01

Arduino1 01

6th Grade

19 Qs

Proyecto Arduino 2 - Pulsador

Proyecto Arduino 2 - Pulsador

8th Grade

10 Qs

Evaluación Diagnostica:  Robótica

Evaluación Diagnostica: Robótica

7th Grade

10 Qs

Cuestionario de Arduino

Cuestionario de Arduino

3rd Grade - University

15 Qs

Arduino

Arduino

8th Grade - University

14 Qs

arduinobytinkercad april

arduinobytinkercad april

5th - 8th Grade

10 Qs

Iniciación a a Arduino, sus componentes y su conexionado

Iniciación a a Arduino, sus componentes y su conexionado

1st - 9th Grade

12 Qs

evaluación 702

evaluación 702

Assessment

Quiz

Instructional Technology

6th - 8th Grade

Hard

Created by

Gabriel Solano

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of declaring a variable in Arduino?

a) To store values that can be used and modified in the program

b) To turn on and off the Arduino board

To define the speed of the serial communication

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly declares an integer variable in Arduino?

int number = 10;

integer number = 10;

number = int 10;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following conditional statement do?

if (digitalRead(2) == HIGH) {

digitalWrite(13, HIGH);

}

Turns off the LED on pin 13 when pin 2 is HIGH

Turns on the LED on pin 13 when pin 2 is HIGH

Makes the LED blink continuously

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about for loops is true?

A for loop repeats a block of code a fixed number of times

A for loop runs indefinitely unless manually stopped

A for loop is only used for turning LEDs on and off

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of a photoresistor (LDR) in an Arduino circuit?

To detect light levels and provide an analog signal

To generate sound signals in a circuit

To detect LED light and receive arduino signal

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to read the value from an LDR sensor connected to an analog pin?

digitalRead(pin);

analogRead(pin);

readLDR(pin);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which component is best suited for producing sounds in an Arduino project?

LED

Buzzer

LDR

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?