Monday, 3 October 2011

TYPES OF COMPTERS!

Computers range in size and capability. At one end of the scale are supercomputers, very large computers with thousands of linked microprocessors that perform extremely complex calculations. At the other end are tiny computers embedded in cars, TVs, stereo systems, calculators, and appliances. These computers are built to perform a limited number of tasks.

The personal computer, or PC, is designed to be used by one person at a time. This section describes the various kinds of personal computers: desktops, laptops, handheld computers, and Tablet PCs.

Desktop computers

Desktop computers are designed for use at a desk or table. They are typically larger and more powerful than other types of personal computers. Desktop computers are made up of separate components. The main component, called the system unit, is usually a rectangular case that sits on or underneath a desk. Other components, such as the monitor, mouse, and keyboard, connect to the system unit.

Laptop computers

Laptop computers are lightweight mobile PCs with a thin screen. They are often called notebook computers because of their small size. Laptops can operate on batteries, so you can take them anywhere. Unlike desktops, laptops combine the CPU, screen, and keyboard in a single case. The screen folds down onto the keyboard when not in use.


Handheld computers

Handheld computers, also called personal digital assistants (PDAs), are battery-powered computers small enough to carry almost anywhere. Although not as powerful as desktops or laptops, handhelds are useful for scheduling appointments, storing addresses and phone numbers, and playing games. Some have more advanced capabilities, such as making telephone calls or accessing the Internet. Instead of keyboards, handhelds have touch screens that you use with your finger or a stylus (a pen-shaped pointing tool).


Tablet PCs

Tablet PCs are mobile PCs that combine features of laptops and handhelds. Like laptops, they're powerful and have a built-in screen. Like handhelds, they allow you to write notes or draw pictures on the screen, usually with a tablet pen instead of a stylus. They can also convert your handwriting into typed text. Some Tablet PCs are “convertibles” with a screen that swivels and unfolds to reveal a keyboard underneath.

INTRODUCTION COMPUTER!

What are computers?

Computers are machines that perform tasks or calculations according to a set of instructions, or programs. The first fully electronic computers, introduced in the 1940s, were huge machines that required teams of people to operate. Compared to those early machines, today's computers are amazing. Not only are they thousands of times faster, they can fit on your desk, in your lap, or even in your pocket.


Computers work through an interaction of hardware and software. Hardware refers to the parts of a computer that you can see and touch, including the case and everything inside it. The most important piece of hardware is a tiny rectangular chip inside your computer called the central processing unit (CPU), or microprocessor. It's the "brain" of your computer—the part that translates instructions and performs calculations. Hardware items such as your monitor, keyboard, mouse, printer, and other items are often called hardware devices, or devices.


Software refers to the instructions, or programs, that tell the hardware what to do. A word processing program that you can use to write letters on your computer is a type of software. The operating system (OS) is software that manages your computer and the devices connected to it. Two well-known operating systems are Windows and Macintosh operating system. Your computer uses the Windows operating system.

The hardware are the parts of the computer itself including the Central Processing Unit (CPU) and related microchips and micro-circuitry,keyboards, case, monitors, and drivers  (hard, CD, DVD, floppy, optical, tape, etc...). Other extra parts called outlying components or devices include mouse, printers, modems, scanners, digital cameras and cars (sound, colours,  video) etc…… Together they are repeatedly  referred to as a personal computer. 

INPUT AND OUTPUT DEVICES OF COMPUTER!


In computing, input/output, or I/O, refers to the communication between an information processing system (such as a computer), and the outside world, possibly a human, or another information processing system. Inputs  are the signals or data received by the system, and outputs are the signals or data sent from it. The term can also be used as part of an action; to "perform I/O" is to perform an input or output operation. I/O devices are used by a person (or other system) to communicate with a computer. For instance, a keyboard or a mouse may be an input device for a computer, while monitors  and printers  are considered output devices for a computer. Devices for communication between computers, such as modems and network cards, typically serve for both input and output.
INPUT DEVICES: Keyboard,microphone,mouse ,touchpa,touchscreen, webcam,light pen and so on. 

OUTPUT DEVICES:Speakers, headphones, screen, printers,USB flash drive,plotters, digital camera. 

 Note that the designation of a device as either input or output depends on the perspective. Mouse and keyboards take as input physical movement that the human user outputs and convert it into signals that a computer can understand. The output from these devices is input for the computer. Similarly, printers and monitors take as input signals that a computer outputs. They then convert these signals into representations that human users can see or read. For a human user the process of reading or seeing these representations is receiving input. These interactions between computers and humans is studied in a field called human–computer interaction.

OPERATING SYSTEM !

An Operating System is a computer program that manages the resources  of a computer. It accepts keyboard or mouse inputs from users and displays the results of the actions and allows the user to run application  or communicate with other computers via networked connections.
Also known as an "OPERATING SYSTEM" this is the software that communicates with computer hardware on the most basic level. Without an operating system, no software programs can run. The OS is what allocates memory, processes tasks, accesses disks and peripherals and serves as the user interface.
Thanks to operating systems, like Windows, Mac OS, and Linux, developers can write code using a standard programming interface, or API. Without an operating system, programmers would have to write about ten times as much code to get the same results. Of course, some computer geniuses have to program the operating system itself.


In addition,software designed to handle basic elements of computer operation, such as sending instructions to hardware devices like disk drives and computer screens, and allocating system resources such as memory to different software applications being run. Given uniformly designed operating systems that run on many different computers, developers of software do not need to concern themselves with these problems, and are provided with a standard platform for new programs.