Previous | Next | Table of Contents | Index | Program List | Copyright

CHAPTER 1

Introduction to Computers and Programming

1.1 Electronic Computers Then and Now
1.2 Components of a Computer
1.3 Problem Solving and Programming
1.4 The Software Development Method
1.5 Programming Languages
1.6 Processing a High-Level Language Program
1.7 Using an Operating System
Chapter Review

In this chapter, we introduce computers and computer programming. We begin with a brief history of computers and a description of the major components of a computer, including memory, central processor, input devices, and output devices. We also discuss how information is represented in a computer and how it is manipulated.

You are about to begin the study of programming using one of the richest and most interesting programming languages available today: the Ada language. This chapter begins a discussion of the main topics of this book: problem solving, programming, and Ada. We first discuss problem solving with a computer. Then languages for computer programming are described. Finally, we describe the process for creating a program and the roles performed by special programs that are part of a computer system. These programs include the operating system, compiler, editor, and loader.


Previous | Next | Table of Contents | Index | Program List | Copyright

Copyright © 1996 by Addison-Wesley Publishing Company, Inc.