Electronic Systems and Programmable Components (Core) Flashcards

1
Q

How are systems designed?

A

Using a system block diagram, that shows the input, process and output (shown as blocks) of a system. They are interlinked by signals (shown as arrows).

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

What is a block diagram?

A

A diagram of a system represented by blocks connected by lines/arrows. They are clear, simple and easy to read, showing all input, process and output elements that make up the system being designed.

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

What are flowcharts?

A

Also known as a flow diagram, shows the step-by-step flow of an algorithm/process.

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

What symbols represent which functions in a flow diagram, and what names do they have?

A
  • Oval shape - Start/End
  • Parallelogram - Input/Output
  • Diamond - Decision
  • Rectangle - Process
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are circuit diagrams?

A

Also known as a schematic diagram, uses simplified universal symbols to represent an electronic circuit and its components, and how they are connected.

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

What is an input device?

A

A device used to input data or information into a computer, allowing systems to understand chnages in the environment around them, such as a keyboard, microphone or sensors (like light-dependent resistors or thermistors).

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

What is a switch?

A

A type of input, switches allow current to flow through them when the contacts inside are joined together.

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

What are some examples of switch types, and what are their uses?

A
  • Push-to-make/push-to-break switch - used in console controller buttons, eg fire or jump.
  • Reed (magnetic) switch - used in window sensors on alarms, eg window opens and switch contacts open.
  • Toggle switch - used in power switches.
  • Rocker switch - used in light switches.
  • Tilt switch - used to detect if something is no longer level.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a light-dependent resistor (LDR)?

A

A type of resistor whose resistance changes with the light level, reducing resistance as light gets brighter. Can also be used to give an input to a circuit due to the change in the resistance.

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

What is a thermistor?

A

A type of resistor whose resistance changes with temperature, typically reducing resistance as temperature increases, though some do the opposite. Used in heating systems, to check the temperature in a room and turn on a heater if it’s too cold.

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

What is a pressure sensor?

A

A sensor that produces a signal that varies depending on the amount of pressure placed on them. Used in security systems, for example to see if a pressure pad has been stepped on to trigger an alarm. Some types can also be used to measure pressure in gases or liquids.

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

What is a process device?

A

A device, usually an integrated circuit, that controls the process functions of a system, taking a signal from the input and acting on it by changing it in some way, eg adding a time delay, counting the number of inputs or making decisions. Programmable components like microcontrollers are typically used for this purpose.

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

What is an electrical conductor/insulator?

A

A material, such as copper wire, that allows electrical current to flow through. Insulators do the opposite, preventing electrical current from flowing through, like the PVC plastic that surrounds wires to make them safe.

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

What is a semi-conductor?

A

A material (eg silicon) that controls whether it is going to conduct the electrical current or prevent it - depending on how it is connected to power.

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

What is a diode?

A

A semi-conductor that only allows electrical currents to flow in one direction.

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

What is doping?

A

The process of adding other elements, such as boron and phosphorous, to silicon to give it the correct properties to be a semi-conductor.

17
Q

What are integrated circuits (ICs)?

A

Tiny chips that contain resistors, capacitors and transistors, which work together to complete the process they have been designed for, eg a timer, counter or microcontroller. Used in smaller products to reduce outer packaging/housing, and as they cost less.

18
Q

What are microprocessors?

A

An integrated circuit that contains all or most of the individual elements of a CPU. They are the main processor inside a computer and are designed to be programmed to perform different functions. They contain small transistors, resistors, diodes and capacitors to make up the circuit inside, meaning all the controls are in one place. Used in a lot of products, from car keys to cars, from electronic toys to mobile phones.

19
Q

What are microcontrollers?

A

A computer chip used instead of a CPU that contains a processor, memory and inputs/ouptuts, providing functionality and giving intelligence to products and systems, from mobile phones to washing machines. They are an example of a single board computer (SBC) and are manufactured as an integrated circuit (IC). They can be programmed to perform different processing functions. They come in different sizes, eg 8 pin, 14 pin and 18 pin. A widely used microcontroller example is a programmable interface controller (PIC).

20
Q

What is the key difference between microprocessors and microcontrollers?

A

Microcontrollers have memory - microprocessors do not.

21
Q

What are the advantages of microcontrollers?

A
  • The size of a circuit can be significantly reduced. This is because programming replaces physical components.
  • They can be reprogrammed many times. This allows changes to be made without replacing actual components.
  • They have pins for connecting several input and output devices, adding to flexibility.
22
Q

What are the disadvantages of microcontrollers?

A
  • They often cost more than traditional integrated circuits. They are therefore not always the best option for simple systems.
  • Programming software and hardware is required. This can be expensive to buy.
  • The language of the system must be learned and this adds to training costs.
23
Q

What are the different ways microcontrollers can be programmed, and what are the advantages and disadvantages of each?

A
  • Text-based programming languages, such as BASIC, C++ and Python - flexible, but harder to understand and use.
  • Block-based programming editors - simple to use but can be limiting if complex programs need to be written.
  • Flowchart software, such as PICAXE Editor, GENIE and Yenka - simple and easy to read but there can be bugs in the system.
24
Q

How do you download a program onto a microcontroller?

A

Many systems support ‘in-circuit’ programming, meaning the microcontroller does not have to be removed from the circuit to be programmed. For some systems, the chip may have to be taken from the circuit and placed in a special downloader, using a serial or USB cable.

25
Q

What is an output device?

A

A device that takes a signal from the process device of a system and turns it back into a physical or ‘real-world’ signal, such as light or sound. Examples include car indicators, doorbell buzzers and information displays.

26
Q

How is light created as an output?

A

Created using lamps - when current flows through the filament it heats up and light is produced. Filament lamps are increasingly being replaced with energy-saving alternatives, such as light-emitting diodes (LEDs)

27
Q

How is sound created as an output?

A

Produced using buzzers or speakers.

Buzzers have an oscillator inside a plastic case. When current flows through them they produce a buzzing sound, often around 400Hz in frequency depending on the type of buzzer used. Used in doorbells and alarms.

Speakers produce sound using electromagnetism. They usually require a driver circuit to provide a signal that they can use, such as an audio amplifier. The correct speaker resistance must always be used to prevent damage to the driver circuit.

28
Q

What are open loop systems?

A

The simplest type of system, where the input sends an electrical signal to the process, and the process signals the output to respond, all in a linear fashion.

29
Q

What is a closed loop system?

A

A system that involves feedback (information used to modify performance), where a signal from the output is sent back to the input. The feedback information controls the input and provides an automated system.