0% found this document useful (0 votes)
47 views11 pages

1.2. Procedural-Oriented Programming

The document contains flashcards about procedural programming concepts for an AS Level Computer Science exam. It defines global scope as a variable that can be accessed from all parts of a program. It lists the four basic structures of structured programming as assignment, sequence, selection, and iteration. It states that rectangles represent procedures in hierarchy charts and that option B is an example of a hierarchy chart. It also says that data is stored in procedural programs by constants and variables.

Uploaded by

Trevor Chad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views11 pages

1.2. Procedural-Oriented Programming

The document contains flashcards about procedural programming concepts for an AS Level Computer Science exam. It defines global scope as a variable that can be accessed from all parts of a program. It lists the four basic structures of structured programming as assignment, sequence, selection, and iteration. It states that rectangles represent procedures in hierarchy charts and that option B is an example of a hierarchy chart. It also says that data is stored in procedural programs by constants and variables.

Uploaded by

Trevor Chad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

AQA Computer Science AS Level

3.1.2 - Procedural-Oriented programming


Flashcards

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?

By constants and variables

www.pmt.education

You might also like