Unit 3 - Computer Systems. Logical vs Physical A computer system can be represented in either a logical or physical form Both are useful in understanding.

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
INTRODUCTION OF COMPUTER
Computer Bits and Parts Parts of the computer system.
Computer Components.
Using Computers CS French Chapter 1.
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)
Introduction to Computers
Computer Hardware.
Elements of the Computer (How a processor works)
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
Introduction to Computers and Python. What is a Computer? Computer- a device capable of performing computations and making logical decisions at speeds.
Computer Systems. Note to the student Please make brief notes on the following computer hardware + software components After each section research the.
Computer Basics An overview of computer hardware ICT Tools: Computer Basics.
An Introduction To Computer Hardware
Lesson 3 — How a Computer Processes Data
Chapter 3 Computer Hard ware
Computer Organization 1. INTRODUCTION The Second half of the twentieth century is usually known as the Age of Computers The term ‘Computer’ originates.
The Computer Systems By : Prabir Nandi Computer Instructor KV Lumding.
COMPUTER SYSTEM.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
Introduction to Computers
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.
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.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
What is a computer? Computer is a device for processing information.
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
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.
Computers Are Your Future Chapter 1 Slide 1 Introduction to the Computers & Internet Chapter 1 Concepts of Information Technology IT.
Parts of a Computer - Introduction
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
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.
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.
DAILY QUESTION April 29, What is the difference between ROM and RAM? Hint: Use your book!
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,
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
COMPUTER HARDWARE & SOFTWARE INTRODUCTION TO LIBRARY & INFORMATION SCIENCES (5501) WORKSHOP SPRING 2013 By: Huma Malik Librarian, Preston University, Islamabad.
Five Components of a Computer Input Device – keyboard, scanner, PDA/stylus, digital camera, mouse, MP3 player, fax machine, microphone Storage Device –
Computer Architecture and Number Systems
Computer Systems Nat 4/5 Computing Science Computer Structure:
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Introduction to Computers
08/28/06 parts of the computer.
The Computer Work Stations
Objective 2.01: Classify computer components
PARTS OF THE COMPUTER squires productions.
Objective 2.01: Classify computer components
PARTS OF THE COMPUTER.
Basic Computer Organization
Introduction to Computers
Introduction to Computers
National Diploma in Computer Studies
Logical Computer System
Fundamental of computer
INTRODUCTION TO COMPUTERS
Objective 2.01: Classify computer components
COMPUTER FUNDAMENTALS i
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.
4. Computer system.
08/28/06 parts of the computer.
Presentation transcript:

Unit 3 - Computer Systems

Logical vs Physical A computer system can be represented in either a logical or physical form Both are useful in understanding Computer Systems theory. Logical Computer System Presentation Unit 3Slide 2

Physical Computer System The actual hardware as seen in real life Contains micro-electronics and physical mechanisms Powered by electricity Very detailed and complex Difficult to fully understand without a working knowledge of electronics. Logical Computer System Presentation Unit 3Slide 3

Physical Computer System Task  What makes up the physical computer system? Logical Computer System Presentation Unit 2Slide 4

Physical Computer System CPU Monitor Keyboard Mouse Printer Logical Computer System Presentation Unit 2Slide 5

Logical Computer System A basic model of a computer system The model is built from a number of different blocks Each block performs a different task All blocks work together to process data into information Model is conceptual – could not be physically the same in real-life Less complex, easier to understand. Logical Computer System Presentation Unit 3Slide 6

Data Flow BTEC Level 2 Dip IT - Unit 3 Computer Systems Data flows around the computer via the form of electrical impulses called bits. A computer can only recognise ‘0’ and ‘1’( Binary Code). All data flows in and out of the Central Processing Unit.

Logical Computer System Logical Computer System Presentation Unit 3Slide 8 CPU Control Unit Input Device Backing Storage Output Device Main Memory ALU Test me!

How the CPU works BTEC Level 2 Dip IT - Unit 3 Computer Systems The Central Processing Unit (CPU) of a computer is the main processor which operates the computer - ie it carries out the instructions of the program being run. The CPU has three main parts... The A.L.U. (Arithmetic and Logic Unit) which performs all the calculations. The Control Unit - which controls the flow of data round the computer by sending out control signals. Memory - which is used to store data.

Basic Diagram of the CPU BTEC Level 2 Dip IT - Unit 3 Computer Systems CU- Control Unit ALU- Arithmetic and Logic Unit Memory

Input Device  A device which lets the user “feed” data into the computer  Converts data into a stream of electronic digital signals  Digital signals will be converted into binary inside the computer  Some sample real-world input devices; keyboard, mouse, light pen, scanner, microphone, camera, motion sensors, biometric devices such as a fingerprint scanner, OMR/OCR readers for direct data capture etc. Logical Computer System Presentation Unit 3Slide 11

Main Memory Stores data before being processed by CPUCPU Stores program being executed by computer Is volatile - when power is removed, data is lost Often called “RAM” - Random Access Memory Stores processed data before it is outputoutput Contents are filled by Input Devices, Backing Storage or the CPUInput DevicesBacking Storage CPU Data that needs to be saved (for future use) is written to the backing storage.backing storage Logical Computer System Presentation Unit 3Slide 12

Backing Storage  Usually non-volatile, although its contents may be deleted  Loads previously stored data into the main memorymain memory  Loads previously written programs into memory for processing by CPUCPU  In the real world may be internal or external  Usually mechanical (eg Hard Drive, CD or DVD Writer) which slows a computer system  Data is usually “read” (loaded) or “written” (saved). Logical Computer System Presentation Unit 3Slide 13

Output Devices Converts processed data, stored in main memory, into a form that can be understood by a human as informationmain memory Some sample real-world output devices; monitor (CRT or TFT/LCD), speakers, printer, plotter, robot, etc. Logical Computer System Presentation Unit 3Slide 14

CPU  CPU is an abbreviation of Central Processing Unit  The CPU is often called the Processor  The CPU is the computer’s brain  The speed of the CPU generally determines the efficiency and power of the computer system  The CPU consists of two sub-systems: The ALU (Arithmetic/Logic Unit) and the Control Unit. The former performs basic calculations and logical comparisons. The latter co-ordinates and runs the computer’s operations. Logical Computer System Presentation Unit 3Slide 15

Activity Complete the worksheet activity by identifying the correct components on the logical computer system model. Logical Computer System Presentation Unit 2Slide 16