Arduino Workshop - 4th ESO
Quiz
How can Arduino be basically defined?
- It's a printed circuit board without components that are later added by the user
- It's a printed circuit board with components and just digital input and output ports
- It's a general purpose control system made up a printed circuit board with digital and analog inputs and outputs
Has Arduino the possibility to be connected to external sensors and detectors?
- Yes, in fact one of the main functions of Arduino system is the capability to acquire data from sensors and detectors
- No, because it only can be connected through the USB port to a computer in order to acquire data
- Yes, but just through theUSB port and the mains
What is the name of the software used to introduce the programs into Arduino?
- Arduino Operating System - AOS
- Arduino Development Environment-ADE
- Interface Development Interface - IDE
In an Arduino program, what is the name given to the function used to configure the pinMode?
- Setup
- Loop
- Int
In the following numerical data types, what is the only with which decimals may be processed?
- Byte
- Long
- Float