arduino IDE Flashcards

1
Q

IDE stands for

A

Integrated Development Environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is an IDE

A

a smart text editor.
- helps write code faster
- helps manage your code
- provides samples of code
is a software application that provides a space for computer programmers to develop software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

why is text based coding used over block based coding

A

text based coding offers the user flexibility when coding while block based doesn’t offer that flexibiltiy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

compile button

A

checks for errors and makes sure there are no issues in your code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

upload button

A

uploads all your code to the Arduino.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

serial communication

A

opens up a monitor which allows the programmer to communicatewith the Arduino and get information from it. This will be discussed in detail later

How well did you know this?
1
Not at all
2
3
4
5
Perfectly