COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
The Central Processing Unit: What Goes on Inside the Computer.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Computer Hardware.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction to Computer Terminology
M206 – Data Measurement. Introduction ‘Have you ever wondered how the computer interprets data?’ This is the language that the computer understands. This.
COMPUTER SYSTEMS COMPONENTS 6 th grade. BCSI-1: Students will identify computer system components.  a) Identify and define the key functional components.
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
What is Information Technology?
HARDWARE Lesson 2. Components of a computer: 1)A Processor (or CPU) The brain of the computer 2)Memory To remember the programs and data that it uses.
Explore the Parts of a Computer
Georgia Institute of Technology Introduction to Programming Part 2 Barb Ericson Georgia Institute of Technology May 2006.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Introduction to Computers Business Technology Essentials.
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?
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
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.
Computer Basics By: Nicole Hayes. Purposes of Computers Business – Track inventory. – Calculate payroll. – Maintain databases. Personal – Surf the web.
How to use a computer and not lose your mind
Computer Parts. Two Basic Parts Hardware & Software.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
Intro to Computers Computer Apps 1.
Computer Basics 2.
The Central Processing Unit: What Goes on Inside the Computer
Computer Systems TexPREP Summer Camp Computer Science.
Computer Basics Terminology - Take Notes. What is a computer? well, what is the technical definition A computer is a machine that changes information.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
What does a computer do? Accepts data through inputting Processes data
CSCI-100 Introduction to Computing Hardware Part I.
Components of a Computer System
The Computer System CS 103: Computers and Application Software.
M204 - Data Representation
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
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.
ICT COMPUTER FUNDAMENTALS
Computer Hardware and Software
An Overview of the Computer System
UNIT 9 Computer architecture
Computer Hardware and Software
The Central Processing Unit
ICT COMPUTER FUNDAMENTALS
TexPREP Summer Camp Computer Science
Introduction to Computers
An Introduction to The computer.
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Introduction to Computers
Chapter 3 Hardware and software 1.
Introduction to Computers
Computer Hardware.
Chapter 3 Hardware and software 1.
COMPUTER FUNDAMENTALS i
Computer components.
Presentation transcript:

COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four major hardware component; input devices, output devices, processor and storage devices. To make sure the computer system fully function, it needs: Hardware Computer hardware consists of; Input devices Processor Output devices Storage

Software System Software  BIOS program, Operating System, utility programs and programming languages. Application Software  word processing, spreadsheets, databases, accounting, games, internet browser etc. User Computer user refers to the person who uses a computer for any purposes such as for work, business or entertainment.

INFORMATION PROCESSING CYCLE User will input data to be process by the processor. The storage hold database, files and programs. The output devices present the processed data as useful information products for the user.

Input devices When data is entered in the computer system, it is called an input. Input comes in various forms; texts, graphics, audio and video. Example : keyboard, mouse, scanner, digital camera and barcode reader. Process For every instruction, the control unit repeats a set of four basic operations called the machine cycle: Fetching – process of obtaining a program instructions or data item from memory. Decoding – process of translating a program instruction into signal that a computer can execute. Executing – process of implementing the instructions in a program. Storing – process of writing the result to the storage or memory.

Output devices Storage devices Output is a result of raw input data that has been processed by the cpu into meaningful information. Common forms of output; texts, numbers, graphics, sounds, animations and videos. Example : computer screen, speaker and printer. Storage devices System primary storage is RAM, but it can only hold data temporarily. Thus, secondary storage is needed to provide additional storage and the data stored in it is consider permanent until it is deleted. Example : hard disks, rewritable CDs and DVDs, diskettes and pen drive. Central Processing Unit (CPU) CPU is the brain of computer. All processing activities are done in the CPU. The processor must be connected to input devices, output devices and storage devices to carry out task.

DATA REPRESENTATION Binary digit Computer recognise only two discrete states: on and off. These states can be represented y two digits, 0 and 1. Each 0 or 1 is called bit in a binary system. Bit A bit is the smallest unit of data that the computer can process. Besides than represent the states on and off, a bit also represent true and false or yes and no. Byte Is a unit of information built from bit. One byte is equal to 8 bits. One byte represents a single character such as the number 3, letter b or a symbol. Character One byte represent one character such as a, 8, @ and many more. There are three character codes to represent character which are ASC!!, ABCDIC and Unicode.

INTRODUCTION TO BINARY CODING Before the use of ASCII, character codes were widely use as a medium for communication. Some of the character codes used are: Morse code (1791-1872) Telegraph (1845-1903) Hollerith Code (1860-1929) ASCII 1963 What is ASCII?? ASCII is a standard of 7-bit code used to represent characters, which include letters, numbers and punctuation marks. 7-bit allow the computer to encode 128 characters for the numbers 0-9, uppercase and lowercase letters A-Z and also punctuations.

Functions of ASCII To achieve compatibility between various types of data processing equipment making it possible for the component to communicate with each other successfully. Enable manufacturers to produce components that are assured to operate correctly in a computer. Make it possible for human to interact with a computer. Enables users to purchase components that are compatible with their computer configurations.

DATA MEASUREMENTS Kilobyte (KB) In mathematics, 1KB = 1000 bytes In computer, 1KB = 1024 bytes or 2 bytes. Megabyte (MB) 1MB = 1 048 576 bytes or 1MB = 2 bytes. Gigabyte (GB) 1GB = 1 073 741 824 or 1GB = 2 bytes Terabyte (TB) 1TB = 1 099 511 627 776 or 1TB = 2 bytes

CLOCK SPEED MEASUREMENT A clock speed unit is measured in Hertz. Megahertz (MHz) Mega is a prefix that stands for million.

Gigahertz (GHz) Giga is a prefix that stands for billion. Processing speed The system clock is one of the major factors that influence the computer speed. A CPU with the higher clock speed can process more instructions per second. For example, a 1GHz CPU is faster than a CPU operating at 800 MHz. Microprocessor speed Microprocessor speeds are determined by their clock speed and are usually expressed in GHz, billion of machine cycle per second. SPEED AND PATH A combination of speed and number of paths determines the total processing speed or channel bandwidth.