Procedural programming Flashcards
1
Q
What are programs written in the procedural programming paradigm formed of?
A
- They are formed from sequences of instructions that are executed in the order in which they appear.
- Procedures form parts of the program and can be called from anywhere within the program, by other procedures or recursively.
2
Q
How is data stored in procedural programming?
A
Data is stored in procedural programs by constants and variables