By Matthew Johnson & Nathan Woods. Input An input is something that gives information into the computer that can be processed such as: Keyboard Mouse.

Slides:



Advertisements
Similar presentations
What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
Advertisements

Inside the Computer Mr. Rowe Computer Tech
The Central Processing Unit (CPU) Understanding Computers.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Computer Components.
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
Computing Components 01/26/11. Announcements & Reminders Programs 1 due Friday, 9/2/11 What is my late policy? Proxy Codes for Labs  You should be able.
GCSE Computing - The CPU
MIS 175 Spring Learning Objectives When you finish this chapter, you will: –Recognize major components of an electronic computer. –Understand how.
CPU Describe the purpose of the CPU
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.
Instructions Slides 3,4,5 are general questions that you should be able to answer. Use slides 6-27 to answer the questions. Write your answers in a separate.

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
WHAT IS THIS? OBJECTIVE AND OUTCOMES Candidates should be able to: Describe and explain the CPU as fetching, decoding and executing of instructions and.
Computing hardware CPU.
Unit 2 - Hardware Microprocessors & CPUs. What is a microprocessor? ● The brain of the computer, the microprocessor is responsible for organizing and.
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.
1 BUSINESS TECHNOLOGY TODAY Chapter Two How ICT Works.
1 Bits, Bytes, and Binary Numbers Bits and bytes are small pieces of computerized data that communicate commands to a computer’s CPU: A bit is either a.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Session 3 Process and organize data 1. Terminology 2 For a list of computer and internet terminology, please see the.
Computer Parts Hardware.
Computer Basics.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
The Central Processing Unit
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.
By charlotte Westbury and charlotte Kollosche HOW COMPUTERS AND IPADS WORK.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
Chapter 4 Information Technology in Business: Hardware.
Parts of a Computer - Introduction
What does a computer do? Accepts data through inputting Processes data
Parts of the Computer System
Hardware. Task Time (minutes)  1. Complete self assessment sheet Read through the chapter on hardware Work through the questions on the revision.
Looking Inside the Computer System
Computer Architecture2  Computers are comprised of three things  The physical computer  The operating system  The user and programs running on the.
General Computer Knowledge COE 201- Computer Proficiency.
HOW IT WORKS …. REVIEW: BINARY NUMBERS DECODE THIS MESSAGE
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.
By Tom and James. Hardware is a physical part of the system that you can pick up and move. There are two types of hardware, external and internal. External.
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
Session 4 Teaching Computing to GCSE Level with Python.
Parts of a Computer. Two Basic Components of a Computer System Hardware Parts of the Computer System you can physically touch Software Computer Instructions.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Computer Systems Objectives: To gain an understanding of the types of computer systems. Be able to identify the main components. Understand the difference.
General Concepts of ICT. Be able to identify the main components of a general- purpose computer:  central processing unit (CPU)  main/internal memory.
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Part 3 Ms. T. N. Jones1. Vocabulary 1. A design for health, safety, and comfort 2. A tool used to put data into a computer, such as a keyboard, mouse,
Computer Hardware What is a CPU.
Computer Hardware and Software
HOW IT WORKS ….
The Central Processing Unit (CPU)
Chapter 2.1 CPU.
Basic Parts of a Computer
Computer Hardware and Software
Elements of a Computer System
THE CPU i Bytes 1.1.
Components of Computer
Introduction to Computers
Introduction to Computers
08/28/06 parts of the computer.
Introduction to Computers
ICT Programming Lesson 2:
Learning Objectives To be able to describe the purpose of the CPU
WJEC GCSE Computer Science
A451 GCSE Computing | Hardware| Required knowledge
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
08/28/06 parts of the computer.
Presentation transcript:

By Matthew Johnson & Nathan Woods

Input An input is something that gives information into the computer that can be processed such as: Keyboard Mouse Microphone Touch screen

Processing The processing is done by the CPU (central processing unit) The CPU receives the binary instructions -> processes it-> and then executes the processed infomation

Output The output is where the instruction is turned into a final products. For example: Speaker Screen Printer

Central Processing Unit

The CPU The modern CPU uses several microprocessors (multi core) It is often described as the brain of the CPU, it is a part of the software that is inside the main computer All the binary code goes to the CPU and is processed by the CPU and turned into an output which we can understand (in decimal) eg. When a letter “a” is typed the computer turns it into binary ( )and it is then processed by the CPU and on the screen

Clock speed A core can only do one thing at a time it just appears to do several things at a time because its so fast With every tick of the clock the CPU is able to process one piece of data or execute one instruction The CPU clock speed is measured in cycles per second. 1cycle per second known as 1 Hertz (Hz) A computer running at 1GHz can carry out a thousand million instructions per second Typical modern day computer is 3GHz

Cores A CPU can do more than one instruction at a time by sharing it by having more than one core Running two CPUs gives you twice the performance A modern processing device may contain two or even four CPUs. Some chip-making companies call these CPUs 'cores'. So a dual-core device means it contains two CPUs and a quad-core contains four.

How are CPU’s used in hospitals They are used as a part of the database system that can be used to store all the data of patients, and all their information and staff and all there data and times tables So for a system that large it takes time to go and decode all the data and find whatever it is they are searching for, so that’s where the CPU comes in and processes the instruction