Search Header Logo
Review of Components

Review of Components

Assessment

Presentation

Fun

8th Grade

Practice Problem

Medium

Created by

Oleander Penz

Used 14+ times

FREE Resource

14 Slides • 19 Questions

1

M1 L1: review of Arduino Components

By Sir Adrian Lapiz

2

media

Prayer

3

media

Attendance

4

Poll

How are you feeling today?

Great

Good

Okay

A little down

Struggling

5

Inspirational Message of the Week

media

6

Joke of the Week

media

7

Today's Objectives

  • Review the concepts of utilizing the LED and Piezo Buzzer

  • Recall the schematic symbols for the LED and the Piezo Buzzer

  • Build a circuit that uses the LED and the Piezo Buzzer

  • Program the LED and the Piezo Buzzer

  • Collaborate with others in building, programming and troubleshooting a circuit.

8

Poll

When it comes to Robotics, I am more fit to be a...

a Circuit Builder

a Programmer

Both

9

Multiple Choice

Question image

In an LED which PIN should be connected to the positive side of the current?

1

The LONGER pin

2

The SHORTER pin

10

Multiple Choice

What type of pins are labelled A0 to A5?

1

Digital

2

Analog

11

Multiple Select

Question image

In a buzzer, which PIN should be connected to the POSITIVE side of the current?

1

The SHORTER wire

2

The LONGER wire

3

The wire that is parallel to the + symbol

4

The wire that isn't parallel to any symbol

12

Multiple Choice

What is the use of a resistor?

1

Increases current

2

Decreases current

13

Multiple Choice

Which resistor is best suited for the LED?

1

220 ohms

2

1k ohms

3

10k ohms

14

Multiple Choice

What is most likely happen if the resistor you used for the LED is the 10k ohm resistor?

1

The LED will burn out.

2

The LED will explode.

3

The LED will be dim.

4

The LED will not work.

15

Multiple Choice

Which is the 220 ohm resistor?

1
2
3

16

Multiple Choice

Which pin of the resistor should be connected to the positive side of the current?

1

Any, the resistor is non-polar.

2

The LONGER pin

3

The SHORTER pin

4

The MIDDLE pin

17

Multiple Choice

Which is NOT a type of buzzer?

1

Active

2

Passive

3

Hybrid

18

Multiple Choice

Question image

What component does this schematic symbol represent?

1

Resistor

2

LED

19

media

Build Break!

20

FA1 (Part 1/3): Build the circuit using this schematic

media

21

cONNECT THE CIRCUIT TO YOUR PC

22

  • uNPLUG THE aRDUINO

  • mOVE THE PIN FROM THE 5V TO PIN 13

  • Let's program! Open arduino ide in your computer.

23

Multiple Choice

Question image

What does this button do?

1

Verify

2

Verify and Upload

24

Multiple Choice

What are the two functions required in an Arduino UNO program?

1

void setup and void loop

2

2 void setups

3

2 void loops

4

none of the other answers

25

Multiple Choice

Since we have our LED connected to pin 13, the code for void setup should be pinMode(13, ________);

1

INPUT

2

OUTPUT

26

Multiple Choice

Which one turns on pin 13?

1

digitalWrite(13, HIGH);

2

digitalWrite(13, LOW);

27

Multiple Choice

Which code adds a one second gap between commands?

1

time(1);

2

delay(1000);

3

gap(100);

28

FA1 (Part 2/3)Now create a program for your circuit:

Blink the LED with one second interval. Upload the program.

29

Multiple Choice

When using a buzzer, which code adds a tone?

1

tone(pin, frequency, duration);

2

noTone(pin);

30

Multiple Choice

In tone(pin, frequency, duration); which parameter is optional?

1

pin

2

frequency

3

duration

31

FA1 (Part 3/3)

Now add a buzzer (see schematic) then make it buzz when the LED is OFF.

Take a 5-second video and submit it individually in AnimoSpace.

media

32

media

Questions?

33

Summary

  • The Arduino UNO Microcontroller has Digital and Analog Pins.

  • There are different schematic symbols for buzzer, LED and resistor.

  • Resistors are non-polar, buzzer and LEDs are polar.

  • The LED and Buzzer are output components of Arduino.

  • void setup and loop are required in all Arduino UNO programs.

  • tone and noTone are used to produce a sound for the buzzer.

M1 L1: review of Arduino Components

By Sir Adrian Lapiz

Show answer

Auto Play

Slide 1 / 33

SLIDE