Phil Harker & Norman Green

Slides:



Advertisements
Similar presentations
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
Advertisements

The Central Processing Unit: What Goes on Inside the Computer.
Using Computers CS French Chapter 1.
CPU Describe the purpose of the CPU
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.
By: Clara Miles and Jarrick Lumma.  The motherboard is the main circuit board of the system unit. It can also be called a system board.  It contains.
COMPUTER CONCEPTS.
COMPONENTS OF THE SYSTEM UNIT
Digital Graphics and Computers. Hardware and Software Working with graphic images requires suitable hardware and software to produce the best results.
BLOCK DIAGRAM OF COMPUTER
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
Chapter 3 Computer Hard ware
Chapter 2: CPU &Data Storage. CPU Each computer has at least one CPU Each computer has at least one CPU CPU execute instructions to carry out tasks –
Practical PC, 7th Edition Chapter 17: Looking Under the Hood
 Design model for a computer  Named after John von Neuman  Instructions that tell the computer what to do are stored in memory  Stored program Memory.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
2.0 Computer System.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Parts of the computer.
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
COMPUTER Structure Int 2 Unit 1 – Computer Systems St Kentigern’s Academy.
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
By : Reem Hasayen. A storage device is a hardware device capable of storing information. There are two types of storage devices used in computers 1. Primary.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Computer Performance & Storage Devices Computer Technology #2.
Chapter 2 content Basic organization of computer What is motherboard
GCSE Computer Science - Revision
Chapter 17 Looking “Under the Hood”
Unit 2 Technology Systems
Info Tech for Medical Profession
Introduction to Computers
APPENDIX A Hardware and Software Basics
Basics of Computer A Computer is Electronic device that can
Computer Components ICS 3U0.
Chapter 2.1 CPU.
Topics Introduction Hardware and Software How Computers Store Data
UNIT 9 Computer architecture
Computer Hardware and Software
Discovering Computers 2011: Living in a Digital World Chapter 4
Elements of a Computer System
The Central Processing Unit
THE CPU i Bytes 1.1.
BUSINESS PLUG-IN B3 HARDWARE AND SOFTWARE BASICS
CHAPTER 4 Memory System Organization and Architecture
Info Tech for Medical Profession
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
An Overview of the Computer System
Computers: Hardware and Software
Computer Based Technology:
Introduction to Computers
Topics Introduction Hardware and Software How Computers Store Data
Chapter 3 Hardware and software 1.
GCSE OCR 4 Storage Computer Science J276 Unit 1
Computers: Tools for an Information Age
Chapter 3 Hardware and software 1.
Hardware CSCE 101.
Chapter 17 Looking “Under the Hood”
Information Technology Department
Computers: Tools for an Information Age
Presentation transcript:

Phil Harker & Norman Green What is a Computer? Phil Harker & Norman Green

What is a Computer? It is a device that can carryout instructions very, very quickly and very accurately. Computers have become more powerful and cheaper which means they have become part of everyone’s life, (that’s unless you are a member of a tribe living in a remote area). Fast Repetitive Processing Vast Storage Capabilities Ability to search and combine data in different ways Response Times

Benefits of Computers Fast Repetitive Processing Utility Companies (Gas & Electric) On-line Order Processing Vast Storage Capabilities Banks Accounts Tax Records

Benefits of Computers Ability to search and combine data in different ways Medical records can be searched very quickly to find patients who need to be called for a particular procedure. Police use computers to search through records of evidence looking for ways of combining and presenting information in a way that is useful to the investigating team. Credit card companies use computers to search through the transaction records in order to identify unusual transactions which may indicate fraud. Response Times Flight Control System on an Aeroplane

What is in a Computer? There are five main features Operating System - Windows 10 Home 64 Processor – Intel Core i5 Screen Size – 35.6cm Memory (RAM or Random Access Memory) 8GB Hard Disk and / or SSD (Solid State Drive - 256 GB) This laptop costs £629.

Processor A Processor execute or carries out instructions given in binary: 000001010100101011 010100101010101010 100100101010100000 Each make of processor has its own set of instructions that it can understand. The instructions include: Add, Subtract, Multiple, Divide Compare (Bigger, Smaller, Equal) Moving Data Instructions This is all hidden from you by the operating system which is usually Windows.

Processor Computer Programmers no longer write programs in binary. Most programs are written in a high level language such as C, Visual Basic, COBOL and they use English type commands These programs are then converted into Machine Code – the equivalent binary instructions. How many instructions do you think a processor can execute in a second? Public Class frmIf1 REM This program shows the three forms of an If Statement Private Sub btnDisplay_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDisplay.Click Dim Age As Integer Dim Message As String   Age = InputBox("Enter Your Age", "Driver") If Age < 17 Then Message = "You are too young to drive." Else Message = "You are old enough to drive." End If If Age = 17 Then Message &= vbNewLine & "You can apply for your provision license." If Age >= 80 Then Message = "Consider taking the bus." lblDisplay.Text = Message End Sub End Class

Processor Who makes processors for Personal Computers? Intel AMD 10th Gen Intel® Core™ processors Intel Core i9 Intel Core i7 Intel Core i5 AMD AMD Ryzen™ AMD Athlon AMD A-Series Processors The most expensive PCs at the moment tend to have an Intel i9 processor while the cheaper models will have Celeron or Athlon processors. If you want now what the latest models are, go to these two companies websites.

How Quick is a Processor? There are lots of factors which determine how fast a processor performs, but the figure 5.00 GHz is an indication of speed. 5 GHz (Gigahertz) means that the processor clock pulses 5,000,000,000 per second. A program instruction may take 1, 2 or more pulses to execute.

Memory This is a memory chip. Modern computers usually have between 4GB and 32GB.

Memory When a computer program is running it is placed in the computers Memory (RAM Random Access Memory) together with any data it needs, while it waits to have the instructions executed. Most modern computers have 4, 8, 16 or 32 GB – 1GB =1,000,000,000 characters. Each instruction is taken from the memory to the processor to be executed. This is called the Fetch-Decode-Execute cycle. The size and the number of programs being run determines how much memory is used. As a rough rule the more memory a computer has the more efficient it will run. Data Bus Processor Memory Address Bus

Hard Disk Most hard disks or hard drives in modern computers are between 1Tb or 2Tb. 1 terabyte = 1099511627776.00 characters 1 terabyte ≈ 1,000,000 Mb So your hard disk would hold 2,00,000 music tracks or photographs.

Hard Drive This is where the programs and data files are held when they are not being used and when the computer is switched off. A hard drive consists of platters that are coated with magnetic material. The data is stored in tracks and sectors. The data and programs are read or written using read / write heads. There is a index on the disk recording where the files are stored on the disk. This technology is relatively old, but they are still used because they are cheap reliable and can hold a vast amount of data.

Solid State Device Solid State Device is an electronic device in which electricity flows through solid semiconductor crystals and is used to store data. A SSD inside a computer, mobile phone or tablet is similar to the electronics in a “memory stick”. A SSD is able to hold data even when the device is turned off. These devices are now being used in computers because they function at a faster speed than a traditional hard disk. SSDs do not contain moving parts. Currently SSDs have lower capacities than a hard disk.

Other Items Other components of a computer include: CD Drives Graphic Cards Screen Keyboard & Mouse