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 emp

ID: 2081629 • 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. _____ Lcd. set Cursor (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

Explanation / Answer

6. Yes the setup function needs to be included to compile code,even if it is empty