lesson 3 Flashcards

1
Q

tell me about a breadboard

A

breadboard is a device that is used to build temporary circuits.

Breadboards are available in small or large sizes.

They consist of holes, which are connected in certain configurations, in which components can be placed and connected.

Since the components can easily be moved or replaced, they are typically used for prototyping and testing new circuits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

positive and negative columns are connected …

A

vertically,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

a ruler measures …

a thermometer measures …

and a clock measures …

A

distance

temperature,

time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

For circuits, … are used as a measuring tool.

A

multimeters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Multimeters are used to measure values such as: … … … Different settings on a multimeter are used to measure…

A

voltage, current, resistance.

different values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A multimeter usually has a … and two other nodes. A black wire is connected to … and a red to …, depending on …

A

COM node and two other nodes.
COM
either of the other two,
what is being measured

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Voltage is measured in…

A

parallel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Current is measured in …

A

series

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The multimeter can measure the …, while the breadboard serves as a …
to tap into the power of the Arduino.

A

strength of voltage

gateway for the components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is an arduino

A

An Arduino is an open-source microcontroller development board

This means that the Arduino can be used to read sensors and control things like motors and lights.

This allows you to upload programs to this board, which can interact with things in the real world.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How Arduinos work

A

Written code can be uploaded from a computer to the Arduino through a cable connected to port (A).

After the Arduino code has been uploaded and the Arduino is disconnected from the computer, a power cable is inserted at the other port (B).

Once the Arduino is powered, it will continuously loop through the circuit until either power is cut or it is switched off

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

figure 3.11
lesson 3
page 8

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Arduino Advantages

A

Easy to use

The IDE (Integrated Development Environment: the place where the actual coding takes place) has a simple, yet highly effective layout, with ready-made code examples for new coders to use as a basis to start with and help novice coders to understand more about coding an Arduino

Helpful community

The Arduino community is worldwide and provides thousands of resources online.There are also many YouTube channels to make learning Arduino easier.

Cheaper than other microcontrollers

it is relatively cheap compared to other microcontrollers

Used in industry

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

tell me about scratch

A

Scratch was the first block coding language that was developed by MIT. This language was created as an easy and simple way for learning how to code, i.e., for giving basic information to a computer in the form of block codes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

disadvantages of arduinos

A

Limited in what it can do
Slower than script coding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Output refers to …

A

what can be put out as a result of the code contained in the Arduino.

15
Q

Input refers to …

A

what data the Arduino can take in to be able to base decisions on them, do calculations with them and code for different outputs based on the input results.

16
Q

Notation…

A

allows the programmer to write comments. Although it has no influence on the code or its function, it can orientate the reader by giving extra information or explanations

16
Q

Control contains …

A

functions which allow us to fine-tune control of the code activation or stop it. Helpful functions contained here include functions for a delay, repeats, “if” loops and “if else”function loops.

17
Q

Math refers to …

A

all mathematical functions available for block coding. This includes addition, subtraction, multiplication, and checking which number is higher.

18
Q

The variables tab functions will only become available once …

A

your code contains variables.

19
Q

The function of a battery is to …

A

supply power for a circuit.

20
Q

The multimeter can measure …, while the breadboard serves as a …

A

the strength of voltage

gateway for the components… A gateway to tap into the power of the Arduino