How many arguments does the function pinMode need to have? -
ANSWER Two
How does the Arduino book describe electricity? - ANSWER The water
analogy
True/False: Arduino is composed of two different parts-- the board and
the IDE software on the computer - ANSWER True
All of the objects built with Arduino are called a/the - ANSWER
Interactive device
What is the purpose of {} in Arduino - ANSWER To provide a beginning
and end to a line of code
True/False: 2 functions are expected in Arduino, those being setup() and
loop() - ANSWER True
True/False Arduino was originally made for people wanting to learn
programming. - ANSWER False: It was originally made for designers
and artists
Does spelling in the comments matter? - ANSWER No
Do Capital letters matter when writing code? - ANSWER Yes
What's the point of rewriting codes from the book? - ANSWER To
practice and learn what pieces of the code mean
True/False: Any text Beginning with // mean it will not be ignored -
ANSWER False
, What does the command void setup() do once the code on the inside of
it is finishes - ANSWER Tells the code to move to the next block
What is the command void loop() do once the code on the inside of it is
finishes - ANSWER Tells the code to repeat itself Infinitely
To end a code you use - ANSWER A semicolon
Is circuit bending used for low voltage devices or high? - ANSWER Low
voltage
What is physical Computing? - ANSWER Uses electronics to prototype
new objects for designers and artists
What is IDE? - ANSWER A special program that allows you to write
sketches for the Arduino board in a simple language modeled by
processing language
A light dependent resistor is also known as - ANSWER Photoresistor
The curly braced line commands can be compared to what? - ANSWER
Daily instructions such as "Pass me the Parmesan"
What does the "//" do in a command? - ANSWER The "//" is ignored by
the program, and is a comment for yourself or others
The two ____ marked RX and TX are called - ANSWER LED's
True/False: The Microcontroller is a very simple computer - ANSWER
True
What is a great thing to hack for beginners? - ANSWER Toys
What is circuit bending? - ANSWER Creative short circuiting of low
voltage battery powered devices
Does Arduino base itself on design or tinkering? - ANSWER Tinkering
ANSWER Two
How does the Arduino book describe electricity? - ANSWER The water
analogy
True/False: Arduino is composed of two different parts-- the board and
the IDE software on the computer - ANSWER True
All of the objects built with Arduino are called a/the - ANSWER
Interactive device
What is the purpose of {} in Arduino - ANSWER To provide a beginning
and end to a line of code
True/False: 2 functions are expected in Arduino, those being setup() and
loop() - ANSWER True
True/False Arduino was originally made for people wanting to learn
programming. - ANSWER False: It was originally made for designers
and artists
Does spelling in the comments matter? - ANSWER No
Do Capital letters matter when writing code? - ANSWER Yes
What's the point of rewriting codes from the book? - ANSWER To
practice and learn what pieces of the code mean
True/False: Any text Beginning with // mean it will not be ignored -
ANSWER False
, What does the command void setup() do once the code on the inside of
it is finishes - ANSWER Tells the code to move to the next block
What is the command void loop() do once the code on the inside of it is
finishes - ANSWER Tells the code to repeat itself Infinitely
To end a code you use - ANSWER A semicolon
Is circuit bending used for low voltage devices or high? - ANSWER Low
voltage
What is physical Computing? - ANSWER Uses electronics to prototype
new objects for designers and artists
What is IDE? - ANSWER A special program that allows you to write
sketches for the Arduino board in a simple language modeled by
processing language
A light dependent resistor is also known as - ANSWER Photoresistor
The curly braced line commands can be compared to what? - ANSWER
Daily instructions such as "Pass me the Parmesan"
What does the "//" do in a command? - ANSWER The "//" is ignored by
the program, and is a comment for yourself or others
The two ____ marked RX and TX are called - ANSWER LED's
True/False: The Microcontroller is a very simple computer - ANSWER
True
What is a great thing to hack for beginners? - ANSWER Toys
What is circuit bending? - ANSWER Creative short circuiting of low
voltage battery powered devices
Does Arduino base itself on design or tinkering? - ANSWER Tinkering