29 Aug 2011

Parts of a Computer


There are mainly three parts of computer: 

(1) INPUT DEVICE: Those device through which we can input our data.
Example:Keyboard,Mouse,Joystick,OCR(Optical Character Redear),OMR(Optical Mark Redear),MICR(Magenetic Ink Character Redear),etc.


(2) CPU(Central Processing Unit):Central Processing Unit - (CPU, processor) The part of a computer which controls all the other parts. Designs vary widely but the CPU generally consists of the control unit, the arithmetic and logic unit (ALU), registers, temporary buffers and various other logic.
The control unit fetches instructions from memory and decodes them to produce signals which control the other parts of the computer. These signals cause it to transfer data between memory and ALU or to activate peripherals to perform input or output.
Various types of memory, including cache, RAM and ROM, are often considered to be part of the CPU, particularly in modern microprocessors where a single integrated circuit may contain one or more processors as well as any or all of the above types of memory. The CPU, and any of these components that are in separate chips, are usually all located on the same printed circuit board, known as the motherboard. This in turn is located in the system unit (sometimes incorrectly referred to as the "CPU").
A parallel computer has several CPUs which may share other resources such as memory and peripherals.
The term "processor" has to some extent replaced "CPU", though RAM and ROM are not logically part of the processor.



(3) Output Device: Those device through which we can take or print our data.
Example: V.D.U.(Visual Display Unit) or Monitor,Printer,Plotter,Speaker,etc.




What is Drivers?


Drivers

A program that controls a device. Every device, whether it be a printer, disk drive, or keyboard, must have a driver program. Many drivers, such as the keyboard driver, come with the operating system. For other devices, you may need to load a new driver when you connect the device to your computerIn Dos systems, drivers are files with a.SYS extension. In Windows-environments, drivers often have a.DRV extension.
A driver acts like a translator between the device and programs that use the device. Each device has its own set of specialized commands that only its driver knows. In contrast, most programs access devices by using generic commands. The driver, therefore, accepts generic commands from a program and then translates them into specialized commands for the device.

27 Aug 2011

Operating System

 
The most important program that runs on a computer. Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic tasks, such as recognizing input from the keyboard, sending output to the display screen, keeping track of files and directories on the disk, and controlling peripheral devices such as disk drives and printers.

For large systems, the operating system has even greater responsibilities and powers. It is like a traffic cop -- it makes sure that different programs and users running at the same time do not interfere with each other. The operating system is also responsible for security, ensuring that unauthorized users do not access the system.
Operating systems can be classified as follows:
  • Multi-user : Allows two or more users to run programs at the same time. Some operating systems permit hundreds or even thousands of concurrent users.
  • Multiprocessing : Supports running a program on more than one CPU.
  • Multitasking : Allows more than one program to run concurrently.
  • Multithreading : Allows different parts of a single program to run concurrently.
  • Real time: Responds to input instantly. General-purpose operating systems, such as DOS and UNIX, are not real-time.

Operating systems provide a software platform on top of which other programs, called application programs, can run. The application programs must be written to run on top of a particular operating system. Your choice of operating system, therefore, determines to a great extent the applications you can run. For PCs, the most popular operating systems are DOS, OS/2, and Windows, but others are available, such as Linux.

As a user, you normally interact with the operating system through a set of commands. For example, the DOS operating system contains commands such as COPY and RENAME for copying files and changing the names of files, respectively. The commands are accepted and executed by a part of the operating system called the command processor or command line interpreter. Graphical user interfaces allow you to enter commands by pointing and clicking at objects that appear on the screen.

21 Aug 2011

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:

  • memory : Enables a computer to store, at least temporarily, data and programs.


  • mass storage device : Allows a computer to permanently retain large amounts of data. Common mass storage devices include disk drives and tape drives.


  • input device : Usually a keyboard and mouse, the input device is the conduit through which data and instructions enter a computer.


  • output device : A display screen, printer, or other device that lets you see what the computer has accomplished.


  • central processing unit (CPU): The heart of the computer, this is the component that actually executes instructions.

  • 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.
    Computers can be generally classified by size and power as follows, though there is considerable overlap:

  • personal computer : A small, single-user computer based on a microprocessor. In addition to the microprocessor, a personal computer has a keyboard for entering data, a monitor for displaying information, and a storage device for saving data.


  • workstation : A powerful, single-user computer. A workstation is like a personal computer, but it has a more powerful microprocessor and a higher-quality monitor.


  • minicomputer : A multi-user computer capable of supporting from 10 to hundreds of users simultaneously.


  • mainframe : A powerful multi-user computer capable of supporting many hundreds or thousands of users simultaneously.


  • supercomputer : An extremely fast computer that can perform hundreds of millions of instructions per second.

  • courtesy:www.webopedia.com
    Blogger Widgets