Introduction to Programming Principles
Using Turbo PASCAL
R. Foley(Author)
Cengage Learning EMEA (Publisher)
Published on 29. August 1991
Book
Paperback/Softback
216 pages
978-0-412-41330-8 (ISBN)
Description
This text book is primarily intended as a beginners text for any non-specialist who requires a basic introduction programming concepts and techniques. It is assumed that the reader has no previous knowledge of computers and programming, and will not necessarily gain any detailed knowledge from any other subject area, the book has two main aims, to teach the basic concepts of programming and to use the features of the programming language PASCAL to do so. These two aims should however, be seen as quite distinct.
More details
Language
English
Place of publication
London
United Kingdom
Target group
Adult education
College/higher education
Illustrations
20 illustrations
Dimensions
Height: 234 mm
Width: 156 mm
Weight
300 gr
ISBN-13
978-0-412-41330-8 (9780412413308)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Classification
Content
Part 1 First steps in programming: algorithms; computer hardware; programme development; programme design and our first programming problem; first steps in PASCAL. Part 2 Introducing structured programming: what is structured programming?; simple iteration in programming; simple selection in programming. Part 3 Using the basic constructs in larger problems: the concept of nesting; nesting IF constructs; a more complex form of iteration; basic debugging techniques. Part 4 Further structured constructs: another kind of conditional loop; more complex conditions; more complex expressions; less complex selections. Part 5 Introducing data structures: the array data structure; some typical array processing algorithms; some enhancements to the search programme. Part 6 Modularity in programming: the concept of modularity; designing a programme in a modular fashion; developing a PASCAL procedure; constructing the complete modular programme; writing a PASCAL function. Part 7 Data files in programming: basic data file concepts; a simple data file example; completing the data file example; some final points about PASCAL data files. Appendix: Solutions to selected exercises.