Python Terms 1 Flashcards

1
Q

known as the writeable text document used to write the code

A

Main

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

The program running the written code.

A

Shell

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

a block of code that only runs when it is called.

A

Function (Command)

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

The Following Function allows you to place notes for yourself with the “#” that only you can read and the computer ignores.

A

Comment Function

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

a command/order when wrote out displays the specified message to the screen when you run the software.

A

Print Function

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

A named location used to store data in the memory. Something you can repeatedly call when needed.

A

A Variaible

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

A function that allows user input/type out things when the program is running.

A

Input Function

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

An statements are conditional statements, they run a particular block of code based on the results

A

If Statement

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

An executable condition that runs set of statements as long as a condition is not met.

A

While Loop

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