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.

Structured Programming Using Turbo BASIC

Structured Programming Using Turbo BASIC PDF

Author: Wade Ellis

Publisher: Academic Press

Published: 2014-05-10

Total Pages: 356

ISBN-13: 1483261042

DOWNLOAD EBOOK →

Structured Programming Using Turbo BASIC explains programming methods using this language through mathematical or business examples and problems. The book approaches problem-solving using a top-down, structured programming method. This method consists of 1) breaking a problem into smaller, more manageable tasks, and 2) using the action block, the decision block, and the loop block—the three fundamental programming structures—to perform each task. The text describes the Turbo Basic environment on an IBM PC or compatible, the fundamental programming structures and concepts, the two data structures (arrays, files), graphics creation, as well as computer simulations. The book explains in detail variables, screen formatting, the decision block, the loop block, functions. The text also discusses parameter lists, and libraries The student learns to use the OPEN statement to associate a buffer with a file, or the CLOSE statement to end the file/buffer. The text explains the use of the Turbo BASIC random generator that produces unique sequences of random numbers. The book can be used in introductory lecture courses in business, computer science, or mathematics. It can be beneficial for students in an open-entry/open-exit computer laboratory courses or for self-study.

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.