Creative Technology 7 3rd Quarter

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 30

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

31 Terms

1

What are the 2 main functions in a program?

Setup () Function and Loop () Function

New cards
2

Is used in function declarations.

void

New cards
3

It indicates that the function is expected to return no information to the function from which it was called.

void

New cards
4

Is called when a sketch starts.

Setup () Function

New cards
5

It will only run once, after each power up or reset of the Arduino Board.

Setup () Function

New cards
6

Use it to actively control the Arduino Board.

Loop () Function

New cards
7

It loops consecutively, allowing your program to change and respond.

Loop () Function

New cards
8

This is used to specify the flow of execution in a program.

Control Statements

New cards
9

The types of Control Statements

  1. If statement

  2. If else statement

  3. If else if statement

  4. Switch/Case statement

New cards
10

It takes an expression/condition in parenthesis and a statement or block of statements.

If statement

New cards
11

If the expression is true then the statement or block of statements get executed.

If statement

New cards
12

It executes when a expression is false.

If else statement

New cards
13

It is very useful to test various conditions using single if…else if statement.

If else if statement

New cards
14

Controls the flow of programs by allowing the programmers to specify different codes that should be executed in various conditions.

Switch/Case statement

New cards
15

What are the two ways to turn on the Arduino Board?

  1. Usb cable (Type B) 5V Only

  2. DC Power Jack 7-12V Only

New cards
16

What are the 3 Arduino Uno R3 Board Pins?

  1. 14 Digital Pins

  2. Power Pins

  3. 6 Analog Pins

New cards
17

What does “GND”?

“Ground” pin

New cards
18

Negative terminals

Ground Pins

New cards
19

Positive terminals

Power Pins

New cards
20

Are for digital signals

Digital Pins

New cards
21

Used to read the signals through the serial monitor.

Digital Input

New cards
22

Can be used to light the LED, Motors and etc.

Digital Output

New cards
23

Can be used for input or output

Digital Pins

New cards
24

What does TX stand for?

Transmitter

New cards
25

What does RX stand for?

Receiver

New cards
26

These pins are used in serial communication modules like: Bluetooth

TX and RX Pins

New cards
27

Can be used in uploading a code also.

TX and RX Pins

New cards
28

What does PWM stand for?

Pulse Width Modulated

New cards
29

This can control the brightness of the LED, motor movements.

Analog Output

New cards
30

What can PWM Pins be used for?

Digital Input/Output

New cards
31

Used to read the UPCOMING analog signals and measuring their values. Ex. Sensors, Potentiometers and etc.

Analog Input

New cards

Explore top notes

note Note
studied byStudied by 25 people
951 days ago
5.0(1)
note Note
studied byStudied by 27 people
884 days ago
5.0(1)
note Note
studied byStudied by 141 people
830 days ago
5.0(1)
note Note
studied byStudied by 2783 people
1359 days ago
5.0(3)
note Note
studied byStudied by 20 people
955 days ago
5.0(1)
note Note
studied byStudied by 1 person
43 days ago
4.0(1)
note Note
studied byStudied by 12 people
966 days ago
5.0(1)
note Note
studied byStudied by 66 people
784 days ago
5.0(2)

Explore top flashcards

flashcards Flashcard (45)
studied byStudied by 96 people
542 days ago
5.0(1)
flashcards Flashcard (104)
studied byStudied by 26 people
756 days ago
5.0(2)
flashcards Flashcard (39)
studied byStudied by 866 people
846 days ago
4.9(44)
flashcards Flashcard (39)
studied byStudied by 33 people
789 days ago
5.0(4)
flashcards Flashcard (35)
studied byStudied by 4 people
665 days ago
5.0(3)
flashcards Flashcard (26)
studied byStudied by 3 people
837 days ago
5.0(1)
flashcards Flashcard (32)
studied byStudied by 21 people
546 days ago
5.0(1)
flashcards Flashcard (342)
studied byStudied by 28427 people
414 days ago
4.5(133)
robot