Embedded Systems Flashcards

1
Q

What is an external system?

A

A system where the computer control is added on to the engineering system.

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

What is an embedded system?

A

A system where the computer control is built into the engineering system.

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

What are the pros of an external system?

A

Extensive flexibility with the scope of the control, particularly the speed and memory.

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

What are the cons of an external system (4)?

A
  • Expensive
  • Messy
  • Bulky
  • Not suited for mass production
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the pros of an embedded system (6)?

A
  • Cost-effective
  • Small, low-power
  • Reliable
  • Robust
  • Mass-producible
  • Easily-serviceable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the cons of an embedded system (3)?

A
  • Constraints on memory capacity and speed
  • Programming can be more complex
  • There can often be specific electronic interfacing requirements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are embedded systems?

A

Anything that uses a microprocessor but isn’t a computer.

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

What is a microprocessor?

A

Implemented single-chip central processing units. They take instructions from the memory and follow those instructions to process the binary running through them.

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

What are Microcontrollers?

A

Tiny computer-based processing units with little memory. They contain a microprocessor.

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

What is a bit?

A

A 1 or a 0

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

What is a byte?

A

8 bits

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

What is a nibble?

A

4 bits

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

What is a word?

A

16 bits

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

Why do microcontrollers use hexadecimal (2)?

A
  • Binary is cumbersome

- Decimal becomes obscure for some addressing purposes

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

What is RAM (4)?

A
  • Read And write Memory
  • Volatile: Information lost when power is removed)
  • Read means the processor can store information
  • Write means the processor can receive information from the memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is ROM (2)?

A
  • Read Only Memory

- Non volatile but can be erasable

17
Q

What is PROM?

A

Programmable Read Only Memory

18
Q

What is EROM?

A

Erasable Read Only Memory

19
Q

What is EEPROM?

A

Electronically Erasable Programmable Read Only Memory

20
Q

What are the 4 types of BUS in a microprocessor based system?

A
  • Power
  • Control
  • Address
  • Data
21
Q

What is the Control Bus (4)?

A
  • Consists of 4 -10 parallel signal lines
  • CPU sends signals to memory and I/O ports
  • Examples: Memory read/Memory write/I/O read/I/O write
  • Bidirectional
22
Q

What is the Address Bus (3)?

A
  • Consists of 16,20,24, or 32 parallel signals
  • Contains the location of the memory to read/write
  • Unidirectional
23
Q

What is the Data Bus (3)?

A
  • Consists of 8, 16, or 32 parallel signal lines
  • Only one device at a time can have it’ s outputs enabled
  • Bidirectional