Topic 1 Flashcards

1
Q

is a specialized computer system designed to perform dedicated functions within a larger mechanical or electrical system.

A

Embedded System

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

Two core components of Embedded System:

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

is a combination of computer hardware and software—and perhaps additional parts, either mechanical or electronic—designed to perform a dedicated function.

A

Embedded System

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

A personal computer is not designed to perform a specific function. Rather, it is able to do many different things.

A

General-Purpose Computer

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

An integrated circuit (IC) that combines a CPU, memory (both RAM and ROM), and input/output peripherals (like timers, ADCs, UARTs) on a single chip.

A

Microcontroller

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

A more general-purpose CPU that requires external memory and peripherals to function.

A

Microprocessor

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

Essential for storing data and instructions.

A

Memory

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

Stores permanent data like the operating system, firmware, and configuration settings

A

ROM

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

Used for temporary storage during program execution. Stores variables, intermediate results, and data read from sensors.

A

RAM

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

Gather information from the environment (e.g., temperature, pressure, light, motion).

A

Sensors

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

Control external devices (e.g., motors, valves, displays, LEDs).

A

Actuators

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

Enable communication with other systems (e.g., UART, SPI, I2C, Ethernet, Wi-Fi).

A

Communication Interfaces

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

This is the set of instructions that tells the hardware what to do. It’s specifically designed for the particular task of the embedded system.

A

Firmware / Embedded Software

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

performs one specific task repeatedly.

A

Single Functionality

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

Adheres to strict timing constraints.

A

Real Time Operation

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

Limited processing power, memory, and energy consumption.

A

Resource Constraints

17
Q

Operates continuously and reliably over extended periods.

A

Reliability and Stability

18
Q

Functions as part of a broader mechanical or electrical system.

A

Embedded in Larger System

19
Q

Embedded systems are designed to execute a single, well-defined task or a limited set of closely related tasks repeatedly.

A

Dedicated Functionality

20
Q

Many embedded systems must meet strict timing deadlines to ensure functionality and safety.

A

Real-Time Constraints

21
Q

Embedded systems typically operate with limited resources.

A

Resource Constraints

22
Q

Embedded systems must operate reliably and consistently over long periods, often in harsh environments.

A

Reliability and Robustness

23
Q

Embedded systems are typically integrated into larger mechanical or electrical systems, forming an integral part of a larger whole.

A

Integration with larger System

24
Q

Embedded systems are often designed to be small and lightweight to fit into confined spaces within larger systems.

A

Compact Size and Weight

25
Q

Embedded systems are typically designed to be cost-effective, considering both the initial development costs and the ongoing operational costs.

A

Cost Effectiveness

26
Q

Many embedded systems utilize application-specific integrated circuits (ASICs) or field-programmable gate arrays (FPGAs) to optimize performance and reduce costs.

A

Application-Specific Hardware

27
Q

Embedded systems are constantly evolving with advancements in technology, such as increased processing power, reduced power consumption, and integration of artificial intelligence.

A

Continuous Evolution

28
Q

Increasingly, sustainability is a key consideration in the design and development of embedded systems.

A

Sustinability Considerations

29
Q

is to control the voltage given to the Arduino board and stabilize the DC voltages used by the processor and other elements.

A

Voltage Regulator

30
Q

PWM meaning:

A

Pulse Width Modulation