Cargando…

Students' guide to program design

Students' Guide to Program Design is a textbook on program design. This textbook approaches program design by using structures programming techniques and pseudocode to develop a solution algorithm. Divided into 10 chapters, the book begins with a basic explanation of structured programming tech...

Descripción completa

Detalles Bibliográficos
Autor principal: Robertson, Lesley Anne
Lenguaje:eng
Publicado: Newnes 1992
Materias:
Acceso en línea:http://cds.cern.ch/record/2019177
Descripción
Sumario:Students' Guide to Program Design is a textbook on program design. This textbook approaches program design by using structures programming techniques and pseudocode to develop a solution algorithm. Divided into 10 chapters, the book begins with a basic explanation of structured programming techniques, top-down development, and modular design. This discussion is followed by detailed concepts of 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