deck

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/47

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:15 PM on 8/19/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

48 Terms

1
New cards

What is a circuit?

A closed loop through which electricity can flow.

2
New cards

What are the basic components of a circuit?

Power source, conductor, and load.

3
New cards

What is the Internet of Things (IoT)?

A network of physical objects embedded with sensors and technologies to connect and exchange data.

4
New cards

Give an example of an Internet of Things application.

Smart home devices.

5
New cards

What is Arduino?

An open-source electronics platform based on easy-to-use hardware and software.

6
New cards

What is the main use of Arduino?

For building interactive electronic projects.

7
New cards

How does Arduino support rapid prototyping?

It allows quickly testing ideas and making changes without complex setup.

8
New cards

What can Arduino do in an interactive project?

It can control actuators, read sensors, process data, and communicate with devices.

9
New cards

Define a microcontroller.

A small, low-cost, self-contained computer on a single integrated circuit.

10
New cards

What are key components of a microcontroller?

Processor, memory (RAM, ROM/Flash), and programmable input/output peripherals.

11
New cards

What is the primary function of a microcontroller?

To control specific functions within an embedded system.

12
New cards

What is the main difference between Arduino and Raspberry Pi?

Arduino is a microcontroller while Raspberry Pi is a microcomputer.

13
New cards

What does the digital I/O pins on Arduino do?

They can be used as either input or output pins.

14
New cards

What is the function of the ATmega microcontroller on an Arduino?

It acts as the main 'brain' of the Arduino.

15
New cards

What does the Reset Button on Arduino do?

Restarts the program by sending a logical pulse to the microcontroller's reset pin.

16
New cards

What is the purpose of a breadboard?

Allows for temporary wiring of electronic components without soldering.

17
New cards

What are jumper wires used for?

To connect different points on a breadboard or between components.

18
New cards

What type of resistor protects sensitive components in a circuit?

A resistor that limits electrical current.

19
New cards

What does a potentiometer do in a circuit?

Adjusts voltage via a rotating dial for analog control.

20
New cards

What is an ultrasonic sensor used for?

Calculating distance by emitting and receiving ultrasonic waves.

21
New cards

How does a PIR motion sensor function?

Detects heat signatures from moving objects.

22
New cards

Give a function of an LDR (Photoresistor).

Changes resistance based on light intensity.

23
New cards

What does the USB port on an Arduino do?

Loads programs from the Arduino IDE and powers the board.

24
New cards

What are analog input pins used for on Arduino?

To read signals from analog sensors.

25
New cards

What does the TX LED indicator on Arduino indicate?

It blinks during data transmission.

26
New cards

What is a gas/smoke sensor used for?

Detects flammable gases or smoke concentration.

27
New cards

Explain the function of an IR receiver sensor.

Detects infrared radiation, typically used in remote controls.

28
New cards

What is the role of capacitors in electronics?

To store and release electrical energy, stabilizing voltage.

29
New cards

What does a diode do in a circuit?

Allows current to flow in one direction only.

30
New cards

Define physical computing.

Bridges the digital and physical world, enabling digital code to control physical components.

31
New cards

Why is Arduino known for accessibility?

It is easy to learn for beginners.

32
New cards

What components are considered input components for Arduino?

Devices like pushbuttons, sensors, and other elements that send data to Arduino.

33
New cards

What can be built using Arduino?

Anything from simple LED blinkers to complex robotics or smart home systems.

34
New cards

What is the purpose of GND and 5V pins on Arduino?

To provide power and ground to your circuits.

35
New cards

How do you use a joystick with Arduino?

Combines two potentiometers to measure X/Y axis tilt.

36
New cards

What is the primary use of a flex sensor?

To measure bending, often used in gesture controls.

37
New cards

How does an optocoupler work?

Isolates two circuits that operate at different power levels.

38
New cards

What do the analog input pins A0-A5 on Arduino do?

They read signals from analog sensors.

39
New cards

Give an example of a temperature sensor compatible with Arduino.

LM35, DHT11, or DS18B20.

40
New cards

What is Arduino IDE?

An Integrated Development Environment used to write and upload code to Arduino boards.

41
New cards

What does the term 'open-source' imply for Arduino?

Designs and code are freely available for modification and use.

42
New cards

What is the importance of accessibility in Arduino projects?

It allows beginners to enter the field of electronics and programming easily.

43
New cards

Why is Arduino considered versatile?

It supports a wide range of projects from simple to complex.

44
New cards

What does PWM stand for and what is its use?

Pulse Width Modulation, used to simulate analog output.

45
New cards

What indicates that the Arduino board is receiving power?

The Power LED lights up.

46
New cards

How can Arduino communicate with other devices?

Through USB, Wi-Fi, or Bluetooth.

47
New cards

What is the role of microcontrollers in everyday devices?

To control specific functions such as in washing machines or microwaves.

48
New cards

What differentiates open-source hardware like Arduino from proprietary systems?

Open-source hardware is user-modifiable and accessible to everyone.