1.2. Procedural-Oriented Programming
1.2. Procedural-Oriented Programming
www.pmt.education
What scope is a variable that can be
accessed from all parts of a program
said to have?
www.pmt.education
What scope is a variable that can be accessed from
all parts of a program said to have?
Global
www.pmt.education
List the four types of basic structure used
in the structured approach to program
design and construction
www.pmt.education
List the four types of basic structure used in the
structured approach to program design and
construction
1. Assignment
2. Sequence
3. Selection
4. Iteration
www.pmt.education
What do rectangles represent in
hierarchy charts?
www.pmt.education
What do rectangles represent in hierarchy charts?
Procedures
www.pmt.education
Which of the following is an example
of a hierarchy chart?
A B C
www.pmt.education
Which is an example of a hierarchy chart?
www.pmt.education
How is data stored in
procedural programs?
www.pmt.education
How is data stored in procedural programs?
www.pmt.education