Introduction to Programming Concepts and Methods with ADA
McGraw-Hill Inc.,US (Publisher)
Published on 1. January 1994
Book
Mixed media product
640 pages
978-0-07-911725-0 (ISBN)
Description
This text is for an undergraduate course called Introduction to Programming, Introduction to Computer Science or Ada Programming offered in computer science, maths, physics or engineering departments. It Covers the standard topics of the CSI course-basic concepts of computer systems including problem solving and algorithm development, program structures, data types and introduction to searching and sorting. The principle pedagogical device employed throughout the text is the example program or program segment to facilitate introducing and explaining a new language. The text demonstrates how program action, along with their associated data, may be localized by means of subprograms, but also shows how program data, along with their associated actions, may be localized by means of packages. Exercises challenge the student to experiment with the language, the Ada system and surrounding operating system. New topics are introduced by examining a problem or concept and attempting to deal with it via available programming techniques, prior to disclosing a new feature itself. Features specific to the Ada language are introduced. All example programs are contained on one 3.5
" IBM disk packaged with the book.
" IBM disk packaged with the book.
More details
Language
English
Place of publication
New York
United States
Publishing group
McGraw-Hill Education - Europe
Target group
College/higher education
Illustrations
d.1tab.
Dimensions
Height: 230 mm
Width: 188 mm
Weight
8800 gr
ISBN-13
978-0-07-911725-0 (9780079117250)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Classification
Content
Introduction to computers and programming; developing a program; a first look at packages; floating point types; some further types and subtypes; control structures - conditional and loops; program correctness and run-time events; writing and using subprograms; more about subprograms; introduction to arrays; more on packages; discrete types; composite types - general arrays and records; generic units. Appendices: Ada reserved words; table of ASCII codes; syntax diagrams; the packages text_10 and standard.