101 Flashcards

1
Q

What is a transistor?

A

> Fundamental building block of digital electrons

> Electrically controlled switches

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

What is Moore’s Law?

A

> Transistor count will double every year

> Corrected to the transistor count will double every 2 years

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

What is the most common type of transistor? what does the name stand for?

A

> MOSFETS

> Metal-oxide semiconductor field-effect transistor

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

What are the 2 types of MOSFETS?

A

> N-Type
&
P-type

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

What is the difference between the different types of MOSFET transistors?

A

> N-type: require a charge to allow current flow

> P-Type: Require a charge to stop current flow

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

What are the terminals on MOSFET’s?

A

> Gate
Drain
Source

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

What is the hardware hierarchy and what is the order?

A

> This is the order of how fundamental each parts of a computer are
Transistors, Logic gates, Multiplexers/adders/flip-flops, ALU’s/Regesters, Processor/Memory, MCU’s

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

What is a microcontroller? What does it contain?

A

> A small computer on a single chip

> Contains a: microporcessor, memory, ram and peripherals

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

What is an embedded system?

A

> This is a system that contains a computer and interacts with its environment

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

What are some examples of embedded systems?

A

> SatNav
Digital Camera
ATM
Smoke alarms

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

What is a signal?

A

> Refers to a voltage level

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

What is a digital signal?

A

> This is a signal with 2 discrete values, on (1) and off (0)

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

What is an analogue signal?

A

> A Signal with a continuous range of voltage

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

What is an ADC?

A

> This is an analogue to digital converter.

> Converts analogue sound to digital sound

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

What is the sampling rate? How can it be better quality?

A

> This is number of times per second that a signal is read

> The higher the sampling rate the better the quality

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

What is PCM?

A

> Pulse code modulation, it is a method of converting analogue signals to digital ones

17
Q

What is the method of PCM?

A
  1. Points of amplitude are read off the analogue signal at specific time intervals
  2. The sound is quantised into discrete amplitude levels
  3. Each level is converted to a binary code
18
Q

What is bit depth?

A

> This is the number of quantised discrete amplitude levels that an audio signal can be converted to.
The number of level is based off the number of bits. 2^n bits. So 16 bits has 65536 levels of amplitude

19
Q

What is the opposite of a ADC?

A

> A DAC

> Digital audio converted, this does the opposite of an ADC