Session 2: IoT Programming Platform Flashcards

1
Q

What is Arduino?

A

it is known as a low-cost, most popular open-source hardware and software platform

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

What are the advantages of arduino?

A

1-Cheap
2-Portable: we can use it in nearly any operating system
3-Simple
4-Open sources for both hardware and software

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

What types of flavors do we have in Arduino Hardware?

A

1-Arduino Mini
2-Arduino Nano
3-Arduino Mega
4-Arduino Uno
5-Arduino Leonardo
6-Arduino Liypad

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

What are the basics part of the Arduino Uno?

A

1-Power jack
2-Micro controller
3-Digital and Analog inputs

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

What is the different between Digital and Analog inputs?

A

-Digital inputs are binary inputs (0 or 1) that are basically voltages that behave like the binary nature, either it can be ON or it can be OFF. Switches, sensors, etc are examples of digital input.

-Analog input is a continuous input which means it is a time-sensitive input.
for ex: The live Temperature Sensor program that we wrote it :)

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

What are the differences between Microcontroller VS Microprocessor?

A

-Microcontroller: the heart of an embedded or minor system
for ex: washing machines, air conditioners

-Microprocessor: the heart of a whole computer system
for ex: personal computers/laptops

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