Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

______ The setup function needs to be included to compile code, even if it is em

ID: 2081630 • Letter: #

Question

______ The setup function needs to be included to compile code, even if it is empty ___The pinMode and digitalWrite functions can conflict if not properly set up ___The int data type can display decimal values ___The digitalWrite function can be used to turn an LED on and off ___The digitalRead function can read values other than HIGH or LOW ___The correct setup for the "for" control: for (int Value = x; Value y; Value -/+z); ___The analogWrite function can be used to dim an LED ___Serial.print() will display information on a new line on the serial monitor ___Libraries are code that allow for access to functions for displays, sensors, etc. ___Led. setCursor (0, 1) will set the cursor to column 0, row 1 ___Importing a library into a given code can be done in the void setup ___If appropriately programmed, Digital pins can be used to read analog values ___If appropriately programmed, Analog pins can be used to read digital values ___AnalogReadSerial: Read a pot, print its state out to the Serial Monitor. ___ All pins on the Arduino can be assigned analogWrite functions The Arduino uses what to assign analog values? a. Sine waves b. PWM c. Square waves d. Both b and c Which of the following is NOT an example of a standard Arduino library? a. Servo b. TFT c. LiquidCrystal d. Thermo The Arduino language is based on what? a. Python b. Java c. C/C ++ d. HTML How many channels of A/D conversion does the Arduino Uno have? a. 6 b. 13 c.11 d. 16 The Arduino correlates temperature readings with what value? a. Current b. Inductance c. Voltage d. Coulombs

Explanation / Answer

6) true setup function is necessary and arduino excepts to see them even if it doesnt contain anything-true

7) True if pin mode has a different pinsomething and digital write is indicating something for a different pin conflict can happen as there is disagreement

8) False only integer

9) True

10)False only high or low

11) True

12) True

13) False (u have to use serial,println)

14) True

15)True

16) False

17) False

18) True

19)True

20) False (only to PWM)

21) Arduino uses PWM to assign analog value

22) Thermo is not a standard arduino library

23) C/C++

24) 6 A/D converters

25) Temperature readings to voltage