Computers Basics for Beginners



Computers Basics for Beginners

Hardware
Computer systems, whether large or small, multi-user or single-user, expensive or cheap,
include most of the following pieces of hardware:

 Central Processing Unit-CPU
This reads machine code instructions in a form that a computer can understand from
 memory and executes it. A CPU is often likened to the "brain" of a computer.

 Bus
This is the connection, or data path, between the CPU and the system memory and devices
 of a computer system. All data that moves from a disk drive into memory, or from memory
 to the CPU, travels across the system's bus.

Random Access Memory-RAM
This holds the machine code and data that are accessed by the CPU. RAM normally
forgets everything it holds when the power is turned off.

Read-Only Memory ROM
This holds both machine code and data. Its contents may not be changed and are
remembered even when the power is turned off.

Disks
These hold large amounts of data and code on a magnetic or optical medium, and
remember it all even when the power is turned off. Floppy disks are generally removable,
 whereas hard disks are not. Hard disks can hold a lot more information than floppy disks.

CD-ROM Drive
These allow digitally published information on a compact disc to be read by the computer.
 The information may be in a data stream or may constitute a file system that the
operating system can read as if it were on a hard disk drive.

Monitors
These display information and come in two flavors: monochrome and color. Monochrome
monitors are rare in newer computer systems.

Graphics Card
These allow the CPU to display information on a monitor. Many graphics cards have
on-board processors to decrease the load on the system processor.

 Keyboard
This allows a user to enter alphanumeric information. There are several different
kinds of keyboards available, depending partly on the language of the user. For example,
 Japanese keyboards are much larger than Western keyboards, as their alphabet is much
 larger. The Western keyboards are often referred to as QWERTY keyboards, as these are
the first six letters on the upper left-hand side of the keyboard.

Mouse
This allows a user to position things easily on the screen using short movements
 of the hand. Most mice have tails that connect them to the computer, but some
have radio or infrared connections that make the tail unnecessary.

 Printer
These allow a user to obtain hard copies of information. Some printers print characters
only, whereas others may print graphics.

Tape
These are generally used for making backup copies of information stored on disks.
They are slower than disks but store large amounts of data in a fairly cheap way.

Modem
A modem allows you to communicate with other computers across a telephone line.
 Different modems allow different rates of communication. Most modems even correct
 for errors that are caused by a poor telephone connection.

 Network Interface
A network interface card NIC allows your computer to communicate with other
computers across a high-speed link.

Other Peripherals
There are many other kinds of peripherals that computer systems can support,
including graphics tablets, optical scanners, array processors, sound cards,
voice recognition cards, and synthesizers to name a few.


Related Posts:
  • Computer Registry Systems Configurations and Customize computer Registry Systems Configurations and customize1.Renaming you’re my computer iconHkey_classes_root\cslid\20D04FE0-3AEA-1069-A2D8-08002B30309Rename localizedstring value localizedstring.oldRight click and choose crea… Read More
  • What is modem? Short for modulator/demodulator. A communications device that converts between digital data from a computer or terminal and analog audio signals that can pass through a standard telephone line. Because the telephone syst… Read More
  • why need For a relational database? A database or database management system that stores information in tables—rows and columns of data—and conducts searches by using data in specified columns of one table to find additional data in another table. In a rela… Read More
  • What is ini file? ini file:-Short for initialization file, a text file containing information about the initial configuration of Windows and Windows-based applications, such as default settings for fonts, margins, and line spacing. Two ini… Read More
  • What is MIME? Acronym for Multipurpose Internet Mail Extensions. A protocol widely used on the Internet that extends the SMTP Simple Mail Transfer Protocol to permit data, such as video, sound, and binary files, to be transmitted by In… Read More
  • Os registry? A central hierarchical database in Windows 9x, Windows CE, Windows NT, and Windows 2000 used to store information necessary to configure the system for one or more users, applications, and hardware devices. The Registry c… Read More
  • Whai is macro? In applications, a set of keystrokes and instructions recorded and saved under a short key code or macro name. When the key code is typed or the macro name is used, the program carries out the instructions of the macro. Us… Read More
  • Whst is Password Authentication Protocol Acronym for Password Authentication Protocol. A method for verifying the identity of a user attempting to log on to a Point-to-Point Protocol (PPP) server. PAP is used if a more rigorous method, such as the Challenge Hand… Read More
  • what is ANSI? Acronym for American National Standards Institute. A voluntary, nonprofit organization of business and industry groups formed in 1918 for the development and adoption of trade and communication standards in the United Stat… Read More
  • what is X Series for Network Communications A set of recommendations adopted by the International Telecommunication Union Telecommunication Standardization Sector ITU-T, formerly the CCITT, and International Organization for Standardization ISO for standardizing eq… Read More
  • What is memory management? In operating systems for personal computers, procedures for optimizing the use of RAM (random access memory). These procedures include selectively storing data, monitoring it carefully, and freeing memory when the data is … Read More
  • What is GPS receiver? A device that includes an antenna, a radio receiver, and a processor for use with the worldwide GPS -Global Positioning System. A GPS receiver uses position and time information from four GPS satellites to calculate preci… Read More
  • Absolute pointing device A mechanical or physical pointing device whose location is associated with the position of the on-screen cursor. For example, if the user of a graphics tablet places the pen on the upper right corner of the tablet, the cu… Read More
  • What is markup language? A set of codes in a text file that instructs a computer how to format the file on a printer or video display or how to index and link its contents. Examples of markup languages are Hypertext Markup LanguageHTML and Extens… Read More
  • what is three-tier client/server? A client/server architecture in which software systems are structured into three tiers or layers: the user interface layer, the business logic layer, and the database layer. Layers may have one or more components. For exa… Read More