Nassau Community College: Nancy Stern Hofstra University Robert A. Stern
Nassau Community College: Nancy Stern Hofstra University Robert A. Stern
Programming “Copyright @ 2000 John Wiley & Sons, In. All rights
reserved. Reproduction or translation of this work
beyond that permitted in Section 117 of the 1976
United States Copyright Act without the express
Hofstra University his/her own use only and not for distribution or
resale. The Publisher assumes no responsibility for
errors, omissions, or damages, caused by the use of
these programs or from the use of the information
Nassau Community
College 9th Edition
PowerPoint Presentation:
Richard H. Baum, Ph.D.
DeVry Institute of Technology
Chapter 1
INTRODUCTION TO
STRUCTURED PROGRAM
DESIGN IN COBOL
• COMPUTER PROGRAMMING: AN
OVERVIEW
– Types of Computer Programs
– Applications Programs
2. Applications Programs
– Written by Programmers or Software
Developers
– Programs that perform tasks required
by users
1. Determine Program
Specifications
– Program Specifications consist of
the following:
• Record layout forms to describe
the input and output
• Printer spacing charts for printed
output
Solution: machine
Solution: symbolic;
machine languages are very complex
Solution: True
Solution: True
100-MAIN
MODULE
200-WAGE
ROUTINE
CHAPTER SUMMARY
COMES NEXT
Environment Division
– Assigns a file-name to each file used.
– Specifies the device that the file will use.
Procedure Division
a. Subdivided into paragraphs or modules.
b. Includes all instructions to process
input and produce output.
c. All instructions are executed sequence.
PERFORM...UNTIL... END-PERFORM is a
loop.