Sie sind auf Seite 1von 55

Introduction to Computers

Data Processing Department

SNGPL Head Office Speaker: Muhammad Tahir

4/14/2012

Topics of Discussion
What are Computers? History of Computers Components of a Computer system. Operating System

4/14/2012

What are Computers?


A device that receives Input (Data), performs Processing and produces the Output (information).

4/14/2012

History

Often referred to in reference to the different generations of computing devices. Each generation of computer is characterized by a major technological development that fundamentally changed the way computers operate, resulting in increasingly smaller, cheaper, more powerful and more efficient and reliable devices.
4

4/14/2012

First Generation - 1940-1956: Vacuum Tubes


The first computers used vacuum tubes for circuitry and magnetic drums for memory, and were often enormous, taking up entire rooms. Very expensive to operate and in addition to using a great deal of electricity, generated a lot of heat, which was often the cause of malfunctions.

Relied on machine language to perform operations, and they could only solve one problem at a time. Input was based on punched cards and paper tape, and output was displayed on printouts.
The UNIVAC and ENIAC computers are examples of first-generation computing devices. The UNIVAC was the first commercial computer delivered to a business client, the U.S. Census Bureau in 1951.

4/14/2012

Second Generation - 1956-1963: Transistors

Transistors replaced vacuum tubes in the second generation of computers.


The transistor was far superior to the vacuum tube, allowing computers to become smaller, faster, cheaper, more energy-efficient and more reliable than their first-generation predecessors. Though the transistor still generated a great deal of heat that subjected the computer to damage, it was a vast improvement over the vacuum tube. Second-generation computers still relied on punched cards for input and printouts for output.
6

4/14/2012

Second Generation Cont

Second-generation computers moved from cryptic binary machine language to symbolic, or assembly, languages, which allowed programmers to specify instructions in words. High-level programming languages were also being developed at this time, such as early versions of COBOL and FORTRAN. These were also the first computers that stored their instructions in their memory, which moved from a magnetic drum to magnetic core technology.
7

4/14/2012

Third Generation - 1964-1971: Integrated Circuits


The development of the integrated circuit was the hallmark of the third generation of computers. Transistors were miniaturized and placed on silicon chips, called semiconductors, which drastically increased the speed and efficiency of computers. Users interacted with third generation computers through keyboards and monitors and interfaced with an operating system, which allowed the device to run many different applications at one time with a central program that monitored the memory. Computers for the first time became accessible to a mass audience because they were smaller and cheaper than their predecessors.

4/14/2012

Fourth Generation - 1971-Present: Microprocessors

The microprocessor brought the fourth generation of computers, as thousands of integrated circuits were built onto a single silicon chip. What in the first generation filled an entire room could now fit in the palm of the hand. The Intel 4004 chip, developed in 1971, located all the components of the computer - from the central processing unit and memory to input/output controls - on a single chip.
In 1981 IBM introduced its first computer for the home user, and in 1984 Apple introduced the Macintosh. Microprocessors also moved out of the realm of desktop computers and into many areas of life as more and more everyday products began to use microprocessors. As these small computers became more powerful, they could be linked together to form networks, which eventually led to the development of the Internet. Fourth generation computers also saw the development of GUIs, the mouse and handheld devices.
4/14/2012 9

Fifth Generation - Present and Beyond:


Fifth generation computing devices, based on artificial intelligence, are still in development, though there are some applications, such as voice recognition, that are being used today. The goal of fifth-generation computing is to develop devices that respond to natural language input and are capable of learning and self-organization.

4/14/2012

10

Computer Components
A computer system consists of:

Hardware. Software.

4/14/2012

11

Hardware

The pieces of equipment that make up a computer system. Consists of

Motherboard CPU (Processor) Memory Key Board Monitor Other Peripherals

4/14/2012

12

Motherboard

Contains the Microprocessor and control devices. Communication channel on the motherboard is called BUS Bus is used for communicating with the different devices of a computer system. Speed of BUS is another important factor for the measurement of computer speed.

4/14/2012

13

Central Processing Unit (CPU)


A chip located on the motherboard that performs all the operations of the computer. CPU referred as the brain of the computer because it administers the functions of other components of a computer system. CPU also performs all instruction as lay down in the software program or entered by the user.

4/14/2012

14

CPU Cont
Processor VGA card

Printer Control card

Memory

Network card Power Supply

4/14/2012

15

Memory
Also called as the RAM (Random Access Memory). Another memory is ROM (Read only Memory) is also called BOIS Measured is Bytes (Units of memory).

One byte is equal to 8 bits ( bit is smallest addressable unit in computer) 1024 bytes are equal to 1-Kbytes 1024 Kbytes equal to 1 MB

Use for temporary data storage.

4/14/2012

16

Memory Cont
The program or application to be executed by the computer is stored temporarily in the RAM.

4/14/2012

17

Peripheral Device
A device that is connected to the computer through the bus. Not part of the central computing machinery. Examples are mouse, monitor, hard drives, CDs, keyboards, printers etc.

4/14/2012

18

Monitor

An output device that displays the all the messages and result of the processing. Connected to the Video card on the motherboard through the cable Monitor are of two types

CRT Standard flat screen monitor (generate heat and consume electricity equal to one 20 TV) LCD Liquid crystal display (generate no heat and

consume 12 volts only and also less space)

Monitor Video Card


4/14/2012 19

Monitor Cont

The computer sends a signal to the video card, telling it what character, image or graphic to display. The video card converts that signal to a set of instructions that tell the display device (monitor) how to draw the image on the screen.
The image you see on the monitor's screen is made up of thousands of tiny dots called pixels.

4/14/2012

20

Mouse
An input device that translates movements on a horizontal surface into movements of a pointer on the computer screen. The main goal of any mouse is to translate the motion of your hand into signals that the computer can use.

4/14/2012

21

Keyboard
An input device. A typical keyboard has four basic types of keys: Typing keys Numeric keypad Function keys Control keys

4/14/2012

22

Hard Disk
The permanent storage media. The hard disk drive is the "data center" of the PC. Hard disk is the most important of the various types of permanent storage media.

4/14/2012

23

Hard Disk Cont


The storage capacity of the modern hard disk ranges from 20 to 100 Gigabytes. Works both as an input and output device. In a PC it is identified normally by the drive Letter C:. Made up of the magnetic material.

4/14/2012

24

Floppy Disks
A circular piece of thin, flexible magnetic media encased in a square or rectangular wallet. A portable medium used for storing computer data, readable by a computer with a floppy disk drive. Capacity of disk is 1.2 MB Not a reliable backup media
25

4/14/2012

Floppy Disks Cont


These disks are known as floppy disks (or diskettes) because the disk is flexible. Mainly come in 3.5 inches and 5.25 inches diameter with the storage capacity of 1.2MB and 1.4MB respectively. Also come in high capacity disk of 100 and 200 MB

4/14/2012

26

Compact Disk (CD)


Another type of mass storage medium Comes in CD Read Only and CD Rewritable formats. Uses infrared technology to read and write data. Stores about 650 to 850 MB of data A new technology called DVD comes with 7 GB to 17 GB of data. Stores data in multiple layers.
27

4/14/2012

Software
The programs that makes the computer system usable. Communicate with the Computer System. Divided into :

Operating System. Application Software.

4/14/2012

28

Microsoft Windows
One of the leading operating system developed by Microsoft Corp. Consists of Graphical User Interface (GUI) that displays a desktop which is a rectangular area that lets you view and use specific computer feature through the help of icons. Another operating system is Linux

4/14/2012

29

Starting and Logging on to Windows


Turn on the Monitor Turn on your Computer Press <Ctrl>+<Alt>+<Delete> keys on the key board to start the logon procedure Enter your User Name and Password and press <Enter>
30

4/14/2012

Logging on to Windows Cont..

4/14/2012

31

Logging on to Windows Cont..

Enter your User Name

Enter your Password

4/14/2012

32

Desktop
Working environment of the windows Operating system. The screen displayed at the start up of the windows operating system.

4/14/2012

33

Desktop Components
The desktop contains

Start Button Icons Task bar

4/14/2012

34

Start Button
Click the mouse on this button to view and navigate through all the programs of the windows
Start Button
4/14/2012 35

Icons
The little pictures on the desktop. You can click on these icons to access programs and files etc.

4/14/2012

36

Icons
The most common icons are of

My Computer.

Recycle Bin.

4/14/2012

37

My Computer
My Computer stores information about your computer system. It contains icons which give you access to your disk drives. It also provides access to the Control Panel (also accessible via the Start Menu), where you can adjust settings for your system.
38

4/14/2012

Recycle Bin
This is the equivalent of the wastepaper bin in your office. Contains the deleted files.

4/14/2012

39

Task bar
This is the long strip at the bottom of the screen. Used to switch back and forth between opened files.
Task bar

4/14/2012

40

Control Panel
Contains specialized tools that are used to change the way Windows looks and behaves. Some of these tools help you adjust settings like Date and Time, Network Connections etc.

4/14/2012

41

Control Panel Cont


Other tools help you set up Windows so that your computer is easier to use.

4/14/2012

42

Control Panel Cont


To open Control Panel, click Start, point to Settings, and then click Control Panel using the mouse.

4/14/2012

43

Basic Mouse Operations


You communicate with your computer with a mouse. When you move your mouse, your mouse pointer moves along with it. You access icons and perform tasks on your computer by moving your mouse, and clicking the mouse buttons. The primary mouse button is the left button, and the secondary button is the right button. The left mouse button is for double clicking, accessing, dragging, highlighting, etc. The right mouse button is for locating properties and other submenus on your computer.
44

4/14/2012

Folders
An object that can hold multiple files or documents. They are also known as the directories.

4/14/2012

45

Files
A collection of information that a computer uses. It is always in a particular format. For example, if you created a Microsoft Word document, the file is saved so that Microsoft Word can open and read it. Files are made up of the File name, and the Extension.

4/14/2012

46

Files Cont
The file name is the first part of the File. This name can be up to 255 characters long in Windows and is set by the user. It should be descriptive of what the particular file or document consists. The extension is the second part of the name of the File. It is three characters long and tells the computer to associate the file with a particular program.
47

4/14/2012

Creating Folder
Double click the My Computer Icon on the desktop to open the My Computer Window.

4/14/2012

48

Creating Folder Cont


Double click any drives from the Hard Disk Drives section.

4/14/2012

49

Creating Folder Cont

Select File>New>Folder from the main menu to make the new folder in the selected hard drive.

4/14/2012

50

Creating new Folder Cont


A new folder is displayed with the default name, New Folder, selected. Type a name for the new folder, and then press ENTER.

4/14/2012

51

Copying Files and Folders


Click My Computer Icon Select the drive or folder you want to work with. Click the file or folder you want to copy. On the Edit menu, click Copy. Open the folder or where you want to copy. On the Edit menu, click Paste.

4/14/2012

52

Cont

4/14/2012

53

Deleting Files and Folders


Click My Computer Icon Select the drive or folder you want to work with Click the file or folder you want to delete by pressing the Delete key.

4/14/2012

54

4/14/2012

55

Das könnte Ihnen auch gefallen