Procedural programming Flashcards

You may prefer our related Brainscape-certified 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is data stored in procedural programming?

A

Data is stored in procedural programs by constants and variables

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