A Structured Approach to Programming |
Kitabın içinden
25 sonuçtan 1-3 arası sonuçlar
Sayfa 132
The depth of nesting in an IF should be limited . While one or two levels is easy to
follow ... the ELSEs close to their matching IFs . In the past nested IFs have been
avoided by some COBOL users because the IFs were hard to read and debug .
The depth of nesting in an IF should be limited . While one or two levels is easy to
follow ... the ELSEs close to their matching IFs . In the past nested IFs have been
avoided by some COBOL users because the IFs were hard to read and debug .
Sayfa 133
using nested IFs , might be : IF TOTAL - PINS - DOWN = 10 IF BALL - NUMBER =
1 PERFORM PROCESS - STRIKE ELSE PERFORM PROCESS - SPARE ELSE
IF BALL - NUMBER = 1 PERFORM PROCESS - FIRST - BALL ELSE PERFORM
...
using nested IFs , might be : IF TOTAL - PINS - DOWN = 10 IF BALL - NUMBER =
1 PERFORM PROCESS - STRIKE ELSE PERFORM PROCESS - SPARE ELSE
IF BALL - NUMBER = 1 PERFORM PROCESS - FIRST - BALL ELSE PERFORM
...
Sayfa 138
It is common for PERFORM statements to be nested . That is , the paragraph
being PERFORMed also contains a PERFORM statement of a lower - level
paragraph . This might also include repetition under the control of some test and
would ...
It is common for PERFORM statements to be nested . That is , the paragraph
being PERFORMed also contains a PERFORM statement of a lower - level
paragraph . This might also include repetition under the control of some test and
would ...
Kullanıcılar ne diyor? - Eleştiri yazın
Her zamanki yerlerde hiçbir eleştiri bulamadık.
İçindekiler
Program Design | 19 |
Planning and Implementation | 43 |
Structured Programming | 61 |
Telif Hakkı | |
7 diğer bölüm gösterilmiyor
Diğer baskılar - Tümünü görüntüle
A Structured Approach to Programming Joan Kirkby Hughes,Glen C. Michtom,Jay I. Michtom Metin Parçacığı görünümü - 1987 |
Sık kullanılan terimler ve kelime öbekleri
addition allow appear approach argument begin CALL chapter COBOL compiler completed Compute condition contains CONTINUE data items decision defined detail DOWHILE ENDIF entry error example executed exit expression Figure flow flowchart FORMAT FORTRAN function GOTO handle hierarchy chart hour implementation indentation indicator initialization input installation invoked language limited logic loop manager MASTER method modified module MOVE names necessary needed nested operation output paragraph passed PERFORM phase PL/I planning possible Print problem PROCEDURE produced provides pseudo code READ readability record refinement routine sales rep segment separate sequence shown shows solution specified stage standard statement step structured programming stub terminate test data top-down transaction UPDATE valid variable VIOLATIONS walk-through WRITE written
Bu kitaba yapılan referanslar
Microcomputer Experimentation with the Intel SDK-85 Lance A. Leventhal,Colin Walsh Metin Parçacığı görünümü - 1980 |