COMPUTER FUNDAMENTALS David Samuel bhatti

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

Computer Components.
Introduction to Computer Systems
Computer Hardware.
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Input, Output, Processing and Storage
COMPUTER SYSTEM.
What is Information Technology?
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
Computer Basics An overview of computer hardware ICT Tools: Computer Basics.
Parts of a Computer.
Chapter 3 Computer Hard ware
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
Configuration.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
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.
The Computer Systems. Computer System CPU Is the brain of the PC. All program instructions are run through the CPU Control Unit This decodes and executes.
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.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
I T Essentials I Chapter 1 JEOPARDY HardwareConnector/CablesMemoryAcronymsPotpourri
What is a computer? Computer is a device for processing information.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
Computer Basics Common Components
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
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.
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.
Parts of a Computer. Two Basic Components of a Computer System Hardware Parts of the Computer System you can physically touch Software Computer Instructions.
Chapter 2.
Parts of a Computer. Keyboard: The input device that you use to type letters, numbers, and symbols into a computer.
PCs ENVIRONMENT and PERIPHERALS Lecture 1. Software The series of instructions that tells the hardware how to perform tasks Software The series of instructions.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
Five Components of a Computer Input Device – keyboard, scanner, PDA/stylus, digital camera, mouse, MP3 player, fax machine, microphone Storage Device –
Computer Basics 1 Chapter One Computer Basics Part 1.
Computer Architecture and Number Systems
CPU Lesson 2.
Components of Computer
Principles of Information Technology
System unit Performed by Bektasova P.S. Checked by Sultanova Zh.Zh.
Parts of a Computer I plan to use this presentation for an introduction at the start of the year. Maybe even create a “word wall” with the cards.
C_ITCO011/C_ITCO111 LECTURER: E.DONDO
Technology Foundations
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
CS703 - Advanced Operating Systems
Business Computer Technology
Introduction to Computers
Lecture 3 The Hardware.
Objective 2.01: Classify computer components
Hardware and Software.
Keyboarding Class LHMS Ms. Key © Mr. Thrasher
Objective 2.01: Classify computer components
PARTS OF THE COMPUTER.
Identification And Function
Introduction to Computers
Introduction to Computers
Five Key Computer Components
Objective 2.01A: Classify Computer Components
Logical Computer System
Fundamental of computer
INTRODUCTION TO COMPUTERS
Objective 2.01: Classify computer components
Objective 4.01: Classify computer components
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
A451 GCSE Computing | Hardware| Required knowledge
4. Computer system.
Presentation transcript:

COMPUTER FUNDAMENTALS David Samuel bhatti

Learning Objectives  Computer  ALU  CU  CPU  Computer As A System

5 Basic Operation of Computer  Input  Store  Process  Output  Control

Computer Organization

Input Unit  Gets data from the outside world and convert it into from which is easily recognized by the computer system Keyboard, mouse, joystick, scanners, digital camera, bar code reader, touch Sreeen, Speech input device (microphone)

Output Unit  Gets data from the computer system and convert it into from which is easily recognized by the user(e.g human being)  Monitor  Speaker  Printers ( different types)

Storage Unit  Types of Storage  Primary Storage Data lost as soon as the power is switched off E.g RAM  Secondary Storage Data does lost even if the power is switched off E.g Hard Disk

ALU  Arithmetic and Logic Unit  Performs Arithmetic Operation +,-,*,/  Performs Shift and Rotate Operation Shift left, shift right  Performs increment decrement operations ++, --  Performs logic operations  AND, OR, XOR, NOT

CU  Control Unit  Controls and coordinates all other components of the computer system

CPU  Central Processing Unit  CU + ALU = CPU  Brain of Computer

Computer Components  Hardware: Physical components of computer system e.g mouse, keyboard, Hard Disk etc  Software: Set of instruction which guides the hardware to do some thing useful  Firmware: Software burnt into the hardware or programs stored in ROM

Ports  Parallel Ports  Trans data 8-bits at a time  The most common interface on a computer that is intended primarily for printers and other devices.  The downloaded data eight bits at a time over eight separate lines in a parallel cable with a DB-25 female connector, part of D-Subminiature connector style.  Speed ​​ data transfer is limited to 150 Kbps (kilobits per second) and could only send a range of ten meters.  2. Serial Ports  Also called COM ports used to connect devices such as modems via a serial interface  Transmits one data bit in the order of one second.  Especially, it was a 9-pin and 25-pin male size.  The transfer speed is limited to 57KBps and a maximum cable length of 50 meters.  3. USB  It is designed to plug and play, a force that both the parallel and serial ports to a standard to be defective.

Serial vs parallel vs USB EPP is a bi-directional mode for the parallel port, while ECP = Enhanced Capabilities Port, which is similar to the EPP in that it's bi-directional, but ECP also takes advantage of DMA, meaning that anything you send through the port goes directly through memory, rather than having to go through the processor, IIRC. For ECP help go to

Buses A bus, in computing, is a set of physical connections (cables, printed circuits, etc.) which can be shared by multiple hardware components in order to communicate with one another.  Address Bus (sometimes called the memory bus): transports memory addresses which the processor wants to access in order to read or write data. It is a unidirectional bus.  Data Bus: transfers instructions coming from or going to the processor. It is a bidirectional bus.  Control Bus: (or command bus) transports orders and synchronization signals coming from the control unit and travelling to all other hardware components. It is a bidirectional bus, as it also transmits response signals from the hardware.

Key Terms  ALU  CU  CPU  Bus  Data Bus  USB  Address Bus  Port  Parallel Port  Input Unit  Output Unit  Storage Unit  Primary Storage  Secondary Storage  Main Memory  System Unit  Port  USB  Serial Port