june exam Flashcards

1
Q

what does IDE stand for

A

Integrated Development Enviroment

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

What type of port would one use for value that cannot be just 0 or 1

A

Analog port

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

How many LEDs does the IP sensor have on it

A

2

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

The purpose of the Arduino Uno

A

The arduino uno is a microcontroller board designed for controlling electronics. It can be programmed to read voltages or give voltages to turn devices on or off

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

how many digital I/O ports does the Arduino have , what is their primary function?

A

It has 14 digital poets which can be configured as either input or output to read data from sensors or control external devices

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

The purpose of the delay() function in Arduino programming

A

The delay() function pauses the execution of the program for a specified ount of time, allowing for controlled timing un tasks such as blinking LEDs or controlling the frequency of sensor readings

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

identify the error

A

the error is that the setup function is missing the declaration 9f pin Mode for pin 13 as an output. It should be pinMode (13, OUTPUT) in the setup function

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

The longer leg of an LED which connects to the positive voltage

A

anode

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

The shorter leg of an LED which connect to the negative viltage

A

cathode

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

what name is it

A

Bread board

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

which component is used to reduce the flow of current

A

resistor

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

what is the program written in the arduino called

A

sketch

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

arduino ide consists of two functions which are…

A

setup () and loop

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

which software or programming language is used in controlling the arduino

A

C-C++

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

what is the maximum voltage an arduino can handle

A

9V

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

the correct syntax afor creating a delay of 1 minute in an arduino sketch

A

Delay (60 000)

17
Q

PWM in full for.

A

Pulse Width Modulation

18
Q

In an arduino sket h the Loop()function runs continuously while the sket h is running[true or false

A

true

19
Q

what does the setup () function in an arduino sketch set up

A

the initial configuration the sketch

20
Q

What are push buttons used as in all arduino projects

A

input devices

21
Q

what does resistors do

A

control the flow of current

22
Q

variables are used to…..

A

store and manipulate data in a program

23
Q

constants are values that do not….

A

change used to define fixed values throughout the program

24
Q

what is a pin mode

A

a function used to set a specific port as input or output

25
Q

what are digital ports used for

A

binary signals: high or low

26
Q

which pin is usedto ground the circuit in an arduino

A

GND

27
Q

How many digital I/O pins are there on an arduino uno

A

0-13

28
Q

LED on full form

A

Light emitting diode

29
Q

syntaxes used for comments

A

//

30
Q

pins that can be used for analog outputs

A

6

31
Q

what is an LED

A

a semiconductor device that emits light when current flows through it

32
Q

what are analog parts used for

A

reading or writing within a range of voltage between 0v and 5v