Lesson 1 Flashcards

1
Q

Embedded Systems built around high performance 32
or 64 bit RISC processors/controllers, RSoC or multi-core processors and PLD. It requires complex hardware and software.

A

Large Scale

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

Missing a program/task execution time deadline can have catastrophic
consequences (financial, human loss of life, etc.)

A

Hard Real time systems

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

__________ system if for each possible state, and each set of inputs, a unique set of outputs, response times and next state of the system can be determined.

A

Deterministic System

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

first commercially available processor and what year?

A

Intel 4004 - 1971

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

deployed in applications from complex satellite
communication to simple home networking systems.

A

Data Communication

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

supervises the application software and provide mechanism to let the processor run a process as per scheduling by following a plan to control the latencies.

A

Real Time Operating system (RTOS)

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

The embedded systems built around low performance and low cost 8 or 16 bit
microprocessors/ microcontrollers. It is suitable for simple applications and where performance is not time critical. It may or may not contain OS.

A

Small Scale

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

a special-purpose computer system designed to perform one or a few dedicated functions, usually with real-time computing constraints. It is usually embedded as part of a complete device
including hardware and mechanical parts.

A

Embedded system

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

first embedded operating system and what year

A

VxWorks - 1987

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

These are embedded systems that are small-sized systems that are designed to be portable. Digital cameras are an example of this.

A

Mobile

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

Embedded Systems built around System on Chips (SoC’s), Reconfigurable
processors and multicore processors.

A

Fourth Generation

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

usually done for storage, analysis, manipulation,
and transmission.

A

Data collection

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

First microcontroller developed and what year?

A

TMS1000 - 1971

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

a typical example of an embedded system employing data processing.

A

digital hearing aid

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

means something that is attached to another thing.

A

Embedded

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

imposing control over some
variables according to the changes in input variables.

A

control

17
Q

employed in applications demanding signal processing like speech coding, audio video codec, transmission applications etc.

A

Data Signal Processing

18
Q

These are embedded systems that are connected to a network to provide output to
other systems. Examples include home security systems and point of sale (POS) systems.

A

Networked

19
Q

determining the state of some variables using input sensors. They cannot
impose control over variables.

A

Monitoring

20
Q

Activities within the system (e.g., task run-times) are dynamic and depend upon
occurrence of different events .

A

Event Triggered

21
Q

These are embedded systems that gives the required output in a defined time interval. They are often used in medical, industrial and military sectors because they are responsible for time-critical tasks. A traffic control system is an example of this.

A

Real-time

22
Q

Missing a deadline may not be critical and can be tolerated to a certain
degree

A

Soft Real time Systems

23
Q

These are embedded systems that are not reliant on a host system. Like any
embedded system, they perform a specialized task. However, they do not necessarily belong to a host system, unlike other embedded systems. A calculator or MP3 player is an example of this.

A

Standalone

24
Q

Activities within the system follow a statically computed schedule (i.e., they are
allocated time slots during which they can take place) and thus by nature are predictable.

A

Time Triggered

25
Q

The response time of each set of outputs is known.

A

Temporal determinism

26
Q

what is widely recognized as the first mass-produced embedded system? what year?

A

D-17B - 1965

27
Q

Next states and outputs of the system are known for each set of inputs which trigger events.

A

Event determinism

28
Q

Embedded Systems built around 16-bit microprocessors and 8 or 16-bit
microcontrollers, following the first generation embedded systems.

A

Second Generation

29
Q

Embedded Systems built around medium performance, low cost 16 or 32 bit
microprocessors/microcontrollers or DSPs. These are slightly complex in hardware and firmware. It may contain GPOS/RTOS.

A

Medium Scale

30
Q

first recognized embedded system and what year?

A

Apollo Guidance Computer (AGC) - 1960s

31
Q

Embedded Systems built around high performance 16/32 bit Microprocessors/controllers, Application Specific Instruction set processors like Digital Signal Processors (DSPs), and Application Specific Integrated Circuits (ASICs)

A

Third Generation

32
Q

early embedded systems built around 8-bit microprocessors like 8085 and
Z80 and 4-bit microcontrollers.

A

First Generation

33
Q

An embedded system has three components −

A
  • It has hardware.
  • It has application software.
  • It has mechanical components.
34
Q

an arrangement in which all its unit assemble work together according to a set of rules. It can also be defined as a way of working, organizing or doing one or many tasks according to a fixed plan.

A

System