Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is a combination of multiple choice, short answer, and a programming exercise. - How many analog ports are on your Arduino RedBoard? How are

This is a combination of multiple choice, short answer, and a programming exercise.

- How many analog ports are on your Arduino RedBoard? How are they numbered?

- How many digital ports are on your Arduino RedBoard? How are they numbered?

- Can an analog pin on your board act as both input and output?

- Can a digital pin on your board act as both input and output?

- What does the reset button on your board do?

- What is the purpose of the Arduinos setup() function?

- What is the purpose of the Arduinos loop() function?

- List three input components that can be connected to your RedBoard:

- List three output components that can be connected to your RedBoard:

- What is the name of the Arduino function used to set a pins mode to either input or output? Give an example that sets pin 11 to output mode.

- What is the purpose of the Arduinos analogRead() function?

- What is the purpose of the Arduinos digitalWrite() function?

- What are the two ways to create program comments in C/C++?

- Review the use of if/else if/else statements in C/C++.

- What are the three logical operators in C/C++?

- Review the use of loop structures in C/C++.

- Review creating your own functions. You will be asked to write the code for a function.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Moving Objects Databases

Authors: Ralf Hartmut Güting, Markus Schneider

1st Edition

0120887991, 978-0120887996

More Books

Students also viewed these Databases questions