Structured BASIC Programming on IBM Personal Computers

Structured BASIC Programming on IBM Personal Computers PDF

Author: John Castek

Publisher:

Published: 1988-02-05

Total Pages: 700

ISBN-13:

DOWNLOAD EBOOK →

This text focuses on the modern technique of top-down design and structured programming as applied to the BASIC programming language. It provides the tools to design programs that are both flexible and easily understood while paving the way for further computer language study. Examples and exercises throughout the text cover a variety of disciplines--including math, business, education, and science. Long, meaningful variable names are used in all program examples, giving students easy access to the rudiments of program design. Design programs presented in pseudocode can be used in any problem-solving situation for any programming language. Includes chapter objectives, extensive program examples along with complete designs of the solutions, chapter summaries, and end-of-chapter exercises and programming problems to aid students in problem-solving skills.

Microsoft BASIC

Microsoft BASIC PDF

Author: Robert J. Bent

Publisher:

Published: 1989

Total Pages: 476

ISBN-13:

DOWNLOAD EBOOK →

This IBM PC specific programming text emphasizes problem solving and structured programming from the start. The author's goal is to prepare students to write BASIC programs at the earliest possible stage without neglecting vital preparatory skills such as algorithm development.

Structured BASIC for the IBM PC

Structured BASIC for the IBM PC PDF

Author: Herbert D. Peckham

Publisher: McGraw-Hill Companies

Published: 1985

Total Pages: 324

ISBN-13:

DOWNLOAD EBOOK →

This book emphasizes a top-down approach to programming and the use of fundamental control blocks to produce well-structured programs. Using the hands-on method, which provides computer experience through a series of guided activities, the authors stress learning by doing rather than just reading about. All activities are preceded by a more traditional discussion of BASIC in the text.

BASIC for the IBM PC

BASIC for the IBM PC PDF

Author: Jesse H. Ruder

Publisher: John Wiley & Sons

Published: 1987

Total Pages: 388

ISBN-13:

DOWNLOAD EBOOK →

This textbook and guide to structured programming in BASIC on the IBM personal computer, presents BASIC as a serious tool for professional quality programming and business problem solving. It stresses logic control structures, including sequence selection and iteration structures, but avoids the use of branching statements. Methods of algorithm representation are emphasized, including flowcharts, pseudocode and hierarchy charts. The book also explains sequential and random access for reading, writing and rewriting data files.