Unit 2 Technology Systems

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

The Central Processing Unit: What Goes on Inside the Computer.
CENTRAL PROCESSING UNIT
The physical parts of Computer
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
Chapter 4 The Components of the System Unit
Objectives Overview Discovering Computers 2014: Chapter 6 See Page 248
GCSE Computing - The CPU
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.
Parts of a Computer Vocabulary
Unit 3: Hardware Components & Software Concepts
Digital Graphics and Computers. Hardware and Software Working with graphic images requires suitable hardware and software to produce the best results.
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.
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
BLOCK DIAGRAM OF COMPUTER
Chapter 6 Inside Computers and Mobile Devices Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Lesson 3 — How a Computer Processes Data
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
Practical PC, 7th Edition Chapter 17: Looking Under the Hood
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
 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.
Objectives Overview Describe the various computer and mobile device cases and the contents they protect Describe multi-core processors, the components.
Hardware. Make sure you have paper and pen to hand as you will need to take notes and write down answers and thoughts that you can refer to later on.
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.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
10 Internal parts of a PC Created by Federica Proietti Cesaretti.
Academic PowerPoint Computer System – Architecture.
Computer Hardware & Processing Inside the Box CSC September 16, 2010.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Identify internal hardware devices (e. g
Chapter 17 Looking “Under the Hood”
CPU Central Processing Unit
ICT COMPUTER FUNDAMENTALS
Computer Architecture and Number Systems
Computer Systems Nat 4/5 Computing Science Computer Structure:
Computer Hardware What is a CPU.
GCSE Computing - The CPU
GCSE OCR Computing A451 The CPU Computing hardware 1.
Computer Components ICS 3U0.
Chapter 10: Computer systems (1)
Chapter 2.1 CPU.
Computer Hardware – System Unit
Edexcel GCSE Computer Science Topic 15 - The Processor (CPU)
Principles of Information Technology
Discovering Computers 2011: Living in a Digital World Chapter 4
Chapter 7.2 Computer Architecture
Central Processing Unit- CPU
GCSE COMPUTER SCIENCE Topic 4 - Computers 4.2 Hardware.
ICT COMPUTER FUNDAMENTALS
THE CPU i Bytes 1.1.
Components of Computer
Week 3 The Components of the System Unit
CPU Central Processing Unit
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
CPU Central Processing Unit
Computers Inside and Out
Introduction To Computing BBA & MBA
Hardware CSCE 101.
Chapter 17 Looking “Under the Hood”
Chapter 4: Hardware for Educators
GCSE Computing - The CPU
Explorer Inside the Computer
4. Computer system.
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Unit 2 Technology Systems BTEC First Diploma in Information and Creative Technology

Learning aims Understand how the components of technology systems work together. Understand how data flows between internal components of a computer and is processed to provide information. Understand different types of software.

Internal components of a computer A computer is made up of different components. These components can be internal, e.g. CPU, RAM or hard drive, or external, e.g. keyboard, mouse, webcam. At the heart of a technology system is at least one computer.

Activity Feedback ideas to the board regarding the following: Create two lists with the following titles: External Components Internal Components Under each heading write down as many components as you can think of. Which of the internal components on your list have the greatest effect on the computer’s performance? Why do you think this is?

Activity Main components of a computer, research activity. Type up the following table and explain what each component is. Where possible provide a diagram/ image to show what the component looks like.

Activity – complete table Component: Description: Image: Motherboard Central processing unit (CPU) Arithmetic and logic unit Control unit Registers Memory Graphics card (or video card) Sound Heat dispersal Storage devices Optical drive

How a computer works https://www.youtube.com/watch?v=_QElVrqBwnk

Processing digital data The hard drive is the computer’s storage device. It is used to load programs (apps) into RAM so the CPU can run. The storage device is also used for documents, these are copied into RAM when opened or to storage when saved https://www.youtube.com/watch?v=Wksj3-Igzmw

The CPU ALU (arithmetic logic unit) - does the math and key processing (For example, can tell if 4 > 3?) CU (Control Unit) - tells what instruction is executed next CPU (Central Processing Unit) - contains the ALU & CU - the heart of a computer! We measure the speed of a CPU by clock speed (GHz) which can be thought of as billions of instruction steps per second. https://www.youtube.com/watch?v=vJjLFj6f8z8

The CPU A system accepts Input (data), Processes that data in the CPU (Computer Processing Unit) and Outputs Information. Below is a representation of this processing: https://www.youtube.com/watch?v=jeS40KiM5yk

GPU (graphical processing unit) The CPU and the GPU (which processes visual images) have a massive effect on a computer’s performance. These run all the instructions and complete the calculations. The speed at which instructions and calculations within the CPU and GPU occur, and the synchronisation of all the components within the processor are regulated by a clock. A micro processor requires a fixed number of clock cycles to execute each instruction. The clock speed is typically measured in MHz (megahertz) or GHz (gigahertz). In general, the faster the clock speed, the more instructions the processor can execute per second and the higher the performance of the computer. Processors often have multiple processing cores. Each core is able to run code independently, so more cores means more code is being processed at the same time. Therefore programs run faster and the user experience is improved.

Cache Memory Cache memory is used between faster and slower devices to let them work more quickly together. The fast device writes or reads to/from the cache memory and the slower devices updates as quickly as it can. For example: The processor has cache memory to speed up access to the slower RAM, which means that the processor isn’t idle while it waits for RAM to respond to an instruction. Slower hard drives have a cache memory to speed up disk access between the RAM and the hard drive. The power supply unit (PSU) must produce enough power (watts) for all the components in the computer.

Data buses A data bus is simply a circuit that connects one part of the motherboard to another. The more data a bus can handle at one time (capacity), the faster it allows information to travel between components and the better the performance of the computer. There are many types of bus that are used for transferring data within a computer (internal bus) and for transferring data between computers (external).

Key terms Machine code- a computer programming language consisting of binary or hexadecimal instructions that a computer can respond to directly. RAM – stands for Random Access Memory CPU – the central processing unit, the part of the computer that controls the entire system and processes data. GPU – Graphical processing unit, a key component that supports the delivery and quality of graphics. Clock speed – how quickly a component works, the faster the better! Multiple processing core – where multiple cores (central processing units)read and execute instructions simultaneously. Cache memory – a fast memory that is used as a data buffer between the CPU and RAM. PSU – the power supply unit that plugs into the mains electricity socket. It converts mains electricity into low voltage electricity for the computer components. Every PSU produces the same voltage, but may produce a different amount of power (wattage). E.g. a 600W PSU is more powerful than a 400W PSU.

Activity Enter these key terms into your table. Find an image where appropriate.

Speed and Costs The components inside a computer have a huge impact on the performance and the cost. Processors are continually being developed, with new models regularly entering the market place that offer improved performance, often with very high price tags. AMD and Intel have been in competition for decades to produce the best processor products, typically found in PCs and laptops.

Activity Visit and independent website that tests and reports on computer hardware, such as Tom’s Hardware. Use the link at the bottom of the home page to jump to the processor charts pages. Find one processor each from AMD and Intel with similar performance. Find out: What is the price of each one? Which is the more expensive and why do you think that might be?

Activity Label the diagram

Activity

Check! List the main components of a computer What is machine code? How is data processed?