Skip to:Content
|
Bottom
Cover image for Using turbo pascal 6.0 - 7.0
Title:
Using turbo pascal 6.0 - 7.0
Personal Author:
Edition:
3rd ed
Publication Information:
Boston, MASS : PWS Pub, 1995
Physical Description:
1v + 1 1 computer disk (DSK 1350)
ISBN:
9780534943981

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000003947565 QA76.73.P2 H46 1995 Open Access Book Book
Searching...

On Order

Summary

Summary

Used at more than 100 institutions in its second edition, Using Turbo Pascal 6.0-7.0, Third Edition applies a highly successful formula of "learning by example" to your introductory Turbo Pascal programming course. The text uses small program segments as examples, breaking down the process of programming into a series of manageable steps. The author has added a new DOS tutorial and lab activities for using the Turbo 7.0 system, and given increased focus to the issue of how to write a program. The concept of procedures is introduced early in chapter 4 (in connection with top down programming design), and then is covered in detail in chapters 10 and 11, making it easy to cover or omit as needed.


Table of Contents

Introduction: Overview Of Computers And Problem Solving
1 Introduction to Turbo Pascal
2 Using the Turbo System
3 More on the Elements of Pascal
4 If-Then-Else and Top Down Design
5 Char and String Data Types and Formatting Output
6 For Loops
7 Repeat-Until and While Loops
8 More on Loops
9 Text Files
10 Procedures with Value Parameters
11 Variable Parameters
12 Multiway Selection
13 Functions
14 Simulation
15 Nested Subprograms
16 Programmer-Defined Data Types
17 One-Dimensional Arrays
18 Multidimensional Arrays and Nested Loops
19 Sorting and Searching
20 String Manipulations
21 Records
22 Binary Files
23 Units
24 Game-Playing Programs That Learn
25 Recursion
26 Pointers and Linked Lists
27 More on Sets
28 Advanced Sorting and Efficiency of Algorithms
29 Graphics
30 Object-Oriented Programming (5.5 - 7.0)
Appendixes
Appendix A Reserved Words and Predeclared Identifiers
Appendix B ASCII Table
Appendix C DOS and Subdirectories
Appendix D Further Editor Features
Appendix E Windows in 7.0
Appendix F Turbo Built-In Debugger
Appendix G Compiler Directives
Appendix H Tutorials and Using the Textbook Diskette
Solutions
Index
Go to:Top of Page