Procedures and Functions Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Also known as…

A

Subroutines

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

What is their purpose

A

Their purpose is to allow the repetition of a certain section of a program or calculations many times

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

Definition of a procedure

A

A procedure is a block of code that performs a specific task without returning a value

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

What are built In Functions

A

Also known As library functions they are functions provided by the system

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

What are parameters

A

Procedures and functions would have limited use if it wasn’t for a feature called parameters, special kind of variable.

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

What are they

A

Procedures and functions are named blocks of code that can be used and reused to perform specific tasks

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