
Turbo Pascal Update
United States Edition
Elliot B. Koffman(Author)
Pearson (Publisher)
Published on 24. March 1998
Book
Paperback/Softback
824 pages
978-0-201-35086-9 (ISBN)
Article exhausted; check for reprint
Description
This is a web-update version of Elliot Koffman's Turbo Pascal book. The major change to this edition is that all of the code previously found on an accompanying disk is now located on the book's web site. The author has also included an additional chapter introducing students to the WWW and showing them the benefits of all it has to offer. By having students use the web site throughout the course, this book will make students more comfortable using the WWW for classwork and for their own interests.
More details
Language
English
Place of publication
United States
Publishing group
Pearson Education (US)
Target group
College/higher education
Dimensions
Height: 235 mm
Width: 185 mm
Thickness: 35 mm
Weight
1276 gr
ISBN-13
978-0-201-35086-9 (9780201350869)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Other editions
New editions

Book
03/1998
Pearson
€64.36
Article is exhausted; no reprint
Previous edition
Elliot B. Koffman | Bruce Maxim
Turbo PASCAL
Book
10/1992
4th Edition
Addison Wesley
€28.42
Article exhausted; check for reprint
Person
Elliot Koffman is a professor of computer and information science at Temple University. He is one of the country's foremost CS educators, a former chairman of the ACM Task Force for introductory programming methods courses, and author of a number of successful language texts in Modula-2, FORTRAN, in addition to his four editions of Pascal and Turbo Pascal.
0201350866AB04062001
0201350866AB04062001
Content
Overview of Computers and Programming.
Electronic Computers Then and Now.
Introduction to Computer Hardware.
Problem Solving and Programming.
Overview of Programming Language.
Processing High-Level Language Program.
Using the Turbo Pascal Integrated Environment.
Interview: David A. Patterson
Problem Solving and Pascal.
The Software Development Method.
Applying the Software Development Method.
Case Study: Converting Units of Measurement.
Overview of Pascal, Reserved Words, & Identifiers.
Data Types and Declarations.
Executable Statements.
General Form of a Pascal Program.
Arithmetic Expressions.
Case Study: Evaluating Coins.
Formatting & Viewing Program Output.
Debugging and Programming Errors.
Interview: Philippe Kahn
Functions, Procedures, and Graphics.
Building Programs from Existing Information.
Case Study: Finding the Area and Circumference of a Circle.
Case Study: Finding the Most Pizza for Your Money.
Functions.
Top-Down Design and Structure Charts.
Case Study: Drawing Simple Diagrams.
Procedures.
Procedures as Program Building Blocks.
Introduction to Computer Graphics (Optional).
Common Programming Errors.
Interview: James Foley
Selections Structures: If and Case Statements.
Control Structures.
Boolean Expressions.
The if Statement.
Syntax Diagrams.
if Statements with Compound Statements.
Decision Steps in Algorithms.
Case Study: Payroll Problem.
Case Study: Computing Insurance Dividends.
Hand-Tracing an Algorithm.
Nested if Statements & Multiple-Alternative Decisions.
The case Statement.
Common Programming Errors.
Interview: Ellen Isaacs
Repetition: While, For and, Repeat Statements.
The while Statement.
Using Loops to Accumulate a Sum.
Event-Controlled Loops.
Loop Design.
The for Statement.
The repeat Statement.
Nested Loops.
Debugging & Testing Programs.
Common Programming Errors.
Interview: Marie des Jardins
Modular Programming.
Introduction to Parameter Lists.
Returning Information from Procedures.
Syntax Rules for Parameter Lists.
Scope of Identifiers.
Functions: Modules that Return a Single Result.
Stepwise Design with Functions & Procedures.
Case Study: Sum-and -Average Problem.
Debugging & Testing a Program System.
Recursive Functions (Optional).
Graphics Animation (Optional).
Common Programming Errors
Simple Data Types.
Numeric Data Types: Real and Integer.
Boolean Data Type.
The Character Data Type.
Ordinal Functions and Character Functions.
Subrange Types.
Type Compatibility & Assignment Compatibility.
Enumerated Types.
Iterative Approximations (Optional).
Case Study: Approximating the Value of e.
Using the Debugger Evaluate & Modify Dialog Box.
Common Programming Errors.
Interview: Judith Schlesinger
Text Files.
Text Files, Data Files, and Output Files.
Procedures & Functions for Text Files.
Using Text Files.
Case Study: Preparing a Payroll File.
Debugging with Files.
Common Programming Errors.
Interview: Donna August
Software Engineering And Units.
Programming in the Large.
Introduction to Units.
Predefined Units & User Interfaces.
Writing New Units.
Units & Abstract Data Types.
Debugging with Units.
Testing Large Programs.
Formal Methods of Program Verification.
Ethics & Responsibilities.
Common Programming Errors.
Interview: Robert Sedegwick.
Arrays.
The Array Data Structure.
Sequential Access to Array Elements.
Arrays as Parameters & Operands.
Case Study: Home Budget Problem.
Subarray Processing.
Searching & Sorting an Array.
Analysis of Algorithms: Big-O Notation (optional).
Arrays with Type Char Elements & Subscripts.
Case Study: Cryptogram Generator Problem.
Debugging Programs with Arrays.
Common Programming Errors.
Common Programming Errors
Multi-Dimensional Arrays.
Two-dimensional Arrays: Arrays of Arrays.
Processing Two-Dimensional Arrays.
Case Study: Analysis of Sales Data.
Three-Dimensional Arrays.
Debugging Multi Dimensional Arrays.
Common Programming Errors.
Interview: Patrick H. Winston
Records.
The Record Data Type.
Records as Operands & Parameters.
The with Statement.
Arrays of Records.
Hierarchical Records.
Variant Records (Optional).
Debugging Records.
Common Programming Errors.
Interview: Adele Goldberg
Data Abstraction and Object-Oriented Programming.
Data Abstraction and Abstract Data Types.
Objects and Object-Oriented Programming.
Object-Oriented Design.
Inheritance.
Common Programming Errors
Recursion.
Recursive Modules.
Parameter & Local Variable Stacks.
Recursive Mathematical Functions.
Recursive Modules with Array Parameters.
Case Study: Summing the Values in an Array.
Binary Search.
Case Study: Recursive Binary Search.
Problem Solving with Recursion.
Case Study: Towers of Hanoi Problem.
Debugging Recursive Algorithms.
Common Programming Errors
Sets and Strings.
Set Data Type.
Set Operators.
Variable-Length Strings.
String Processing Illustrated.
Case Study: Text Editor.
Common Programming Errors
External Data Structures: Files.
Text File ADT & Binary File ADT.
Creating & Using Binary Files.
File Merge.
Case Study: Merging Two Files.
Direct-Access Files (Optional).
Common Programming Errors
Pointers and Linked Lists.
Pointer Types & Pointers.
Manipulating the Heap.
Linked Lists.
Linked List ADT.
Common Programming Errors
Dynamic Data Structures.
Stacks.
Stack Applications.
Case Study: Reversing a Data Line.
Case Study: Checking for Balanced Parentheses.
Queues.
Binary Trees.
Binary Search Tree ADT.
Efficiency of Binary Search Tree.
Common Programming Errors
Internet and The World Wide Web.
The Internet.
How the Internet Works.
Internet Applications: e-mail, Telnet, and FTP.
The World Wide Web.
Searching the WWW.
Writing Your Own Web Page Using HTML.
Ethics, Security, and Accuracy 0201350866T04062001
Electronic Computers Then and Now.
Introduction to Computer Hardware.
Problem Solving and Programming.
Overview of Programming Language.
Processing High-Level Language Program.
Using the Turbo Pascal Integrated Environment.
Interview: David A. Patterson
Problem Solving and Pascal.
The Software Development Method.
Applying the Software Development Method.
Case Study: Converting Units of Measurement.
Overview of Pascal, Reserved Words, & Identifiers.
Data Types and Declarations.
Executable Statements.
General Form of a Pascal Program.
Arithmetic Expressions.
Case Study: Evaluating Coins.
Formatting & Viewing Program Output.
Debugging and Programming Errors.
Interview: Philippe Kahn
Functions, Procedures, and Graphics.
Building Programs from Existing Information.
Case Study: Finding the Area and Circumference of a Circle.
Case Study: Finding the Most Pizza for Your Money.
Functions.
Top-Down Design and Structure Charts.
Case Study: Drawing Simple Diagrams.
Procedures.
Procedures as Program Building Blocks.
Introduction to Computer Graphics (Optional).
Common Programming Errors.
Interview: James Foley
Selections Structures: If and Case Statements.
Control Structures.
Boolean Expressions.
The if Statement.
Syntax Diagrams.
if Statements with Compound Statements.
Decision Steps in Algorithms.
Case Study: Payroll Problem.
Case Study: Computing Insurance Dividends.
Hand-Tracing an Algorithm.
Nested if Statements & Multiple-Alternative Decisions.
The case Statement.
Common Programming Errors.
Interview: Ellen Isaacs
Repetition: While, For and, Repeat Statements.
The while Statement.
Using Loops to Accumulate a Sum.
Event-Controlled Loops.
Loop Design.
The for Statement.
The repeat Statement.
Nested Loops.
Debugging & Testing Programs.
Common Programming Errors.
Interview: Marie des Jardins
Modular Programming.
Introduction to Parameter Lists.
Returning Information from Procedures.
Syntax Rules for Parameter Lists.
Scope of Identifiers.
Functions: Modules that Return a Single Result.
Stepwise Design with Functions & Procedures.
Case Study: Sum-and -Average Problem.
Debugging & Testing a Program System.
Recursive Functions (Optional).
Graphics Animation (Optional).
Common Programming Errors
Simple Data Types.
Numeric Data Types: Real and Integer.
Boolean Data Type.
The Character Data Type.
Ordinal Functions and Character Functions.
Subrange Types.
Type Compatibility & Assignment Compatibility.
Enumerated Types.
Iterative Approximations (Optional).
Case Study: Approximating the Value of e.
Using the Debugger Evaluate & Modify Dialog Box.
Common Programming Errors.
Interview: Judith Schlesinger
Text Files.
Text Files, Data Files, and Output Files.
Procedures & Functions for Text Files.
Using Text Files.
Case Study: Preparing a Payroll File.
Debugging with Files.
Common Programming Errors.
Interview: Donna August
Software Engineering And Units.
Programming in the Large.
Introduction to Units.
Predefined Units & User Interfaces.
Writing New Units.
Units & Abstract Data Types.
Debugging with Units.
Testing Large Programs.
Formal Methods of Program Verification.
Ethics & Responsibilities.
Common Programming Errors.
Interview: Robert Sedegwick.
Arrays.
The Array Data Structure.
Sequential Access to Array Elements.
Arrays as Parameters & Operands.
Case Study: Home Budget Problem.
Subarray Processing.
Searching & Sorting an Array.
Analysis of Algorithms: Big-O Notation (optional).
Arrays with Type Char Elements & Subscripts.
Case Study: Cryptogram Generator Problem.
Debugging Programs with Arrays.
Common Programming Errors.
Common Programming Errors
Multi-Dimensional Arrays.
Two-dimensional Arrays: Arrays of Arrays.
Processing Two-Dimensional Arrays.
Case Study: Analysis of Sales Data.
Three-Dimensional Arrays.
Debugging Multi Dimensional Arrays.
Common Programming Errors.
Interview: Patrick H. Winston
Records.
The Record Data Type.
Records as Operands & Parameters.
The with Statement.
Arrays of Records.
Hierarchical Records.
Variant Records (Optional).
Debugging Records.
Common Programming Errors.
Interview: Adele Goldberg
Data Abstraction and Object-Oriented Programming.
Data Abstraction and Abstract Data Types.
Objects and Object-Oriented Programming.
Object-Oriented Design.
Inheritance.
Common Programming Errors
Recursion.
Recursive Modules.
Parameter & Local Variable Stacks.
Recursive Mathematical Functions.
Recursive Modules with Array Parameters.
Case Study: Summing the Values in an Array.
Binary Search.
Case Study: Recursive Binary Search.
Problem Solving with Recursion.
Case Study: Towers of Hanoi Problem.
Debugging Recursive Algorithms.
Common Programming Errors
Sets and Strings.
Set Data Type.
Set Operators.
Variable-Length Strings.
String Processing Illustrated.
Case Study: Text Editor.
Common Programming Errors
External Data Structures: Files.
Text File ADT & Binary File ADT.
Creating & Using Binary Files.
File Merge.
Case Study: Merging Two Files.
Direct-Access Files (Optional).
Common Programming Errors
Pointers and Linked Lists.
Pointer Types & Pointers.
Manipulating the Heap.
Linked Lists.
Linked List ADT.
Common Programming Errors
Dynamic Data Structures.
Stacks.
Stack Applications.
Case Study: Reversing a Data Line.
Case Study: Checking for Balanced Parentheses.
Queues.
Binary Trees.
Binary Search Tree ADT.
Efficiency of Binary Search Tree.
Common Programming Errors
Internet and The World Wide Web.
The Internet.
How the Internet Works.
Internet Applications: e-mail, Telnet, and FTP.
The World Wide Web.
Searching the WWW.
Writing Your Own Web Page Using HTML.
Ethics, Security, and Accuracy 0201350866T04062001