100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
ARDUINO PROGRAMMING EXAM QUESTIONS AND VERIFIED ANSWERS $12.49   Add to cart

Exam (elaborations)

ARDUINO PROGRAMMING EXAM QUESTIONS AND VERIFIED ANSWERS

 2 views  0 purchase
  • Course
  • ARDUINO PROGRAMMING
  • Institution
  • ARDUINO PROGRAMMING

ARDUINO PROGRAMMING EXAM QUESTIONS AND VERIFIED ANSWERS...

Preview 2 out of 6  pages

  • November 1, 2024
  • 6
  • 2024/2025
  • Exam (elaborations)
  • Unknown
  • ARDUINO PROGRAMMING
  • ARDUINO PROGRAMMING
avatar-seller
Humat
What is the Arduino IDE's native language? - ANSWER C++

What is an object in object-oriented programming? - ANSWER A
construct that combines functional code with a state

Functional Code - ANSWER Code that does things such as
calculations

States - ANSWER Parts of an object that stores something in memory

What are the three main parts of the Arduino programming language? -
ANSWER functions, values, structure

What are values? - ANSWER variables & constants

digitalRead(pin) - ANSWER Reads the value from a specified digital
pin, either HIGH or LOW

digitalWrite(pin, value) - ANSWER Writes HIGH/LOW value to a digital
pine

Value = HIGH/LOW

pinMode(pin, mode) - ANSWER Configures the pin to behave as either
an input/output

pinMode(pin, mode); what are the three modes? - ANSWER INPUT,
OUTPUT, INPUT_PULLUP

analogRead(pin) - ANSWER Reads the value from an analog pin

Which pins are the analog on the arduino UNO? - ANSWER Those that
range from A0 - A5

, analogReference(type) - ANSWER Configures the reference voltage
used for analog input

Type - which type of reference to use

analogWrite(pin, value) - ANSWER Writes an analog value (PWM
wave) to a pin

random(min, max) - ANSWER generates pseudo-random numbers

delay(ms) - ANSWER pauses the program for the amount of time
specified as parameter

Serial - ANSWER Class used for communication btwn arduino board &
computer/other devices

What are the two main parts of a basic arduino sketch? - ANSWER
void setup() {}

void loop() {}

How does void setup() {} behave? - ANSWER Executes once the
program starts

How does void loop() {} behave? - ANSWER Executes continuously

What is the Serial communication library used for? - ANSWER
Communication btwn arduino board & computer/other devices

Serial.begin(9600); - ANSWER opens the serial port and sets data rate
to 9600 bps

With Serial.begin(), what is the baud rate? - ANSWER bits/second of
communication

Classes - ANSWER Collections of functions

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller Humat. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $12.49. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

83637 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$12.49
  • (0)
  Add to cart