Introduction to Programming Concepts and Methods with ADA
McGraw-Hill Education (ISE Editions) (Publisher)
Published on 1. April 1994
Book
Mixed media product
640 pages
978-0-07-113694-5 (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
Edition
New edition
Language
English
Place of publication
London
United Kingdom
Publishing group
McGraw-Hill Education - Europe
Target group
College/higher education
Edition type
New edition
Illustrations
d.1tab.
Dimensions
Height: 230 mm
Weight
900 gr
ISBN-13
978-0-07-113694-5 (9780071136945)
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.