Programming in Modula-2
Title | Programming in Modula-2 PDF eBook |
Author | N. Wirth |
Publisher | Springer Science & Business Media |
Pages | 178 |
Release | 2012-12-06 |
Genre | Computers |
ISBN | 3642967175 |
This text is an introduction to programming in general, and a manual for programming with the language Modula-2 in particular. It is oriented primarily towards people who have already acquired some basic knowledge of programming and would like to deepen their understanding in a more structured way. Nevertheless, an introductory chapter is included for the benefit of the beginner, displaying in a concise form some of the fundamental concepts of computers and their programming. The text is therefore also suitable as a self-contained tutorial. The notation used is Modula-2, which lends itself well for a structured approach and leads the student to a working style that has generally become known under the title of structured programming. As a manual for programming in Modula-2, the text covers practically all facilities of that language. Part 1 covers the basic notions of the variable, expression, assignment, conditional and repetitive statement, and array data structure. Together with Part 2 which introduces the important concept of the procedure or subroutine, it contains essentially the material commonly discussed in introductory programming courses. Part 3 concerns data types and structures and constitutes the essence of an advanced course on programming. Part 4 introduces the notion of the module, a concept that is fundamental to the design of larger programmed systems and to programming as team work. The most commonly used utility programs for input and output are presented as examples of modules. And fmally, Part 5 covers facilities for system programming, device handling, and multiprogramming.
Introduction to Programming with Modula-2
Title | Introduction to Programming with Modula-2 PDF eBook |
Author | Günther Blaschek |
Publisher | Springer Science & Business Media |
Pages | 271 |
Release | 2012-12-06 |
Genre | Computers |
ISBN | 3642753221 |
This book is intended for the novice as well as for the experienced programmer who wants to learn Modula-2. We do not limit ourselves to just a description of Modula-2. Instead, we seek to familiarize the reader with the concept of algorithms and to show him/her how to implement algorithms in Modula-2. The programming language Modula-2 was developed by Niklaus Wirth (also the father of world-famous Pascal) and made public in 1978. Compared to other programming languages such as Ada, COBOL or PL/!, Modula-2 is a compact language, which makes it easy to learn. Nevertheless, Modula-2 contains all important language elements necessary for formulating complicated algorithms and for implementing the modern concepts of software engineering. Modula-2 is distinguished by a systematic structure that makes it possible to write easily readable programs. The language supports many of the principles of modern software engineering. All this makes Modula-2 a useful instrument for an introduction to the basics of programming. This textbook strives to establish a solid foundation in the techniques of programming with up-to-date methods of program development. Use of the programming language Modula-2 is reinforced with numerous hands-on exercises. This book does not presuppose any knowledge of programming, but it does require a certain ability in the realm of abstract thinking, some pleasure in problem solving, and a desire to come to terms with complex interrelationships.
Introduction to Modula-2
Title | Introduction to Modula-2 PDF eBook |
Author | Paul M. Chirlian |
Publisher | Matrix Publishers, Incorporated |
Pages | 272 |
Release | 1984 |
Genre | Computers |
ISBN |
Introduction to Modula-2
Title | Introduction to Modula-2 PDF eBook |
Author | Jim Welsh |
Publisher | Prentice Hall |
Pages | 404 |
Release | 1987 |
Genre | Computers |
ISBN |
Into the Realm of Oberon
Title | Into the Realm of Oberon PDF eBook |
Author | Eric W. Nikitin |
Publisher | Springer Science & Business Media |
Pages | 205 |
Release | 2012-12-06 |
Genre | Computers |
ISBN | 1461223008 |
A beginner's introduction to programming, using Oberon since it is the natural descendant of the teaching languages Pascal and Modula, and because it is designed to encourage good object-oriented practices. The author begins with introducing procedures - the basic building blocks of Oberon programs - before introducing types and then type-bound procedures. Along the way, students build increasingly complex modules of Oberon code and develop a basic understanding of the advantages of object-oriented programming. As a result students coming to programming for the first time will appreciate this hands-on textbook, while readers familiar with programming but new to Oberon will find this a well-paced guide to the language.
Introduction to Compilers and Language Design
Title | Introduction to Compilers and Language Design PDF eBook |
Author | Douglas Thain |
Publisher | Lulu.com |
Pages | 248 |
Release | 2016-09-20 |
Genre | Computers |
ISBN | 0359138047 |
A compiler translates a program written in a high level language into a program written in a lower level language. For students of computer science, building a compiler from scratch is a rite of passage: a challenging and fun project that offers insight into many different aspects of computer science, some deeply theoretical, and others highly practical. This book offers a one semester introduction into compiler construction, enabling the reader to build a simple compiler that accepts a C-like language and translates it into working X86 or ARM assembly language. It is most suitable for undergraduate students who have some experience programming in C, and have taken courses in data structures and computer architecture.
Computing Fundamentals
Title | Computing Fundamentals PDF eBook |
Author | J. Stanley Warford |
Publisher | Springer Science & Business Media |
Pages | 615 |
Release | 2013-12-01 |
Genre | Computers |
ISBN | 3322916030 |
The book introduces the reader to computer programming, i.e. algorithms and data structures. It covers many new programming concepts that have emerged in recent years including object-oriented programming and design patterns. The book emphasizes the practical aspects of software construction without neglecting their solid theoretical foundation.