What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes.

Slides:



Advertisements
Similar presentations
Components of a computer system
Advertisements

Computer Memory/Storage Device
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
COMP6005 An Introduction to Computing Session Two: Computer Hardware.
Computer Components.
Introduction to Computer Systems
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
Computer Hardware.
5.1 Chaper 4 Central Processing Unit Foundations of Computer Science  Cengage Learning.
COMPONENTS OF A PERSONAL COMPUTER.
Computer Systems 1 Fundamentals of Computing
What is Information Technology?
BLOCK DIAGRAM OF COMPUTER
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-
Lesson 3 — How a Computer Processes Data
Chapter 2: Computer System Components
Chapter 3 Computer Hard ware
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Principles of Information Systems, Sixth Edition Hardware: Input, Processing, and Output Devices Chapter 3.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
Intro to Computers Computer Apps 1.
COMP1050 Winter 2015 Computer System Maintenance.
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Chapter 5 Computing Components. 5-2 Chapter Goals List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Information Technology Basic Computer Architecture Adnan Khalid.
Primary Storage Primary storage is the storage that is directly available to the CPU. It is also known as: Main Memory Main Memory Direct Access Storage.
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
COMPURT ORGANAZTION CHAPTER 5. Computer Organization We can divide the parts that make up a computer into 3 subsystems : 1. Central processing unit (CPU).
Computer Based Systems Stage 2 Information Technology Studies Computer & Communication Systems.
Principles of Information Systems, Sixth Edition Hardware: Input, Processing, and Output Devices Chapter 3.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
Computer Programming (1) Code & No.: CS 102 CREDIT HOURS: 5 UNIT Lecture 3.0 hours/week Lab: 2.0 hour/on every week a. This course introduces the students.
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
Chapter 2.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Hardware Information Created by Nasih 1. Hardware  The physical components of a computer system, including any peripheral equipment such as printers,
INPUT, Output & storage devices
CS 1410 Intro to Computer Tecnology Computer Hardware1.
CH (5) Computer Organization
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
Computer Basics 1 Chapter One Computer Basics Part 1.
Components of Computer. Memory Unit Most important part of the computer Used to store data and instructions that are currently in use Main memory consists.
Chapter 2 content Basic organization of computer What is motherboard
Computer Architecture and Number Systems
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
introduction to computer
Electronics Technology
Introduction to Computers
The Computer Work Stations
PARTS OF THE COMPUTER squires productions.
PARTS OF THE COMPUTER.
Computer Based Technology:
Introduction to Computers
Introduction to Computers
MICROPROCESSOR MEMORY ORGANIZATION
Fundamental of computer
Chapter 2 Processing Data Peter Norton’s  Introduction to Computers Data Useful output.
Chapter 5 Computer Organization
Computer Electronic device Accepts data - input
Computer Memory.
Computer components.
Presentation transcript:

What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes generate output.

Major functions of Systems. Input Processing Output Storage

Categories of Computer hardware 1. The central Processing Unit (CPU) 2. Input devices, Which allow data to be entered into the computer 3. Output devices, which are use for outputting data from the computer. 4. Storage devices both primary and secondary.

Central Processing Unit (CPU)  It is the part of the computer that does the processing. It also controls the transfer of data between memory and the other devices.

Main Components of the CPU are: 1. The control Unit (CU) 2. The Arithmetic/Logic Unit

The Control Unit (CU)  The CU is the part of the CPU which control the operation of the CPU. It is use to: 1. To control the flow of programs and data in and out of the primary memory. 2. To read and interpret program instructions 3. To control the flow of information to and from all the components of the computer.

The Arithmetic/Logic Unit  This is the part of the CPU that does the following: 1. Performs arithmetic operations. These operation include addition, subtraction etc. 2. Perform logical operations. These includes reasoning and performing the comparisons necessary to make decisions.

Primary Storage Primary storage is the storage that is directly available to the CPU. It is also known as:  Main Memory  Direct Access Storage  Immediate Access Storage (IAS)

Primary Storage is made up of 2 types of storage RAM and ROM. Primary Storage RAM ROM

What is Random Access Memory (RAM) The contents in this type of memory are temporary and are lost when the computer is turn off (the data is volatile). RAM is use to store the instruction and data for currently running program and the operating system.

Types of RAM  Static RAM (SRAM)  Dynamic Random Access Memory (DRAM)  Synchronous DRAM (SDRAM)

What is READ ONLY MEMORY (ROM) This is a chip or a group of chips containing instructions for the CPU. Only the CPU has access to this memory type. When we turn on the computer, the CPU gets its first instructions from the ROM.

Types of ROM  Programmable Read only Memory (PROM)  Erasable Programmable Read Only Memory (EPROM).  Electrically Erasable Programmable Read Only Memory (EEPROM).

Comparison Between ROM and RAM RAMROM Data can be both read and writtenRead-Only VolatileNon-volatile Content modify by program on the computer in question Content modify by manufacturer Use Chips Data can be randomly access

Secondary Storage  Unlike primary storage, secondary storage is not done on chips. Some examples of secondary storage devices are: 1. Hard disks 2. Magnetic tape 3. Floppy disk 4. Microfilm 5. Optical disk 6. Flash drive/flash memory card

Technical terms used with the storage of data 1. Bit – it is the smallest unit of storage 2. Byte- is a group of eight bits 3. Word – the size of the data or instruction that the CPU can handle in a single cycle. 4. Word- length /word size – the number of bits in a word 5. Address – the location in memory where data is stored 6. Character – any digit, letter or symbol

Input/output Devices  Input Devices 1. Mouse 2. Keyboard 3. Joystick 4. Scanner 5. Microphone

 Output Devices 1. Monitor 2. Printer 3. Plotter 4. Speakers

Questions 1. Name three devices other than the typical computer where ROM may be use. 2. You were typing a document on the computer and the power to the computer was interrupted momentary. When the computer was restarted the document was no longer in memory. a. explain why the document was not still in memory b. Give on precaution that can be employed to ensure that a document is not completely lost in the event of a power failure.

Home Work  Explain what is a Bistable device ?