Displaying Output with the print Function Flashcards

1
Q

A piece of prewritten code that performs an operation

A

Function

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

Function that displays output on the screen

A

print

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

When programmers execute a function, they say that they are ___ the function.

A

Calling

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

Data that you want displayed on the screen

A

Argument

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

A sequence of characters that is used as data

A

String

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

When a string appears in the actual code of a program, it is called a ____

A

String lateral

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

Triple quotes can be used to surround ____

A

Multiline strings

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