The Origin Of „Cobol in Computing"
- Thursday, 18 July 2013, 12:53
- Contributed by: Admin
- Views: 5,393
When „computers” came available for commercial data processing, they hardly contained storage (memory) and had little cpu at their disposal. Input came from media like punched tape, punched cards, telex, and such. Outputs were stored on these media too or became printed, line by line.The first applications used adjustable boards with wires that basically connected the input signals to the output signals or transferred them into the accumulator (cpu). Rewiring was called „programming”.
While punched tape had a greatly free-format, the punched card introduced a strict fixed format and caused the „program” to group the data fields as records: a punched card was read as a complete unit or record, while punched tape could be infinite in length (very fragile and in practice the limit was a few meters). In those days computers were used in a most scientific way and the punched tape was king. Programs would read series of numbers (originating the term number crunching) and manipulate them. A stack was indispensable.