Hardware & Software Lesson 1 Computer Systems & Components

Slides:



Advertisements
Similar presentations
Computers NOW SEE MY PRESENTATION My name is KRYSTIAN ZAJDEL. I have lots of different hobbies but my favourite are computers and information technology.
Advertisements

TECH SKILLS COMPUTER BASICS
P3- Represent how data flows around a computer system
Lesson 1 Computers and Computer Systems
The Internal Parts Of The Computer Read through the following slides and become familiar with the internal parts of the computer. This information will.
Components of Computer
Computer Hardware.
COMPUTER SYSTEM COMPONENTS ACTIVITY
Computer Basics Flashcards #2
Computer Unit Identify the Part Grade 7 Computer Unit.
Random access memory is a form of computer data storage. A random-access device allows stored data to be accessed directly in any random order.
Digital Graphics and Computers. Hardware and Software Working with graphic images requires suitable hardware and software to produce the best results.
Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices Section.
Vocabulary Test Review Directions: (Press F5 to start) 1.Click the mouse or use the arrow keys to get to the next slide. 2.Answer the question in your.
The Internal Components of a Personal Computer (PC)
By: Dwayne Burl.  The Central Processing Unit (CPU) is responsible for interpreting and executing most of the commands from the computer's hardware and.
Lesson 3 — How a Computer Processes Data
HARDWARE Lesson 2. Components of a computer: 1)A Processor (or CPU) The brain of the computer 2)Memory To remember the programs and data that it uses.
Basic Computer Components. What’s inside your computer?
Lesson Objectives By the end of this lesson you will be able to:
The CPU CPU stands for “Central Processing Unit”. It’s the brain of the computer and it’s in the Case. The Case can be desktop models that the monitor.
Computer Components Checklist There are many parts that work together to make a computer work.
Intro to Computers Computer Apps 1.
Computer Basics.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
10 Internal parts of a PC Created by Federica Proietti Cesaretti.
Omputer omponents Exit. software –electronic instructions used to run the computer, also known as programs. hardware –equipment which makes up the computer.
Parts of the Computer System
Components of a Computer. Main components of a computer.. Power Supply Motherboard Central Processing Unit (CPU) Random-Access Memory (RAM) Read-Only.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Welcome to Technology Michael Cox October 20, 2015 Do now: Open your typing test data file Take a three minute typing test at Typingtest.com (Aesop test)
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 Ellen Glennie & Bella Pearce. The motherboard The motherboard is the main compartment of the computer. The motherboard is the source that everything.
Hardware Introducing the Components of a Computer.
Parts of a Computer Created by Carmen Garzes. An electronic device that manipulates information or data. It can store, retrieve or process data. There.
Computer Fundamentals. Examples of Computers Hand-held (HPC)PDATablet PCLaptop/Notebook DesktopTowerWorkstation Computer Basics.
Computer Basics Just How Does a Computer Work?
Five Components of a Computer Input Device – keyboard, scanner, PDA/stylus, digital camera, mouse, MP3 player, fax machine, microphone Storage Device –
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,
Inside a Computer. Computer Hardware/Software What is the difference? Computer Hardware.
Identify internal hardware devices (e. g
ICT COMPUTER FUNDAMENTALS
Unit 2 Technology Systems
Introduction to Computers Mrs. Gambucci
Chapter 2 - Computer Organization and Hardware
Section 2.1 Section 2.2 Identify hardware
Introduction to Computer Studies
Technology Applications Mr. Moses
Functions and Parts of a Computer
GCSE COMPUTER SCIENCE Computers 1.1 What is a Computer?
Elements of a Computer System
GCSE COMPUTER SCIENCE Topic 4 - Computers 4.2 Hardware.
ICT COMPUTER FUNDAMENTALS
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.
Technology Foundations
Computer Basics Section 2.1 YOU WILL LEARN TO… Identify hardware
Condensed Lesson Plan*
08/28/06 parts of the computer.
Computer Basics.
The Computer Work Stations
Introduction to Computing Lecture # 1
Hardware and Software.
Computer Parts There are many parts that work together to make a computer work.
Computer Basics: Inside a Computer Part II
Computer Basics: Inside a Computer Part III
Processing Computer Components.
7.2 Hardware Inside the Computer
ICT Programming Lesson 2:
Computer Applications Unit A
08/28/06 parts of the computer.
Presentation transcript:

Hardware & Software Lesson 1 Computer Systems & Components KS3 COMPUTING Hardware & Software Lesson 1 Computer Systems & Components KS3 Computing Hardware & Software

Lesson Aims 1 To understand the term Computer System 2 To understand the four parts of a Computer System 3 To understand the term Component 4 To understand the role of the main components in a computer system

These are the four elements of a computer system Computer Systems These are the four elements of a computer system 1 Input 2 Output 3 Process 4 Storage

Which of these household items is a computer system? Computer Systems Which of these household items is a computer system? Remember a system must have ALL four of the components that make up a computer system. Computer Systems Non-Computer Systems

Computer Systems What makes a computer system? Watch the following video: Link: https://www.youtube.com/watch?v=9pk6aoCLNXM

Components The internal parts of the system that deals with the inputs and outputs are known as the components:

PC Components Motherboard Also called Mainboard The motherboard allows all of the other components to communicate with each other. The components plug into the motherboard allowing for easy upgrades.

Central Processing Unit PC Components CPU Central Processing Unit The processor carries out all the arithmetic calculations and logic operations of a computer. Think of it as the ‘brain’ of a computer.

PC Components Memory (RAM) Random Access Memory The memory is where all the current information being worked on is stored. This could be applications (instructions) or data.

PC Components Hard Disk Drive A permanent storage of the operating system, applications and users’ files.

Also called a Video Card PC Components Graphics Card Also called a Video Card Allows more complex graphics to be displayed. Often required for games or 3D applications.

PC Components PSU Power Supply Unit Supplies power to the motherboard which in turn, supplies power to the other components in a computer system.

PC Components Sound Card The sound card allows digital sound to be output from speakers connected to a computer.

Input devices allow you (the user) to give the computer information. PC Components Input Devices Input devices allow you (the user) to give the computer information.

PC Components Output Devices Output devices allow the computer to display processed information to you (the user).

PC Components Storage Devices Storage devices allow users to save their work long term, when the power is turned off these devices they do not lose the information.

Activity 1 score = 0 print(“Quiz Part 1 – PC Components”) Create a Python quiz about Computer Systems and Components score = 0 print(“Quiz Part 1 – PC Components”) #repeat the code below for each question print(“Question 1!”) answer = input(“Question here? ”) if answer == “Answer here”: print(“Correct answer”) score = score + 1 else: print(“Wrong answer”) #after the final question output the total score print(“Your final score is ” + str(score) + “.”) USE THIS CODE TO HELP YOU Questions need to be about computer systems and pc components. The components presentation is in the Python folder.

Activity 1 Help Example Questions Q Name the component that stores your open programs and files when in use. A Memory or RAM Q A computer system must contain input, process, storage and what? A Output Q The component that allows all other components to communicate with each other. A Motherboard

Activity 1 More Help Example Questions Q What is known as ‘the brain of the computer’? A Processor Q Without this component you could not listen to music on your computer. A Sound Card Q What does PSU stand for? A Power Supply Unit

PC Components Sound Card The sound card allows digital sound to be output from speakers connected to a computer.

These features will enhance your program: Extension Activities These features will enhance your program: 1 Save to File Store the results of each quiz attempt in a text file 2 Case Allow the user to enter upper or lower case answers by using .lower() 3 Answers Use an elif to allow alternative answers 4 Name Ask the user their name and use it in the questions and score sections 5 Sleep Use time.sleep(1) to add subtle pauses to your program

Complete the following work: Independent Study 1 Complete the following work: Write down 5 questions and answers about pc components that you can add to your Python quiz next lesson. The answers must be one or two words only. These can be written on paper or in your planner. This work is due for next lesson.

Put all rubbish in the bin Activity 2 Cut and Stick Activity Step 1 Title of PC Components PC Components Step 2 Cut out each component Motherboard Memory Step 3 Stick them on the A3 paper Step 4 Write the component name Allows all the components to connect to each other. Step 2 Write a description of each Stores currently running Programs and files. Put all rubbish in the bin There are a total of 10 components A3 paper Help www.gcflearnfree.org/computerbasics/inside-a-computer/1

Complete the following work: Independent Study 2 Complete the following work: Complete the cut and stick activity started in the lesson. All the components must be cut out and stuck on the A3 paper, along with a title and descriptions of each. This work is due for next lesson.