- •What is a Computer?
- •The Personal Computer
- •The Minicomputer
- •The Mainframe Computer
- •The Supercomputer
- •The Modern Computer
- •The Analog Computer
- •How Computers Do Their Work
- •Yesterday eniac – The First Electronic Digital Computer
- •Computer Operations
- •The Five Data Processing Steps
- •Software
- •Summary
- •Getting Acquainted with Personal Computer. Hardware.
- •Yesterday. What Was the First Personal Computer?
- •Processing Hardware
- •The Motherboard
- •Peripheral Hardware
- •Input Devices
- •Output Devices
- •Storage Devices
- •Dos, the Disk Operating System
- •Dos Files
- •Dos Filenames
- •The dos Directory
- •Today. Commonly Used dos Commands
- •Beginning a Work Session
- •The Prompt
- •The Command Line
- •The Cursor
- •Using Application Programs
- •Ending a Work Session
- •Troubleshooting.
- •The Desktop Personal Computer
- •Personal Computer Configurations
- •Bits and Bytes
- •A Simple Configuration
- •A Full Configuration
- •Types of Personal Computers
- •Ibm pCs and pc-Compatibles
- •Using pCs and pc-Compatibles
- •Тhе ibm Personal System/2
- •Using ps/2s
- •The Apple Macintosh
- •Using the Macintosh
- •Tomorrow Tips for Buying a Personal Computer
- •Summary
- •Review Questions
- •Discussion Questions
- •Multiple-Choice
- •True/False
- •The World of Computers
- •General-Purpose and Special-Purpose Computers
- •Yesterday The Father of the Modern Computer
- •The Portable Personal Computer
- •Types of Portables
- •Portables and laptops
- •Ps/2-Compatible Laptops .
- •Macintosh Portables.
- •Using Laptops
- •The Palmtop Computer
- •The Workstation
- •Workstation Characteristics
- •The Microprocessor.
- •Types of Workstations
- •Scientific and Engineering Workstations.
- •Office Automation Workstations .
- •Educational Workstations.
- •Using Workstations
- •The Minicomputer
- •Types of Minicomputers
- •Using Minis
- •The Mainframe Computer
- •Types of Mainframes.
- •Using Mainframes
- •The Supercomputer.
- •Types of Supercomputers
- •Using Supercomputers
- •Tomorrow a Chilly Supercomputer
- •Parallel Processing
- •Using Parallel Processing
- •The Ever-Evolving Computer
- •Summary
- •Review Questions.
- •Discussion Questions.
- •Multiple-Choice.
- •Fill-in-the-Blank.
- •True/False.
- •Key Terms.
- •Vocabulary
Computer Operations
The computer performs two types of operations on data: arithmetic and logical. Arithmetic operations are simply addition, subtraction, multiplication, and division, as in adding the numbers 2 and 2. Logical operations compare values to perform logical tests and make decisions. For example, is the number 2greater than (expressed with the > sign) or less than (expressed with the < sign) the number 6? As you can see, the fundamental way computers operate is very simple.
The Five Data Processing Steps
We can now put everything we've just learned into a practical context and more clearly understand how the computer performs its tasks. There are five specific steps involved in processing data with a computer: input, processing, output, storage, and results.
When we give the computer either instructions or data, it is called input. An instruction is either an arithmetic or logical operation, such as addition. The data are the numbers, such as 2 and 2. The computer performing the addition of 2 and 2 is processing, as you have already learned. The product of the processing, or the answer we seek, is termed output; in our case, the number 4.
Once the data is processed and output from the computer, there are two additional steps. One is storage, or holding the data in computer memory. This may be for a short, indefinite period, or permanently, depending on the type of storage we choose. The final step is called results, or presenting the data in a form that a person can use. Most commonly, the results are displayed on the monitor or printed on the printer.
The five data processing steps.
1. input: Either instructions or data.
2.Processing: The computer performing its instructions—either an arithmetic or logical operation—on the data.
3.Output: The data produced after processing.
4.Storage: The option of retaining the data indefinitely or permanently.
5.Results: Presenting the data in a useful form.
Needless to say, we don't often use the computer to perform the tasks a calculator can do. However, this example of adding 2 + 2 demonstrates the simplicity of the computing process. The computer is no more complicated than this; its primary virtue is its speed. It is able to count and compare its binary digits very, very fast.
Software
Software is the programs and instructions that tell the computer what to do. The programmer is a person who understands the problem or task the computer is supposed to work on and can translate it into the language the computer understands. This process is called programming. Programmers, in the programming process, create software.
Computer software takes two forms. One is system software, which controls the computer's primary operations. The system software we most commonly come in contact with is called the operating system which, among other jobs, controls the programs we use to accomplish our tasks.
The other form computer software takes is application software, the programs we use to produce useful work. This might be a bicycle parts inventory management application program or a zoological classification application program. There are applications for many thousands of interests and needs. The three most commonly used for personal productivity, schoolwork, and business are:
■ Word processing, which lets you create and revise your writing.
■ The spreadsheet, which lets you perform a variety of accounting and mathematical calculations.
■ The database management system (DBMS), which lets you organize and obtain data stored in one or more databases.
Therefore, programmers create the application software that we use to issue instructions to the computer in order to perform various tasks. The tasks we perform are often referred to as procedures, a set of clearly defined steps. When those procedures are applied to working with data, the result is information that we and others find useful in a variety of ways.
Knowledge Check:
1. What is data processing?
2. What are the two types of computer operations?
3. What are the five data processing steps?
4. What are the two kinds of software?
