Chapter 9 : Procedures and Macros Flashcards

1
Q

What is procedures?

A
  1. Routines which are self contained, and is created to perform a particular task
  • There are constructs which allows procedures to be created in assembly language
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where are COBOL main used in nowadays?

A
  1. Mainframe Computers ( IBM )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a macro?

A
  1. A construct within assembly language which allows us to attach names to frequently used blocks of codes
  • The concept of macros are very similar to procedures
How well did you know this?
1
Not at all
2
3
4
5
Perfectly