Chapter 12 - Electronic Systems Processing

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/52

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

53 Terms

1
New cards

In what configuration do most input components, especially sensors, work best in an electronic system?

Most input components work best in a potential divider.

2
New cards

What is the purpose of connecting an input component to both the positive and negative of the power supply?

It helps to provide a consistent signal to an input pin.

3
New cards

What component is used to pull-up or pull-down an input pin to prevent it from floating?

A resistor is used to avoid an input pin floating, which can cause erratic errors.

4
New cards

What type of signal do analogue components produce?

Analogue components give out varying signals.

5
New cards

What circuit is used to provide a desired voltage in response to changing environmental conditions for an analogue input?

A potential divider is used to provide the desired voltage.

6
New cards

In a dark detector circuit, what component allows the sensitivity of the device to be adjusted?

A variable resistor allows the sensitivity to be adjusted.

7
New cards

Why might some output components require a transducer driver?

They require more power than the processing components in the circuit can provide.

8
New cards

What is the function of a transducer driver in a circuit?

Transducer drivers are used to increase the power available to an output component.

9
New cards

Name two types of transistors that can be used as transducer drivers.

A Darlington pair or field-effect transistors (FETs).

10
New cards

What type of component can be used to operate a high-powered circuit with a low-powered trigger?

A relay.

11
New cards

What is a microcontroller?

A component used to control outputs by processing inputs.

12
New cards

What is meant by programmable?

The ability to provide a set of instructions to complete certain tasks.

13
New cards

What is a flowchart?

A simple diagram using symbols to show the steps in a task.

14
New cards

What are the three basic features of a control system?

Input, process and output.

15
New cards

A microcontroller is a computer chip that contains a processor, memory, and what else?

It also contains inputs and outputs.

16
New cards

What do microcontrollers provide to products and systems?

They provide functionality and give intelligence to products and systems.

17
New cards

What is the role of a process device in a system?

It takes the signal from the input stage and acts on it by changing it in some way.

18
New cards

Give an example of how a process device might act on an input signal.

It might introduce a time delay, count events, or make decisions.

19
New cards

A microcontroller is an example of a single board computer (SBC) and is manufactured as an _________ ________ __

integrated circuit (IC)

20
New cards

What does PIC stand for in the context of microcontrollers?

Peripheral Interface Controller.

21
New cards

What is the state of a PIC microcontroller when it is first manufactured?

PIC microcontrollers are empty when manufactured.

22
New cards

Can PIC microcontrollers generally be reprogrammed after a program is uploaded and stored on them?

No, PICs generally cannot be reprogrammed.

23
New cards

Name three examples of small, reprogrammable microcontrollers.

Micro:bit, Raspberry Pi and Arduino.

24
New cards

What is a key advantage of reprogrammable microcontrollers like the Micro:bit?

They can be reprogrammed by erasing their instructions to be reused in different systems.

25
New cards

What is a major advantage of using microcontrollers regarding the physical size of a circuit?

The size of a circuit can be significantly reduced because programming replaces physical components.

26
New cards

What is a disadvantage of using microcontrollers compared to traditional integrated circuits for simple systems?

They often cost more and are therefore not always the best option for simple systems.

27
New cards

What is a disadvantage of using microcontrollers related to equipment and cost?

Programming software and hardware is required, which can be expensive to buy.

28
New cards

Name a text-based programming language used for microcontrollers.

Python, BASIC or C++.

29
New cards

Name a type of programming that uses visual elements rather than text-based commands.

Block-based programming.

30
New cards

What is the main advantage of text-based programming languages?

They add more flexibility.

31
New cards

What is the main disadvantage of block-based programming editors?

They can be limiting if complex programs need to be written.

32
New cards

What shape is used to represent a decision in a flowchart?

A diamond shape.

33
New cards

What shape is used to represent a process in a flowchart?

A rectangle.

34
New cards

What shape is used for the start or end of a flowchart, known as a terminator?

A rounded rectangle or oval.

35
New cards

What shape is used to represent an input or output in a flowchart?

A parallelogram.

36
New cards

In a flowchart, what is it called when the options from a decision feedback into the system?

This is known as a feedback loop.

37
New cards

What does CAD stand for in the context of testing electronic systems?

Computer-Aided Design.

38
New cards

What is an advantage of testing a control system virtually using software like Tinkercad?

It is less expensive and quicker than physically building the system.

39
New cards

In the Micro:bit example, the green, amber, and red LEDs are all connected to which common pin?

They are all connected to the ground pin (negative power).

40
New cards

Some electronic components are 'polarised'. What does this mean?

It means they must be placed in the circuit the correct way round.

41
New cards

In the pelican crossing program, what does setting a digital write pin to 'HIGH' mean?

It means the component connected to that pin is turned on.

42
New cards

In the pelican crossing program, what does setting a digital write pin to 'LOW' mean?

It means the component connected to that pin is turned off.

43
New cards

What is the purpose of the 'wait 1 second' block in the Tinkercad program?

It creates a one-second pause or delay in the program sequence.#

44
New cards

How is the flashing amber light achieved in the block-based program?

A repeat routine is used which turns the amber pin (Pin 1) on and off multiple times.#

45
New cards

What can be used on the Micro:bit itself to show pedestrian signals like a cross or an arrow?

The built-in LEDs on the Micro:bit can be used.#

46
New cards

The process of writing computer software for a microcontroller is called _

programming#

47
New cards

What is meant by 'in-circuit programming'?

The microcontroller is programmed without being removed from the circuit.

48
New cards

If a system does not support in-circuit programming, what must be done to program the chip?

The chip must be taken from the circuit and placed in a special downloader.

49
New cards

What type of cable is commonly used to download a program from a computer onto a microcontroller?

A serial or USB cable.

50
New cards

In the pelican crossing traffic light sequence, what is the first step?

A pedestrian pushes the control button to activate the traffic signals.

51
New cards

After the red traffic light, what signal is shown to pedestrians to indicate they can cross?

A green pedestrian light.

52
New cards

What happens to the pedestrian light when the traffic light is a flashing amber?

The pedestrian light is a flashing green.

53
New cards

What is the learning outcome stated in the 'Programmable systems' slidedeck?

I can use a microcontroller to design and test a control system.