Microcontrollers Flashcards

(20 cards)

1
Q

What is a microcontroller

A

A microcontrolller is a small electronic component and is often called a computer on a chip

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

What are microcontrollers used in

A

They are used in lots of products you use everyday including your mobile phone, airpods, TV remote controls and iPads.

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

PIC

A

Programmable Integrated Circuit

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

What is a key feature the PIC

A

key feature of these components is that you can write, upload and run a program of your choice using one of these tiny devices.

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

What are the benefits of a microcontroller

A

Once programmed, the microcontroller can be wiped and rewrittem with a new program meaning they can be used again and again and are very environmentally sustainable.

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

How is the PIC used the physical world

A

They are connected into circuits (i.e. soldered onto PCB’s) along with the relevant input and output deveices needed to run the prgroam you have designed.

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

How do you begin a programme

A

With a start cell that oval/circular green shape around the word start

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

How to you switch on a component (I.e. 5 LEDS)

A

Using an output cell next in the sequence. Purple parallelogram

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

How to you get a component to remain on

A

Using a wait cell next in the sequence. Click on the cell to set the specified time.purple rectangle

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

How do you turn a component off

A

Using the outputs cell again for the second time in the sequence. Purple parallelogram

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

How do you stop the program

A

Insert a stop cell at the end of the sequence. Red oval/circular shape

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

How do begin a loop programme

A

Every programme begins with a green circular start cell

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

How do you check if the switch has been pressed or not

A

Insert a digital cell in the sequence (purple stretched rhombus

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

How do we switch on the component (buzzer) after the switch is pressed

A

Insert an output cell (purple parallelogram)

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

What happens if the switch has not been pressed

A

the program should loop back around and keep checking until it is pressed.

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

How do keep the component on

A

Using a wait cell (purple rectangle) clicking to set the time

17
Q

How do you turn the buzzer after it’s been on for some time

A

Once again insert a purple parallelogram output cell

18
Q

How should the loop program work

A

The lrogram should repeat every time the switch is pressed

19
Q

How do we get the program to loop

A

Loppp arrow all the way round from the bottom to the start of the program

20
Q

What shape is the decision cell

A

The decision cell is a diamond