Pages

Sunday, June 19, 2011

printer

 
In computing, a printer is a peripheral which produces a text and/or graphics of documents stored in electronic form, usually on physical print media such as paper or transparencies. Many printers are primarily used as local peripherals, and are attached by a printer cable or,USB in most newer printers, a  cable to a computer which serves as a document source. Some printers, commonly known as network printers, have built-in network interfaces, typically wireless and/or ethernet based, and can serve as a hard copy device for any user on the network. Individual printers are often designed to support both local and network connected users at the same time. In addition, a few modern printers can directly interface to electronic media such as memory cards or to image capture devices such as digital cameras, scanners: some printers are combined with a scanners and/or fax machines in a single unit, and can function as photo copiers. Printers that include non-printing features are sometimes called multifunctions printers (MFP), multi-function devices (MFD), or all-in-one (AIO) printers. Most MFPs include printing, scanning, and copying among their many features.
Consumer and some commercial printers are designed for low-volume, short-turnaround print jobs; requiring virtually no setup time to achieve a hard copy of a given document. However, printers are generally slow devices (30 pages per minute is considered fast; and many inexpensive consumer printers are far slower than that), and the cost per page is actually relatively high. However, this is offset by the on-demand convenience and project management costs being more controllable compared to an out-sourced solution. The printing prints remains the machine of choice for high-volume, professional publishing. However, as printers have improved in quality and performance, many jobs which used to be done by professional print shops are now done by users on local printers; see desktop publishing. The world's first computer printer was a 19th century mechanically driven apparatus invented by Charlies babbage for his Difference engine.

Saturday, June 18, 2011

RAM


Random-access memory (RAM) is a form of computer data storage. Today, it takes the form of integrated circuits that allow stored data to be accessed in any order with a worst case performance of constant time. Strictly speaking, modern types of DRAM are therefore not random access, as data is read in bursts, although the name DRAM / RAM has stuck. However, many types of SRAM, ROM, OTP, and NOR flash are still random access even in a strict sense. RAM is often associated with volatile types of memory (such as DRAM memory modules), where its stored information is lost if the power is removed. Many other types of non-volatile memory are RAM as well, including most types of ROM and a type of flash memory called NOR-Flash. The first RAM modules to come into the market were created in 1951 and were sold until the late 1960s and early 1970s.

The two main forms of modern RAM are static RAM (SRAM) and dynamic RAM. In static RAM, a bit of data is stored using the state of a flip-flop. This form of RAM is more expensive to produce, but is generally faster and requires less power than DRAM and, in modern computers, is often used as cache memory for the CPU. DRAM stores a bit of data using a transistor and capacitor pair, which together comprise a memory cell. The capacitor holds a high or low charge (1 or 0, respectively), and the transistor acts as a switch that lets the control circuitry on the chip read the capacitor's state of charge or change it. As this form of memory is less expensive to produce than static RAM, it is the predominant form of computer memory used in modern computers




computer cabinet (casing)


A computer case (also known as a cabinet, box, tower, enclosure, housing, system unit or simply case) is the enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse). A computer case is sometimes incorrectly referred to metonymously as a CPU or hard drive referring to components housed within the case. CPU was a more common term in the earlier days of home computers, when peripherals other than the motherboard were usually housed in their own separate cases.

In this case or cabinet all the components can be kept properly.Cases can come in many different sizes (known as form factors). The size and shape of a computer case is usually determined by the form factor of the motherboard, since it is the largest component of most computers. Consequently, personal computer form factors typically specify only the internal dimensions and layout of the case. Form factors for rack-mounted and blade servers may include precise external dimensions as well, since these cases must themselves fit in specific enclosures.

mouse

In computing, a mouse is a pointing device that functions by detecting two-dimensional motion relative to its supporting surface. Physically, a mouse consists of an object held under one of the user's hands, with one or more buttons. It sometimes features other elements, such as "wheels", which allow the user to perform various system-dependent operations, or extra buttons or features that can add more control or dimensional input. The mouse's motion typically translates into the motion of a cursor on a display, which allows for fine control of a graphical user interface.

Types of mouse:
There are different types of mouse such as:

1. Optical mouse: An optical mouse uses a light-emitting diode and photodiodes to detect movement relative to the underlying surface, unlike wheeled mice which use a set of one rolling ball and two chopper wheels for motion detection.


2. Wireless mouse: The Apple Wireless Mouse is a one button mouse built for Macintosh computers. It was released in September 2003, although it is not widely recognized that it was Apple's primary wireless mouse until 2005. It interacts over Bluetooth 1.1 wireless technology. It included 2 AA lithium non-rechargeable batteries, and had a power switch on the bottom that also protected the optical sensor while the mouse was not in use. While the Industrial design of the Apple Wireless Mouse was handled entirely by Apple's in-house designers, some of the hardware was engineered by Sparkfactor Design.

keyboard


In computing, a keyboard is a typewriter-style keyboard, which uses an arrangement of buttons or keys, to act as mechanical levers or electronic switches. Following the decline of punch cards and paper tape, interaction via teletype-style keyboards became the main input device for computers.

Despite the development of alternative input devices, such as the mouse, touchscreen, pen devices, character recognition and voice recognition, the keyboard remains the most commonly used and most versatile device used for direct (human) input into computers.

A keyboard typically has characters engraved or printed on the keys and each press of a key typically corresponds to a single written symbol. However, to produce some symbols requires pressing and holding several keys simultaneously or in sequence. While most keyboard keys produce letters, numbers or signs (characters), other keys or simultaneous key presses can produce actions or computer commands.

In normal usage, the keyboard is used to type text and numbers into a word processor, text editor or other program. In a modern computer, the interpretation of key presses is generally left to the software. A computer keyboard distinguishes each physical key from every other and reports all key presses to the controlling software. Keyboards are also used for computer gaming, either with regular keyboards or by using keyboards with special gaming features, which can expedite frequently used keystroke combinations. A keyboard is also used to give commands to the operating system of a computer, such as Windows' Control-Alt-Delete combination, which brings up a task window or shuts down the machine. It is the only way to enter commands on a command-line interface.


BIOS

basic input/output system, the built-in software that determines what a computer can do without accessing programs  from a disk. On PC's the BIOS contains all the code required to control the keyboard,  display screen disk drive serial communications and a number of miscellaneous  functions.
The BIOS is typically placed in a ROM chip that comes with the computer (it is often called a ROM BIOS). This ensures that the BIOS will always be available and will not be damaged by disk failures. It also makes it possible for a computer to boot itself. Because  is faster than ROM, though, many computer manufacturers design systems so that the BIOS is copied  from ROM to RAM each time the computer is booted. This is known as  shadowing.

Many modern PCs have a flash BIOS, which means that the BIOS has been recorded on a flash memory chip, which can be updated if necessary.
The PC BIOS is fairly standardized, so all PCs are similar at this level (although there are different BIOS versions). Additional functions are usually added through software modules. This means you can upgrade to a newer version of DOS without changing the BIOS.

processors


The central processing unit (CPU) is the portion of a computer system that carries out the instructions of a computer program  and is the primary element carrying out the functions of the computer or other processing device. The central processing unit carries out each instruction of the program in sequence, to perform the basic arithmetical, logical, and input/output operations of the system. This term has been in use in the computer industry at least since the early 1960s. The form, design and implementation of CPUs have changed dramatically since the earliest examples, but their fundamental operation remains much the same.

Early CPUs were custom-designed as a part of a larger, sometimes one-of-a-kind, computer. However, this costly method of designing custom CPUs for a particular application has largely given way to the development of mass-produced processors that are made for one or many purposes. This standardization trend generally began in the era of discrete transistor  mainframes and minicomputers and has rapidly accelerated with the popularization of the integrated circuit (IC). The IC has allowed increasingly complex CPUs to be designed and manufactured to tolerances on the order of nanometres. Both the miniaturization and standardization of CPUs have increased the presence of these digital devices in modern life far beyond the limited application of dedicated computing machines. Modern microprocessors appear in everything from automobiles  to cell phones and children's toys.

mother board


The main circuit board of a microcomputer. The motherboard contains the connectors for attaching additional boards. Typically, the motherboard contains the CPU,  BIOS,  memory  mass storage interfaces, serial and parallel ports, expansion slots and all the controllers  required to control standard peripheral devices such as the display screeen keyboard and disk drive. Collectively, all these chips that reside on the motherboard are known as the motherboard's chipset.

On most PC's  it is possible to add memory chips directly to the motherboard. You may also be able to upgrade to a faster PC by replacing the CPU chip. To add additional core features, you may need to replace the motherboard entirely.

Introduction to motherboards

The primary component of a computer is the motherboard (sometimes called the "mainboard"). The motherboard is the hub which is used to connect all of the computer's essential components.




As its name suggests, the motherboard acts as a "parent" board, which takes the form of a large printed circuit with connectors for expansion cards, memory modules, the processor, etc.

Characteristics

There are several ways in which a motherboard can be characterised, in particular the following:
  • the form factor,
  • the chipset
  • the type of precessor socket used,
  • the input outpur connectors.

Motherboard form factor

The term "form factor" is normally used to refer to the motherboard's geometry, dimensions, arrangement, and electrical requirements. In order to build motherboards which can be used in different brands of cases, a few standards have been developed:
  • AT baby/AT full format is a format used in the earliest 386 and 486 PCs. This format was replaced by the ATX format, which shape allowed for better air circulation and made it easier to access the components;
  • ATX: The ATX format is an upgrade to Baby-AT. It was intended to improve ease of use. The connection device on an ATX motherboard is designed to make plugging in peripherals as easy as possible (for example, the IDE connectors are located beside the disks.) What's more, motherboard components are arranged in parallel, so as to improve heat removal.
    • ATX standard: The ATX standard format is traditionally 305x244 mm. It includes an AGP  connector and 6 PCI connectors.

    BTX: The BTX format (Balanced Technology eXtended), supported by Intel, is a format designed to improve upon the arrangement of components, so as to optimise air circulation, acoustics, and heat dissipation. The various connectors (memory slots, expansion slots) are aligned in parallel, in the direction in which air circulates. Additionally, the microprocessor is located in the front end of the case, by the air intake, where the air is freshest. The BTX power cord is the same as with ATX power supplies.

Friday, June 17, 2011

CD-ROM



·  CD-ROM drives are necessary today for most programs. A single CD can store up to 650 MB of data (newer CD-Rs allow for 700 MB of data, perhaps more with "overburn"). Fast CD-ROM drives have been a big topic in the past, but all of today's CD-ROM drives are sufficiently fast. Of course, it's nice to have the little bits of extra speed. However, when you consider CD-ROM drives are generally used just to install a program or copy CDs, both of which are usually done rarely on most users' computers, the extra speed isn't usually very important.  The speed can play a big role if you do a lot of CD burning at high speeds or some audio extraction from audio CDs (i.e. converting CDs to MP3s).
·  CD-R/RW (which stands for Recordable / ReWritable) drives (aka burners, writers) allow a user to create their own CDs of audio and/or data.  These drives are great for backup purposes (backup your computer's hard drive or backup your purchased CDs) and for creating your own audio CD compilations (not to mention other things like home movies, multimedia presentations, etc.).
·  DVD-ROM drives can store up to 4 GB of data or about 6 times the size of a regular CD (not sure on the exact size, but suffice to say it's a very large storage medium).  DVDs look about the same and are the same size as a CD-ROM. DVD drives can also read CD-ROM drives, so you don't usually need a separate CD-ROM drive. DVD drives have become low enough inprice that there isn't much point in purchasing a CD-ROM drive instead of a DVD-ROM drive.  Some companies even make CD burner drives that will also read DVDs (all in one).  DVD's most practical use is movies. The DVD format allows for much higher resolution digital recording that looks much clearer than VCR recordings. 
·  DVD recordable drives are available in a couple of different formats - DVD-R or DVD+R with a RW version of each. These are slightly different discs and drives (although some drives support writing to both formats).  One is not much better than the other, so it really boils down to price of the media (and also availability of the media)

Thursday, June 16, 2011

Hard disk

A hard disk is part of a unit, often called a "disk drive," "hard drive," or "hard disk drive," that stores and provides relatively quick access to large amounts of data on an electromagnetically charged surface or set of surfaces. Today's computers typically come with a hard disk that contains several billion bytes (gigabytes) of storage, records, has data recorded electromagnetically in concentric circles or "tracks" on the disk. A "head" (something like a phonograph arm but in a relatively fixed position) records (writes) or reads the information on the tracks. Two heads, one on each side of a disk, read or write the data as the disk spins. Each read or write operation requires that data be located, which is an operation called a "seek." (Data already in a disk cache however, will be located more quickly.)
           
A hard disk/drive unit comes with a set rotation speed varying from 4500 to 7200 rpm. Disk access time is measured in milliseconds. Although the physical location can be identified with cylinder, track, and sector locations, these are actually mapped to a logical block address (LBA) that works with the larger address range on today's hard disks.

Computer hardware



Your PC (Personal Computer) is a system, consisting of many components. Some of those components, like Windows XP, and all your other programs, are software. The stuff you can actually see and touch, and would likely break if you threw it out a fifth-story window, is hardware.


Not everybody has exactly define the hardware. But those of you who have a desktop system, like the example shown in Figure 1, probably have most of the components shown in that same figure. Those of you with notebook computers probably have most of the same components. Only in your case the components are all integrated into a single book-sized portable unit.
            All the elements that go together to make up a PC fall into one of two categories, hardware or software. This section is about hardware, the stuff upon which software runs.

One of the definitions of 'hardware' according to Webster's dictionary is 'major items of equipment or their components used for a particular purpose'.

Everything you can see and touch in your PC is hardware. Complete PCs can be purchased for about $300 today, and the prices keep falling! All the items listed below that make up a PC can be purchased individually at computer or web supply stores.