Selasa, 02 Oktober 2007

What Is Computer

Computer

computer

A programmable machine. The two principal characteristics of a Computer are:
  • It responds to a specific set of instructions in a well-defined manner.
    • It can execute a prerecorded list of instructions (a program).

    Modern computers are electronic and digital. The actual machinery -- wires, transistors, and circuits -- is called hardware; the instructions and data are called software.

    All general-purpose computers require the following hardware components:

    Internal storage areas in the computer. The term memory identifies data storage that comes in the form of chips, and the word storage is used for memory that exists on tapes or disks. Moreover, the term memory is usually used as a shorthand for physical memory, which refers to the actual chips capable of holding data. Some computers also use virtual memory, which expands physical memory onto a hard disk.

    Every computer comes with a certain amount of physical memory, usually referred to as main memory or RAM. You can think of main memory as an array of boxes, each of which can hold a single byte of information. A computer that has 1 megabyte of memory, therefore, can hold about 1 million bytes (or characters) of information.

    There are several different types of memory:


    1. Memory

  • RAM (random-access memory): This is the same as main memory. When used by itself, the term RAM refers to read and write memory; that is, you can both write data into Ram and read data from RAM. This is in contrast to ROM, which permits you only to read data. Most RAM is volatile,
    which means that it requires a steady flow of electricity to maintain its contents. As soon as the power is turned off, whatever data was in RAM is lost.
  • ROM (read-only memory): Computers almost always contain a small amount of read-only memory that holds instructions for starting up the computer. Unlike RAM, ROM cannot be written to.
  • PROM (programmable read-only memory): A PROM is a memory chip on which you can store a program. But once the PROM has been used, you cannot wipe it clean and use it to store something else. Like ROMs, PROMs are non-volatile.
  • EPROM (erasable programmable read-only memory): An EPROM is a special type of PROM that can be erased by exposing it to ultraviolet light.
  • EEPROM (electrically erasable programmable read-only memory): An EEPROM is a special type of PROM that can be erased by exposing it to an electrical charge.
  • 2. Mass storage

    Refers to various techniques and devices for storing large amounts of data. The earliest storage devices were punched paper cards, which were used as early as 1804 to control silk-weaving looms. Modern mass storage devices include all types of disk drives and tape drives. Mass storage is distinct from memory, which refers to temporary storage areas within the computer. Unlike main memory, mass storage devices retain data even when the computer is turned off.

    The main types of mass storage are:

  • floppy disks : Relatively slow and have a small capacity, but they are portable, inexpensive, and universal.
  • hard disks : Very fast and with more capacity than floppy disks, but also more expensive. Some hard disk systems are portable (removable cartridges), but most are not.
  • optical disks : Unlike floppy and hard disks, which use electromagnetism to encode data, optical disk systems use a laser to read and write data. Optical disks have very large storage capacity, but they are not as fast as hard disks. In addition, the inexpensive optical disk drives are read-only. Read/write varieties are expensive.
  • tapes : Relatively inexpensive and can have very large storage capacities, but they do not permit random access of data.
  • Mass storage is measured in kilobytes (1,024 bytes), megabytes (1,024 kilobytes), gigabytes (1,024 megabytes) and terabytes (1,024 gigabytes).

    Mass storage is sometimes called auxiliary storage.

    3. Input Device

    Any machine that feeds data into a computer. For example, a keyboard is an input device, whereas a display monitor is an output device. Input devices other than the keyboard are sometimes called alternate input devices. Mice, trackballs, and light pens are all alternate input devices.

    4. Output Device

    Any machine capable of representing information from a computer. This includes display screens, printers, plotters, and synthesizers.

    5. Central Processing Unit CPU

    Abbreviation of central processing unit, and pronounced as separate letters. The CPU computer. Sometimes referred to simply as the processor or central processor, the CPU is where most calculations take place. In terms of computing power, the CPU is the most important element of a computer system. is the brains of the

    On large machines, CPUs require one or more printed circuit boards. On personal computersworkstations, the CPU is housed in a single chip called a microprocessor. and small

    Two typical components of a CPU are:

    • The arithmetic logic unit (ALU), which performs arithmetic and logical operations.
    • The control unit (CU), which extracts instructions from memory and decodes and executes them, calling on the ALU when necessary.

    Also see All About Dual-Core Processors in Webopedia's "Did You Know...?" section.

    In addition to these components, many others make it possible for the basic components to work together efficiently. For example, every computer requires a bus that transmits data from one part of the computer to another.






    Tidak ada komentar:

    Feeds