Feb. 5, 2019 Flashcards

(6 cards)

1
Q

define a function

A

to teach the computer a new command and explain what it should do when receiving that command.

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

calling a function

A

gives the command, so the computer will run the code for that function.

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

indentation

A

visual structure of how your code is laid out. It uses tabs to organize code into a hierarchy

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

curly bracket

A

An open curly bracket is { and a close bracket is }

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

parentheses

A

( and )

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

function body

A

The part of a function that contains the commands.

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