INTRODUCTION OF COMPUTER

Slides:



Advertisements
Similar presentations
Components of a computer system
Advertisements

COMPUTER ARCHITECTURE JC Harambearachchi. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation.
CENTRAL PROCESSING UNIT
Types of Computers & Computer Hardware Computer Technology.
Using Computers CS French Chapter 1.
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Category1 Computers Category2 CPU.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Introduction to Computer Systems
0 What is a computer?  Simply put, a computer is a sophisticated electronic calculating machine that:  Accepts input information,  Processes the information.
CMSC 104, Version 9/01 1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The.
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
Computer Organization ANGELITO I. CUNANAN JR. 1. What is Computer?  An electronic device used for storing and processing data.  It is a machine that.
BLOCK DIAGRAM OF COMPUTER
Lesson 3 — How a Computer Processes Data
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Configuration.
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
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.
Lesson 2 — How Does A Computer Process Data?
Introduction to Computers
Computers Parts/Types. Topics Definition Types of Computers Parts of Computer System Impact on Society.
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.
Business Computer Information Systems I.  Knowing how to use a computer is a basic skill necessary to succeed in business or to function effectively.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Intro to Computers Computer Apps 1.
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Computer Architecture
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
CSCI-100 Introduction to Computing Hardware Part I.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
Parts of the Computer System
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
Machine Architecture and Number Systems
Electronic Analog Computer Dr. Amin Danial Asham by.
General Computer Knowledge COE 201- Computer Proficiency.
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,
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
The Computer System.
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.
Hardware Information Created by Nasih 1. Hardware  The physical components of a computer system, including any peripheral equipment such as printers,
Introduction To Computers
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
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 
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 Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Computer Architecture and Number Systems
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computing Science Computer Structure: Lesson 1: Processor Structure
An Overview of the Computer System
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Looking Inside the machine (Types of hardware, CPU, Memory)
Introduction to Computing Lecture # 1
An Overview of the Computer System
PARTS OF THE COMPUTER squires productions.
Computer Electronic device Accepts data - input
PARTS OF THE COMPUTER.
Logical Computer System
Fundamental of computer
Hardware Information Created by Nasih.
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Computer Electronic device Accepts data - input
4. Computer system.
Introduction to Computers
Presentation transcript:

INTRODUCTION OF COMPUTER

INDEX….. BLOCK DIAGRAM OF COMPUTER COMPONENTS OF COMPUTER HARDWARE-I/0 HARDWARE MEMORY C.P.U

A Computer is A programmable machine. It can execute or run a pre-recorded list of instructions which follow certain rules (a program). Modern computers are electronic and digital. The actual machinery wires, transistors , and circuits is called hardware; the instructions and data are called software.

Block diagram of computer BACK

Components of a Computer System Computer hardware provides the physical mechanisms to process, store, and input /output data. Includes CPU, memory, I/O devices Software provides instructions to tell the hardware what tasks to perform. It includes system (eg Windows XP) and application (eg Excel) software Data in the computer may be representing numbers, characters, graphics etc but is always kept in a form that the hardware and software can manipulate. BACK

Hardware – I/O Input Devices collect & translate raw data into form useable by computer. e.g keyboard accepts letters and numbers and converts them to a binary code such as Unicode. Output devices produce results in useable form for user (or another device). e.g. monitor converts binary codes to characters and images, while modem converts digital data to analog form for transmission over telephone lines. BACK

Hardware – I/O Peripherals 1Input Devices Mouse Keyboard 2 Output Devices Monitor (VDU) Printer BACK

Hardware - memory Memory - Purpose of memory is data storage. Two major types of memory : Primary memory - to hold data and instructions during processing eg RAM. Relatively limited capacity and volatile Secondary memory - to provide permanent long term storage eg hard disk. High capacity and non-volatile BACK

Hardware - memory Secondary storage consists of non-volatile high-capacity devices to store programs and data not currently required by CPU. Hard and floppy disks, and tapes store data as magnetized spots. CD’s and DVD’s store data as pits or surface marks detectable by laser light.

Hardware- memory Digital computers deal with data in binary form - all data is represented using just two digits - 1 or 0. Letters and other symbols are assigned unique binary codes. Primary memory consists of a set of locations defined by sequentially numbered addresses. Each location contains a binary number that can be interpreted as data or an instruction. BACK

Main Memory (RAM) Different from disk storage used to temporarily store Data in modern computers memory is 512 MB.

Central Processing Unit ( CPU) 1.Acting as the brain of the computer’ 2.Currently the Intel-Pentium microprocessor is the most common CPU though there are many types BACK

Hardware- the CPU CPU performs actual processing of data, according to instructions from programs. Data and programs are stored in primary and secondary memory, and moved to and from CPU as required. Signals representing data and instructions travel between system components along electronic pathways, called buses. Capacity of bus is critical to system performance.

Hardware - The Processor The CPU is a general purpose processor that performs data manipulation and/or transformation functions including computations, comparisons and data movement. The CPU consists of 3 main parts: ALU - where arithmetic and logical operations performed Control Unit - controls data movement and execution of instructions Registers - small high speed storage areas BACK

THANK YOU