Students' Guide to Program Design
Lesley Anne Robertson(Author)
Butterworth-Heinemann (Publisher)
Published on 24. February 1992
Book
Paperback/Softback
188 pages
978-0-7506-0495-6 (ISBN)
Description
Existing programming texts that use specific languages (PASCAL, BASIC etc) usually gloss over the important step of designing a solution to a given problem. This book tackles program design by using structured programming techniques and pseudocode to develop a solution algorithm. The pseudocode used in the book has been chosen for its closeness to written English and to the syntax of most programming languages. The book begins with a basic explanation of structured programming techniques, top-down development and modular design. Then, concept by concept, the student is introduced to the syntax of pseudocode; methods of defining the problem; the application of basic control structures in the development of the solution algorithm; desk checking techniques; hierarchy charts; and module design considerations. Examples and problems are given throughout.
Existing programming texts that use specific languages (PASCAL, BASIC etc) usually gloss over the important step of designing a solution to a given problem. This book tackles program design by using structured programming techniques and pseudocode to develop a solution algorithm. The pseudocode used in the book has been chosen for its closeness to written English and to the syntax of most programming languages. The book begins with a basic explanation of structured programming techniques, top-down development and modular design. Then, concept by concept, the student is introduced to the syntax of pseudocode; methods of defining the problem; the application of basic control structures in the development of the solution algorithm; desk checking techniques; hierarchy charts; and module design considerations. Examples and problems are given throughout.
Existing programming texts that use specific languages (PASCAL, BASIC etc) usually gloss over the important step of designing a solution to a given problem. This book tackles program design by using structured programming techniques and pseudocode to develop a solution algorithm. The pseudocode used in the book has been chosen for its closeness to written English and to the syntax of most programming languages. The book begins with a basic explanation of structured programming techniques, top-down development and modular design. Then, concept by concept, the student is introduced to the syntax of pseudocode; methods of defining the problem; the application of basic control structures in the development of the solution algorithm; desk checking techniques; hierarchy charts; and module design considerations. Examples and problems are given throughout.
More details
Series
Language
English
Place of publication
Oxford
United Kingdom
Publishing group
Elsevier Science & Technology
Target group
College/higher education
Product notice
Paperback (UK-trade)
Illustrations
diagrams
Dimensions
Height: 216 mm
Width: 138 mm
Weight
24 gr
ISBN-13
978-0-7506-0495-6 (9780750604956)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Classification
Other editions
Additional editions

Lesley Anne Robertson
Students' Guide to Program Design
E-Book
05/2014
Elsevier
€24.95
Available for download
Content
Program design; pseudocode and Nassi-Schneiderman diagrams; developing an algorithm; selection control structures; pseudocode algorithms using sequence, selection and repetition; modularization; module design considerations; general pseudocode algorithms for common business applications; conclusion.