Save
G10
Computer 10
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Aaron Alejandro
Visit profile
Cards (25)
What is Arduino?
Open-source
electronic
program
How many types of Arduino do we have?
8
What language is a typical Arduino code based on?
C++
What is Arduino Uno called?
Microcontroller
What language is the Arduino IDE built on?
Add on modules
How many analog pins are use din Arduino Mega board?
16
Arduino IDE consists of two functions, what are they?
Setup()
and
loop()
How are Arduino codes referred in IDE?
SKETCHES
What is the default bootloader of the Arduino UNO?
Optiboot Bootloader
What does p refer to in ATmega328p
Programmable Chip
What is the use of Arduino.h header file
It gives root access to the microcontroller's file system
What is the use of the Vin pin present on some Arduino Boards?
Is used for plugging in 3V supply
What is the correct execution process of an Arduino code?
Editor-
>
Preprocessor-
>
Compiler
What is the microcontroller used in Arduino UNO
ATmega328p
Which board is the first to use a microcontroller within the build USB
UNO
Which Arduino Board contains an onboard joystick
Arduino UNO
What is the function of the IOREF pin on the Arduino Uno?
To take input voltage
Which processor supports the Arduino UNO?
ATmega328p
Which software is used to upload the Arduino Sketches to the board?
TinkerCad for windows
What is the use for the 2 serial pins on the Arduino Diecimila?
To receive analog signals
Which Arduino Boards use the ATmega2560?
Arduino Mega and Mega ADK
What is the operating Voltage of ATmega328?
12V
and
9V
Which Arduino Boards are using the ATmega32U4
Arduino Micro
Is the Arduino code Procedural programming language?
object-oriented
idealogy
Where does the Arduino IDE search to find out the name of the Arduino Board?
Arduino.h