
- •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
Beginning a Work Session
A common term for a period of time during which a knowledge worker is computing is work session. The first step is loading DOS, the operating system. Personal computer software, whether it's the operating system or an application, usually comes on a floppy disk. It's from that disk that the personal computer's DOS got its name. The acronym DOS (disk operating system) dates back to the early 1970s when it was used to refer to an IBM mainframe operating system. Loading is the process of reading software, whether the operating system or application software, into the computer's memory. When we load DOS, we do so by copying the DOS disk's magnetic contents into the personal computer's RAM. Once this process is complete, DOS displays a screen. DOS lets you check the computer's internal clock to date and time stamp your files. If the date you see is correct, press the Enter key; if the time is correct, press Enter again. If the date and time are not correct, DOS lets you type in the correct date and time by displaying on the screen "Enter new (date:)." Now you are at the DOS prompt.
DOS Versions. All good software is revised and improved over time, and DOS is no exception. Microsoft, now the world's largest software company, has made a number of improvements to DOS, each of which is called a version. Which version does your computer use? When you boot up, the copyright notice and version are usually displayed on the screen prior to seeing the date and time. If you are already at the DOS prompt, simply type VER
and the version is displayed. The most common version in use is 3.3. Version 4.0 was developed by IBM and is most commonly used on portables. Microsoft introduced 5.0 in 1991 and 6.0 in 1993, and plans subsequent versions every 18 to 24 months.
The Prompt
The prompt is a character or message that tells you the computer system is ready to accept a command or input. A command is an instruction you give to the computer. A prompt may be textual, such as "ENTER COMMAND," or a character such as a question mark (?) or a period (.). In DOS, the prompt is a right-pointing arrow or caret that looks like this: >.
The Command Line
The prompt appears on the command line. The command line, as its name implies, is the portion of the screen where you issue DOS commands or instructions. Once you have typed the command and reread it to make sure it is accurate, you must press the Enter key to issue the command.
The Cursor
Commands are issued at the prompt on the command line by typing them on the keyboard. But first, we need to know if the command line is ready to accept a command. The cursor is usually a blinking rectangle or a blinking underline that tells us where the next keyboard character we type will appear on the screen. It appears just to the right of the prompt. Other types of personal computers that use a mouse, such as the Macintosh, often display an arrow for pointing at the menu and issuing commands. Regardless of the type of task we're working at, the cursor is our constant point of reference.