1 ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers.

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

An Overview of the Computer System
An Overview of the Computer System
Parts & Functions of a Computer. 2 Functions of a Computer.
Using Computers CS French Chapter 1.
1 THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering ENG224 Information Technology Part I: Computers and Internet.
Computer Hardware.
Computer Parts There are many parts that work together to make a computer work.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
Random access memory is a form of computer data storage. A random-access device allows stored data to be accessed directly in any random order.
1-1 Introduction to Computer Science Computer Hardware Components: CPU, Memory, and I/O What is the typical configuration of a computer sold today? Minia.
Basic Computer Structure and Knowledge Project Work.
By: Dwayne Burl.  The Central Processing Unit (CPU) is responsible for interpreting and executing most of the commands from the computer's hardware and.
Chapter 3 Computer Hard ware
B.A. (Mahayana Studies) Introduction to Computer Science November March The Motherboard A look at the brains of the computer, the.
Explore the Parts of a Computer
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
Configuration.
Computer Parts There are many parts that work together to make a computer work.
Computer Components Checklist There are many parts that work together to make a computer work.
Computer Basics.
The Mechanics Of Computers The Operating System (OS) & Hardware.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
School of Computer Science & Information Technology G6DICP Introduction to Computer Programming Milena Radenkovic.
Computer Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
Module 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE INTRODUCTION TO HARDWARE & SOFTWARE.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Parts of the Computer System
An Overview of the Computer System lesson 1. This lesson includes the following sections: The Parts of a Computer System Looking Inside the Machine Software:
Computer Hardware. The Desk Top Computer A PC is a general-purpose information processing device. It can take data from a person (through the keyboard.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
UNIVERSITI TENAGA NASIONAL “Generates Professionals” MODULE 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE.
General Computer Knowledge COE 201- Computer Proficiency.
Computer Parts There are many parts that work together to make a computer work.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
5 th October 2004Hardware – KS41 Hardware Objectives: Computer systems  What do they do?  Identify the hardware that makes up a computer system (PC)
Digital Literacy: Computer Basics
Introduction To Computers
Computer Parts There are many parts that work together to make a computer work.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
COMPUTER HARDWARE & SOFTWARE INTRODUCTION TO LIBRARY & INFORMATION SCIENCES (5501) WORKSHOP SPRING 2013 By: Huma Malik Librarian, Preston University, Islamabad.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Computer is a general-purpose device that can be programmed to carry out a set of arithmetic or logical operations automatically. Since a sequence of.
IT Chapter 2 Part A How Computers Work Input, process, output, and storage The operating system helps the computer perform four basic operations,
Computer Parts There are many parts that work together to make a computer work.
ICT COMPUTER FUNDAMENTALS
Computer Components ICS 3U0.
An Overview of the Computer System
ICT COMPUTER FUNDAMENTALS
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
An Overview of the Computer System
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Computer Based Technology:
Computer Hardware Prepared by:- Mr. Pawan Kumar
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Electronic device Accepts data - input
4. Computer system.
Presentation transcript:

1 ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers

2 Reference Peter Norton, Introduction to Computers, McGraw Hill, 5 th Ed, 2003 ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers

3 ENIAC The first practical computer Built in 1945, weighed more than 30 tons Require 1500 sq. feet In 1949, Popular Mechanics magazine predicted “computers in the future may perhaps only weigh 1.5 tons !!!” ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers

4 Components of a computer system ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers

5 Hardware ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers

6 Hardware CPU: Central Processing Unit – Brain of the computer – Manages all devices and performs the actual processing of data – Carry out instructions given by user – For Personal Computer (PC), the CPU is usually included in a single Integrated Circuit (IC) chip (called Microprocessor) – Nowadays, one or more microprocessors (chips) can be used to form a CPU  Parallel Processing ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers

7 Hardware Input and Output devices – Interface between the outside world and the computer system – Input devices: keyboard, mouse – Output devices: monitors, printers – Other I/O devices: network adapter, USB, disk interface … ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers

8 Hardware Memory – Internal memory / Main memory Random Access memory (RAM) – Main feature 1: volatile  requires continuous supply of electrical power to retain information – Main feature 2: cheap in terms of bytes per dollar  suitable for large volume data storage – Functions:  Receive commands / data from keyboard  Store info ready to be sent to output  Store currently running programs/their data  Store immediate data generated by the currently running programs ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers

9 ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers Another kind of memory Read Only Memory (ROM) – Main feature 1: non-volatile  data retain even when the power is off – Main feature 2: relatively expensive and can only be written once  suitable for storing essential data but in small volume – Usually used for system boot up and basic control of I/O devices  When a computer first powers up, nothing is in RAM  Need ROM to store the instructions to set up various I/O devices, such as disk interface card, video adapter card, sound card, etc. – ROM is used to store BIOS (Basic Input/Output Systems)

10 Hardware Storage devices – External memory Non-volatile Used to store programs/data for future use Also used when the capacity of the internal storage is insufficient to keep the currently running programs and the data required Floppy disks, hard disks, CD ROMs, Magnetic tapes ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers

11 Hardware Main differences between storage & memory: – Larger capacity in storage than in memory – Data in storage are retained while data in memory disappear when power is off – Storage is much cheaper than memory ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers

12 ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers Stored Program Concept – In 1949, Dr John Von Neumann defined the stored program concept that greatly affected the development of nowadays computers – Suggested that program instructions should be stored in a memory unit just like data  Instructions: Commands of user  Data: Information that commands work on – Hence rather than hardware programmable, should be software programmable

13 ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers User interacts with application software System software enables the application software to interact with computer CPU and help the computer to manage its internal resources (hardware)

14 Application Software Develop to fulfill certain needs of users Either customized or packaged – Customized software Designed for a particular customer according to their needs Payroll, inventory control, … – Packaged software Developed for general use Microsoft word, excel, Access, power-point, … ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers

15 System Software Exists primarily for the computer itself Hides the hardware complexities Brings the different hardware configurations into common platforms and accessible by the users Consists of several programs, the most important one is the operating system (master control program that runs the computer) ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers

16 Operating System Master control program – Manage all resources of the computer CPU, memory, disk, monitor, network, … – Co-ordinate running programs Runs as soon as the computer boots up, until the computer shuts down Usually store in the hard disk and load into the memory when the computer starts Need the help of BIOS for I/O devices E.g. Windows, Unix, Linux ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers BIOS Operating System I/O Devices Other resources

17 When power up, nothing is in RAM. No control is possible to the hard disk to load the OS CPU starts to read the BIOS instructions stored in the ROM Things that normally perform –Initialize all I/O devices: hard disk, video, mouse, keyboard, CD-ROM, etc –Load the bootstrap loader of the operating system to RAM –Start to execute the bootstrap loader in RAM The bootstrap loader further loads the other part of the operating system to the RAM ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers How the OS is loaded into memory?

18 CPU Main Memory (RAM) BIOS (Stored in ROM) Hard Disk Mother Board Disk Interface Video Interface Monitor Disk Interface Video Interface Bootstrap loader OS ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers