Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.

Slides:



Advertisements
Similar presentations
Computer Basics Whats that thingamagige?. Parts of a computer.
Advertisements

Computer Systems I’m ONLY a machine!.
Basic Computer Hardware and Software.
What Is A Computer System?
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Backing Storage Chapter 18.
Computer Hardware Information Technology Week 5 and 6
IC3 GS3 Standard Computing Fundamentals Module
Storage Devices and Media
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
V Material obtained from summer workshop in Guildford County.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
Chapter 3 Computer Hard ware
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Explore the Parts of a Computer
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
CHAPTER 7 Storage Katie Moody Storage Storage holds data, instructions, and information for future use. Every computer uses storage to hold software.
INFO1 – Practical problem solving in the digital world
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Computers Inside and Out
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
Introduction to Computers
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Computer Hardware Information Technology Week 5 and 6
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Inside your computer. Hardware Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
Data Storage. 3 types of storage to remember ROM RAM Secondary or backing storage.
Memory and Storage Computer Technology K. Steere.
Computers Are Your Future Chapter 1 Slide 1 Introduction to the Computers & Internet Chapter 1 Concepts of Information Technology IT.
 Identify computer system components.  Explain how the CPU works.  Differentiate between RAM and ROM.  Describe how data is represented.  Identify.
1 What is a computer? A computer is an electronic device that allows you to process and store data (information). Data is entered into the computer by.
CSCI-100 Introduction to Computing Hardware Part I.
Chapter 1 Computer Hardware1 Computer Hardware A level Computing Book (Reference) By P.M.Heathcore.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
1 Objectives Discuss reasons for taking this course on computers Outline the scope of this course Define the computer Differentiate between hardware and.
Storage devices 1. Storage Storage device : stores data and programs permanently its retained after the power is turned off. The most common type of storage.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Basic Computer Hardware and Software. Guilford County SciVis V
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Basic Computer Hardware and Software.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
Computer Basics Just How Does a Computer Work?
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Computer Performance & Storage Devices Computer Technology.
COMPUTER COMPONENTS Ms Jennifer Computer Components.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
ICT COMPUTER FUNDAMENTALS
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Basic Computer Hardware and Software.
ICT COMPUTER FUNDAMENTALS
Introduction to Computer Architecture
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Introduction to Computers
Business Computer Technology
Introduction to Computers
Basic Computer Hardware and Software.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Introduction to Computers
Standard Grade Revision
Presentation transcript:

Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3

Outline  Computer Components  Hardware Components  Central Processing Unit  Input Units  Output Units  Memory Unit  Storage Units 2

Computer Components  Computers have two main components:  Hardware Physical components like screen and keyboard  Software Set of instructions that tells the computer what to do and how to do it 3

Hardware Components  Central Processing Unit  Input Units  Output Units  Memory Unit  Storage Units 4

Memory Unit Kinds of Memory Primary Memory Secondary Memory

1- Primary Memory Forms of Primary Memory ROM Cash Memory Flash Memory RAM

1- RAM (Random Access Memory)  Main memory in a computer.  It work when the computer is run, all software must holds from the hard drive to the main memory to work on it.  All the user work are stored in this memory until saved it on the hard disk or another storage device.  RAM is volatile, means the data will be lost once the computer shuts down, So it is recommended to save work first by first.  RAM is measured in Megabytes(MB) and memory speed measured in Megahertz(MHz).

2- ROM (Read Only Memory)  It is very small capacity and keeps instructions which make the computer work.  It is not volatile.  The computer cannot write on it or use it.

3- Cache memory  It is linked to the CPU.  It is very fast.  Keeps the data and programs that are used a lot so to decrease the calling time from the main memory and increase speed of the computer.  These days the capacity reach to KB.

Memory 4- Flash  It is not volatile like ROM.  The data are stored into blocks, so it saves and erased data in fast way.  Used to save BIOS in the computer.  It can be used in Mobiles, Portables, digital camera and printers.

Power Cuts If there is a power cut while the computer is On: 1- Unsaved information will be lost. 2- Some files or programs may be corrupted.  When you open the device again after return the electricity implemented program is check the hard drive automatically to news about the mistakes and failures the action.

To decrease the damaged when the power cuts, do the following: 1- Turn off the computer and unplugged. 2- Use Surge protectors. 3- Use an Uninterrupted Power Supply(UPS) that will keep the computer running for a little period to save your work and shut down your computer.

Representing Data in the Computer  Main memory similar human memory and secondary memory like WordPad or the book, both to remember certain information but operate in a special way.  The data are stored in the computer by using binary system (symbols 0.1).  Off = 0, On=1  Each of these symbols are named (bit), bit is shortcut for Binary Digits.  Each 8-bit called (Byte) (8 bits = 1 byte).  Byte is the number of binary units that required to represent a single code in a computer.  Memory capacity are measured by Megabyte. Bits per seconds(bps)  Transmission rate of data from and to memory are measured by the number of bits per second Bits per seconds(bps)

Bit1,0 Byte 8 Bit (one character) Kilo Byte 1024 Byte= 2 10 Byte Mega Byte 1024 Kilo Byte= 2 20 Byte Giga Byte 1024 Mega Byte= 2 30 Byte Tera Byte 1024 Giga Byte= 2 40 Byte Memory Capacity Measurement

Terabyte Gigabyte Megabyte Kilobyte Byte Bit 1024× 8×8× 1024÷ 8÷8÷

Exercise We have a memory of a computer store bytes of data What is the size of the data of KB unit? If one of KB = 1024 bytes The bytes ÷ 1024 = 2048 KB

Memory Chips  RAM is manufactured on Chips.  Chips are assembled on small cards that can be inserted into slots of the motherboard.  Each card has a storage capacity ( ) MB.  You can adding extra memory to the computer to upgrade your computer.

Secondary Storage  Used to store software and data files permanently before shutting down your computer.  Slower than the main memory.  It has different types and each have special drive, you must put it before use.

Hardware Components Input Units Output Units 19 Control Unit Storage Unit ALU Unit

Hardware Components Input Units Output Units 20 Control Unit Storage Unit ALU Unit

Storage Unit Internal Unit External Unit 21

Internal Storage Device 1- Hard Disk:  The most important storage media because it is very fast and high capacity (Gigabyte)  Located inside the system unit.  It is composed of several magnetic disks in a signal unit.  Extra hard disk can be added externally or internally.

External Storage Device  Floppy Disk  Optical Disk  USB Flash Drive  External Hard Desk 23

1- Floppy Disk:  It is a magnetic disk in plastic case.  It is small and portable.  Inexpensive.  It has 1.4 MB capacity.  It is used to transfer files from one computer to another.  Slower than the hard disk. External Storage Device

2- CD-ROM (Compact Disk - Read Only Memory)  Uses laser to read information.  It can store large amount of data up to 750MB  Used to store multimedia software.  Slower than the hard disk.  The computer must be has a special drive to read or write this disk. There are tow basic types of CDs: 1- CD-R (Recordable): can be written to once, and can be read many times. 2- CD-RW (Rewritable): can change, erase and add more data. External Storage Device

3- DVD (Digital Versatile Disk):  Uses optical discs technique.  High capacity measured in Gigabytes.  Used to store high quality films and video.  It can store large amount of data between 4.7 to 17 GB. 4- Zip Disc:  Similar to floppy disks but bigger.  It can store large amount of data ( MB) 5- USB flash drive:  Small and can be placed into pocket.  Used to save and transmit large multimedia files.  To use it, connecting to a USB port. External Storage Device

6- Magnetic Tape:  It is made of flexible plastic coated on one side with magnetic material.  Used to mainly provide duplicate storage as a backup. 7- Smart Card:  Looks like credit card.  Contain a microprocessor and memory chip.  Ex. Telephone Cards. External Storage Device

Stored Data  Storage devices are important because they are stored the data away of the main memory.  A Set of characters makes a Field.  A Set of fields makes a Record.  A Set of records makes a File.  Files are stored in a Directory.  Each files have a name (chosen by the user) and extension (selected by the program)

There are a lot of operations that can be made on files: 1- Creating, naming and saving file. 2- Copying, moving and deleting file. 3- Retrieving information. 4- Displaying, updating and printing file. 5- Uploading and downloading file. 6- Exporting and importing file. 7- Compressing and protecting file.

Computer Performance Computer Performance: Factors that affect the speed of CPU processing: 1- Clock Speed: the faster clock speed increased the instructions that will be executed per second and so increase the speed of the computer 2- Main Memory Capacity: If the amount of your work is greater than the memory capacity, the computer will be use a part of a hard disk, but it is slower than the main memory. 3- Hard Disk Speed: the access speed of data and software will affect computer performance.

Computer Performance 4- Bus Speed: is an electrical pathway which carries the data and commands between the parts of the computer.  Address Bus: transfer information about where the data should go.  Data bus: transfer actual data to the desired address.  Control Bus: carries commands from the CPU to other parts (what they must doing). 5- Graphics Acceleration: it has processor and special memory for displaying graphics. 6- Number of Running Applications: if you run many applications at the same time the performance will be decrease.