june exam Flashcards
what does IDE stand for
Integrated Development Enviroment
What type of port would one use for value that cannot be just 0 or 1
Analog port
How many LEDs does the IP sensor have on it
2
The purpose of the Arduino Uno
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 many digital I/O ports does the Arduino have , what is their primary function?
It has 14 digital poets which can be configured as either input or output to read data from sensors or control external devices
The purpose of the delay() function in Arduino programming
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
identify the error
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
The longer leg of an LED which connects to the positive voltage
anode
The shorter leg of an LED which connect to the negative viltage
cathode
what name is it
Bread board
which component is used to reduce the flow of current
resistor
what is the program written in the arduino called
sketch
arduino ide consists of two functions which are…
setup () and loop
which software or programming language is used in controlling the arduino
C-C++
what is the maximum voltage an arduino can handle
9V