Introduction to Computers/Introduction

From Wikiversity
Jump to navigation Jump to search

Welcome to an introduction to computers. This is the first easy lesson of Introduction to Computers. This lesson has plenty of images and much less text than an encylopedia article. It emphasizes the basics.

What is a computer?[edit | edit source]

History of computers[edit | edit source]

Charles Babbage, who is accredited with first conceptualizing the programmable computer w:Charles_babbage.
Ada Lovelace, a mathematician who helped Charles Babbage by being the first programmerAda Lovelace.
A model of Joseph Jacquard's loom

Computer types[edit | edit source]

Supercomputer[edit | edit source]

The Columbia Supercomputer - once one of the fastest.

Supercomputers are fast because they're really many computers working together.

Supercomputers were introduced in the 1960's as the worlds most advanced computer. These computers were used for intense calculations such as weather forecasting and quantum physics. Today, supercomputers are one of a kind, fast, and very advanced. The term supercomputer is always evolving where tomorrow's normal computers are today's supercomputer. As of November 2007, the fastest supercomputer is the IBM Blue Gene/L; it's 65,536 computers, each with two processors. It has a processing rate of 478.2 TFLOPS.

Search for Supercomputer on Wikipedia.

Mainframe[edit | edit source]

Mainframe computer

Mainframes are computers where all the processing is done centrally, and the user terminals are called "dumb terminals" since they only input and output (and do not process).

Mainframes are computers used mainly by large organizations for critical applications, typically bulk data processing such as census. Examples: banks, airlines, insurance companies, and colleges.

Search for Mainframe on Wikipedia.

Workstation[edit | edit source]

Sun SPARCstation

Workstations are high-end, expensive computers that are made for more complex procedures and are intended for one user at a time.w:Workstation Some of the complex procedures consist of science, math and engineering calculations and are useful for computer design and manufacturing.

Workstations are sometimes improperly named for marketing reasons. Real workstations are not usually sold in retail.

The movie Toy Story was made on a set of Sun (Sparc) workstations [1]

-Perhaps the first computer that might qualify as a "workstation" was the IBM 1620 w:Workstation

Search for Workstation on Wikipedia.

The Personal Computer or PC[edit | edit source]

A personal computer (PC)

PC is an abbreviation for a Personal Computer, it is also known as a Microcomputer. Its physical characteristics and low cost are appealing and useful for its users. The capabilities of a personal computer have changed greatly since the introduction of electronic computers. By the early 1970s, people in academic or research institutions had the opportunity for single-person use of a computer system in interactive mode for extended durations, although these systems would still have been too expensive to be owned by a single individual. The introduction of the microprocessor, a single chip with all the circuitry that formerly occupied large cabinets, lead to the proliferation of personal computers after about 1975. Early personal computers generally called microcomputers, sold often in kit form and in limited volumes and were of interest mostly to hobbyists and technicians. By the late 1970s, mass-market pre-assembled computers allowed a wider range of people to use computers, focusing more on software applications and less on development of the processor hardware. Throughout the 1970s and 1980s, home computers were developed for household use, offering some personal productivity, programming and games, while somewhat larger and more expensive systems (although still low-cost compared with minicomputers and mainframes) were aimed for office and small business use.

Search for PC on Wikipedia.

Microcontroller[edit | edit source]

Microcontrollers are mini computers that enable the user to store data, do simple commands and tasks, with little or no user interaction with the processor. These single circuit devices have minimal memory and program length but can be integrated with other processors for more complex functionality.

w:Embedded_microprocessor

-the smallest category of computer is called an embedded computer which is another term for microcontroller

Microcontrollers are important, they are used everyday in devices such as appliances and automobiles.

Server[edit | edit source]

Inside of webserver

Similar to mainframes in that they serve many uses with the main difference that the users (called clients) do their own processing usually. The server processes are devoted to sharing files and managing log on rights.

A server is a central computer that contains collections of data and programs. Also called a network server, this system allows all connected users to share and store electronic data and applications.w:Server_(computing) Two important types of servers are file servers and application servers.

Hardware & software[edit | edit source]

Hardware[edit | edit source]

Hardware refers to the physical elements of a computer. Also referred to as the machinery or the equipment of the computer. Examples of hardware in a computer are the keyboard, the monitor, the mouse and the processing unit However, most of a computer's hardware cannot be seen; in other words, it is not an external element of the computer, but rather an internal one, surrounded by the computer's casing. A computer's hardware is comprised of many different parts, but perhaps the most important of these is the motherboard. The motherboard is made up of even more parts that power and control the computer w:Hardware.

In contrast to software, hardware is a physical entity, while software in a non-physical entity. Hardware and software are interconnected, without software, the hardware of a computer would have no function. However, without the creation of hardware to perform tasks directed by software via the central processing unit (box), software would be useless.

Software[edit | edit source]

Software, commonly known as programs, consists of all the electronic instructions that tell the hardware how to perform a task. These instructions come from a software developer in the form that will be accepted by the operating system that they are based on. For example, a program that is designed for the windows operating system will only work for that operating system. Compatibility of software will vary as the design of the software and the operating system differ. A software that is designed for Windows XP will experience compatibility issue when running under Windows 2000 or NT.

Software can also be described as a collection of routines, rules and symbolic languages that direct the functioning of the hardware. [2]

Software is capable of performing specific tasks, as opposed to hardware which only perform mechanical tasks what they are mechanically designed for. Practical computer systems divide software systems into three major classes:

System software: Helps run computer hardware and computer system. Computer software includes operating systems, device drivers, diagnostic tools and more.w:Computer_software

Programming software: Software that assists a programmer in writing computer programs. w:Computer_software

Application software: Allows users to accomplish one or more tasks. w:Computer_software

The term "software" is sometimes used in a broader context to describe any electronic media content which embodies expressions of ideas such as film, tapes, records, etc. w:Software. Software is the electronic instruction that tells the computer to do a task.

Firmware[edit | edit source]

Firmware

Firmware is both hardware and software.

It is a computer chip that performs only one function.

Examples are a video card and sound card. w:Firmware

Can be explained as programming instructions that are stored in a read-only memory and can only be used by connecting them with software. [3]

Used so that processing happens quicker as in video and sound cards.

Basic operations[edit | edit source]

Input[edit | edit source]

Whatever goes into the computer. Input can take a variety of forms, from commands you enter from the keyboard to data from another computer or device. A device that feeds data into a computer, such as a keyboard or mouse, is called an input device. [4]w:Input/output

Output[edit | edit source]

Anything that comes out of a computer. Output can be display screens, loudspeakers, and printers. [5]

Processing[edit | edit source]

Processor is the brain of a computer. It's also called the "CPU"(Central processing unit) and it is a microchip.

Storage[edit | edit source]

Computer data storage is referred to as storage or memory, which can save digital data. Examples are RAM, hard disks or removable memory sticks.

Names for different sizes of data[edit | edit source]

Bit[edit | edit source]

Bit uses binary digits "0" or "1" which a computer interprets. It's like the dots and dashes in Morse code for a computer. It's also called machine language. w:Bit

Byte[edit | edit source]

In computer science a byte is a unit of measurement of information storage, that equals '8 bits', can be used to represent letters and numbers. w:Byte For example, the number 01000001 is 8 bits long, and represents the letter A.

kB[edit | edit source]

A kB is a unit of data that equals 1024 bytes. This is because 8 bytes cannot contribute into 1000. w:Kilobyte

MB[edit | edit source]

Megabyte is 1024kB squared, 10242w:Megabyte

GB[edit | edit source]

A gigabyte is a unit of data storage worth a billion bytes meaning either exactly 1 billion bytes (10243) or approximately 1.07 billion bytes w:Gigabyte

TB[edit | edit source]

A terabyte (derived from the prefix tera- and commonly abbreviated TB) is a measurement term for data storage capacity. The value of a terabyte is 10244 and is defined as about one trillion bytes, or 1024 gigabytes. w:Terabyte

PB[edit | edit source]

A petabyte is a unit of information or computer storage equal to one quadrillion bytes (10245). Microsoft stores on 900 servers a total of approximately 14 petabytes. w:Petabyte

Measurements of data speed[edit | edit source]

Mbps[edit | edit source]

1,000,000 bits per second (usually used in describing internet download/upload speeds) Bits are transferred, not bytes. w:Mbps#megabit_per_second

Gbps[edit | edit source]

1,000,000 kilobits per second or 1,000,000,000 bits per second.w:Data_rate_units#gigabit_per_second