Python Programming Flashcards

1
Q

Iteration

A

Loops

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

Iteration identify

A

For i in range
while

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

Selection

A

Includes options

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

Sequences identification

A

if ..

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

How do insert comment on python

A

#

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

Create a numeric variable of 5

A

Variable = 5

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

+

A

Addition

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

-

A

Subtract

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

/

A

Divide

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

*

A

Multiply

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

3 Programming constructs

A

Selection, sequence iteration

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

One output device on the microbit

A

Lights/display board

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

input devices on microbit

A

Buttons a+b
Micro USB socket
Light sensor
Compass

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

Operators

A

-
+
/
*

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