Hardware & Software Lesson 3 Software KS3 COMPUTING KS3 Computing

Slides:



Advertisements
Similar presentations
Information Systems Today: Managing in the Digital World
Advertisements

INFORMATION TECHNOLOGY, THE INTERNET, AND YOU
Computer Software Applications By YOUR NAME in YOUR TUTOR GROUP.
Application Software CSC151.
General concepts of ICT systems.  Know what is meant by the terms ‘hardware’ and ‘software’  Understand the difference between systems software and.
Robert Crawford, MBA West Middle School.  Describe what an operating system does.  Summarize why compatibility is an issue for computer users.  Explain.
Direction: Read carefully and click the letter of the correct answer.
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Ms. Tracy. Directions: Answer bell ringer, login, navigate to Edmodo -> Small Group (Module 1 – Lesson 8) Question: A graphic that is saved as a.PNG is.
Chapter 4 System Software.
Computer basics Lesson 4 – Programs & S.O..
Computer Software Computer Technology Day 5. Software  Provides step-by-step instructions that tell the computer how to perform  Categories  System.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
Section 2 Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
COMP 6005 An Introduction To Computing Session Three: Computer Software Introduction.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
Hardware vs Software Hardware: A physical part of the computer which you can touch. Software: A set of instructions which is run to perform tasks on your.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
5 SYSTEM SOFTWARE CHAPTER
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Learning Objective The students should be able to: a. state the definition of software b. state the usage of software c. list different types of software.
Software BrandsState the Type of Software each Brand below is Microsoft Access Database Microsoft Excel Spread sheet Microsoft Outlook Microsoft.
Computer Systems Nat 4/5 Computing Science Operating Systems.
Identify internal hardware devices (e. g
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Computer Software Types Three layers of software Operation.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Today: Student will be able to describe the basics of their class and computing Tell me about you and how you use computers. Lesson 1 Slide 1.
1 Computer Software. The instructions that allow the user to communicate with the computer; also called programs  Three categories:  System software.
Chapter 3: Software Explain the difference between systems software and application software
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Types of Software Chapter 2.
 is a set of instructions that tell the computer what to do. Software can be categorized into: 1. Operating system software 2. Applications software.
Identify internal hardware devices (e. g
Identify internal hardware devices (e. g
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Hardware & Software Lesson 2 Hardware: Input, Output & Storage Devices
Hardware & Software Lesson 1 Computer Systems & Components
Nat 4/5 Computing Science Software
Operating Systems & System Software
1.Introduction In the previous section you were introduced to the 'brain' of the computer, namely the CPU. You also learned about different things which.
Nature & Types of Software
Computer Software Digital Literacy.
Software and file types
Computer Software Digital Literacy.
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms.
TexPREP Summer Camp Computer Science
Operating Systems What are they and why do we need them?
Computer Software Created by Ann Ware
Intermediate 2 Computing Unit 1 – Computer Systems
OPERATING SYSTEMS.
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms GCFLearnFree website “Computer Basics”:
Software Introduction
Lesson Objectives Aims
COMPUTER SOFT WARE Software is a set of electronic instructions that tells the computer how to do certain tasks. A set of instructions is often called.
Nat 4/5 Computing Science Operating Systems
UNIT R001: Understanding Computer Systems
Introduction to Computer Software
Types of Software.
ICT Programming Lesson 3:
Entry Level Computing Year NINE –
Digital Literacy 1.00 Computer Basics
Software - Operating Systems
Types of Software Mrs. S. Palmer Office Administration.
Software Mr. Yip BTT 1O.
Fill in the blanks on your note.
Presentation transcript:

Hardware & Software Lesson 3 Software KS3 COMPUTING KS3 Computing

Lesson Aims 1 To understand the term Software 2 To understand the terms Operating System, Applications Software and Utilities 3 To be able to list examples of the above

Applications Software What is Software? Software is a computer program that provides the computer with a set of instructions telling the computer what to do and how to do it. There are three types of Software: 1 Operating Systems 2 Applications Software 3 Utilities

What is an Operating System? Operating Systems What is an Operating System? The operating system (OS) is a crucial piece of software in a computer system because it provides a platform on which all other programs can run. Providing a user interface Memory management Functions of an OS Peripheral management Multi-tasking Providing basic security

What are Applications Software? Applications are programs designed to help the user carry out specific tasks or something useful, for example writing a letter or designing a website. Recently started becoming known as ‘Apps’.

What is Utility Software? Utilities are small programs that perform maintenance tasks. For example maintaining security.

Below are examples of each type of software Applications Software Operating Systems Applications Software Utilities Windows Mac OS X Linux Word Processors Spreadsheets Databases Graphics Design Email Clients Internet Browsers Web Design Desktop Publishing Anti-Virus Device Drivers Backup Software Disk Repair

Activity 1 Sort the following software into the correct category Operating System Applications Software Utility

3 applications software Activity 2 Scenario You are going to add information about the software you recommend to your school presentation. Each software recommendation must be accompanied with a suitable reason (2-3 sentences) and an image representing it (why have you chosen it, what does it allows you to do in a school environment?). You must recommend: 1 operating system 3 applications software 2 utilities

Operating System Recommendation Windows 10 Reason This is the most common operating system in the world. This means: Most apps the school wants to use will work with it; Students will more likely be familiar with it so already know how to use it. Example slide

Write the answer to these questions in your book: Assessment Write the answer to these questions in your book: 1 What is software? [1] 2 What is an operating system? [1] 3 What is applications software? [1] 4 What is utility software? [1] 5 Give two examples of an operating system. [2] 6 Give two examples of applications software. [2] 7 Give one example of a utility. [1] 8 Give one function of an operating system. [1]

Activity 3 Information System You are going to create a simple information system about Software types using Python Look at the example

Creating the welcome message Activity 3a Creating the welcome message

Creating the menu options Activity 3b Creating the menu options

Adding the information Activity 3c Adding the information

name = input(“What is your name? ”) if choice.lower() == “a”: Activity 4 Extension Tasks 1 Name Ask the user their name and use it in the menu options name = input(“What is your name? ”) 2 Case Allow the user to enter upper or lower case answers if choice.lower() == “a”: 3 Sleep Add subtle pauses to your program import time time.sleep(1)

Complete the following work: Independent Study Complete the following work: ? PLANNER This work is due for next lesson.