What is the definition of a procedure used in an application software?
- It is a section of code that is created to perform a specific task.
- It is a collection of resources that programs can reuse.
- It is a non-linear data structure represented using nodes in a hierarchical model.
- It is a collection of data values ordered using a key/value pair.
Explanation & Hint:
A procedure is a section of code that is created to perform a specific task. It can be used several times throughout a program. |