Software. Task Time (minutes)  1. Complete self assessment sheet. 2 2. Read through the chapter on software. 15 3. Work through the questions on the.

Slides:



Advertisements
Similar presentations
FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike 2.5.
Advertisements

Operating System Basics
including File Management
Higher Computing Computer Systems S. McCrossan Higher Grade Computing Studies 7. Systems Software 1 System Software This software is used to provide the.
Cyneda MODULE 1 EXAM QUESTIONS MODULE 1 EXAM QUESTIONS GCE AS GCE AS QUESTIONS QUIZ.
COURSE: COMPUTER PLATFORMS
Objectives Overview Define an operating system
The Operating System. What is an Operating System? The software which makes it possible for you to use your computer The software which starts up when.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Use with Computer Systems and Networks by Blundell, Khan, Lasebae and Jabbar ISBN © 2007 Middlesex University Press Computer Systems and.
Operating Systems.
Types of Operating Systems
I Information Systems Technology Ross Malaga 3 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 3-1 SOFTWARE.
Revision tip: Focus on the things you find difficult first.
Operating System.
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
Systems Software & Operating systems
System software operating system 1.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
1. Outline 4 functions of a typical operating system of a PC(4) Resource management Operating systems organise how to: Load programs from backing storage.
Software Software essential is coded programs that perform a serious of algorithms. Instructions loaded into primary memory (RAM) from secondary storage.
Software GCSE COMPUTING.
Explain the purpose of an operating system
Networks & the internet. Revision tip: Focus on the things you find difficult first.
Computing and the Web Operating Systems. Overview n What is an Operating System n Booting the Computer n User Interfaces n Files and File Management n.
A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, Sixth Edition Chapter 9, Part 9 Satisfying Customer Needs.
Unit R005: Understanding Computer Systems Introduction System Software Software (i.e., programs) used to control the hardware directly Used to run the.
Making a great Project 2 OCR 1994/2360. Design Some candidates dive in, make a database or spreadsheet, then try and make a design afterwards. This won’t.
Human-computer interfaces. Operating systems are software (i.e. programs) used to control the hardware directly used to run the applications software.
Types of Application Software Lesson Objective: Understanding the terminology behind the different types of application software Learning Outcome: Answer.
Hardware. Task Time (minutes)  1. Complete self assessment sheet Read through the chapter on hardware Work through the questions on the revision.
Computer Components: Software Computer Technology.
Define and describe operating systems which contain a Command Line Interface (CLI) Define and describe operating systems which contain a Graphical User.
Databases. Revision tip: Focus on the things you find difficult first.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
1 3 Computing System Fundamentals 3.3 Computer Systems.
Chapter 3: Software Explain the difference between systems software and application software
IS Today (Valacich & Schneider) Copyright © 2010 Pearson Education, Inc. Published as Prentice Hall 2/5/2016 TB-1 Technology Briefing Advanced Topics and.
Types of Software Chapter 2.
HNC COMPUTING - COMPUTER PLATFORMS 1 Computer Platforms Week 3 Types of Software.
Graphical User Interfaces (GUI’s ). & Command-Line Interfaces.
GCSE Computing: A451 Computer Systems & Programming Topic 3 Software System Software (1) The Operating System.
“Candidates were not advantaged by defining every type of operating system provided as examples in the explanatory notes of the standard. Candidates who.
System Software (1) The Operating System
OPERATING SYSTEMS (OS) By the end of this lesson you will be able to explain: 1. What an OS is 2. The relationship between the OS & application programs.
Functions of Operating Systems V1.0 (22/10/2005).
Starter To complement our notes for Topic 7 & 8, complete a mind map for these two topics on paper – (5 Mins) Project Management & the SDLC Project Failure.
CHAPTER 7 Operating System Copyright © Cengage Learning. All rights reserved.
Programming revision Revision tip: Focus on the things you find difficult first.
Identify internal hardware devices (e. g
Nat 4/5 Computing Science Software
Operating Systems & System Software
Nature & Types of Software
Resource Management IB Computer Science.
Introduction to Operating Systems
SOFTWARE and OPERATING SYSTEM.
Starter Open up the “What Am I Task Sheet” and work through the clues independently. You have 5 minutes before the answers are to be discussed as a group…
Systems Software Keywords Operating Systems
Shell & Kernel Concepts in Operating System
Chapter 3 - Software Split into 3 groups of 5..
Operating Systems Tasks 17/02/2019.
Operating Systems Tasks 04/04/2019.
SOFTWARE TECHNOLOGIES
Software - Operating Systems
Human–computer interfaces
GCSE Computer Science System Software Workbook Year 10 Half Term 4
Operating Systems Tasks 05/08/2019.
CS 111 – Sept. 20 Operating Systems Commitment: definition origin
Presentation transcript:

Software

Task Time (minutes)  1. Complete self assessment sheet Read through the chapter on software Work through the questions on the revision template focusing on weaker areas first Attempt the multiple choice test on Edmodo Attempt the past paper exam questions Mark past paper exam paper questions Read through the chapter on software Attempt the multiple choice test on Edmodo again. 10 “Every lesson counts – don’t waste a minute.”

System software. Software is the term used to describe programs that run on a computer. System software controls the hardware. Application software handles the real world jobs that users want to do. Utility software has limited functionality and is used to maintain computer systems. The main part of the system software is the operating system. The operating system is a set of programs that controls the hardware and lets users and applications work with the computer. 1.State two reasons why an operating system is necessary in a computer. (2 marks) …………………………………………………… …………………………………………………… …………………………………………………… …………………………………………………… Explain the relationship between an application and an operating system. (2 marks) …………………………………………………… …………………………………………………… …………………………………………………… ……………………………………………………

User-interface software. 1.List three maintenance actions that can be achieved with a typical operating system GUI. (3 marks) …………………………………………………… …………………………………………………… Explain why voice input is still an undeveloped area for user interface development. (3 marks) …………………………………………………… …………………………………………………… …………………………………………………… …………………………………………………… Define the term ‘user-interface.’ (3 marks) …………………………………………………… …………………………………………………… …………………………………………………… Explain why a computer technicians often use the command line in order to carry out system maintenance. (3 marks) …………………………………………………… …………………………………………………… …………………………………………………… …………………………………………………… Explain the advantage of using a GUI to interact with a phone. (3 marks) …………………………………………………… …………………………………………………… …………………………………………………… …………………………………………………… Command line. Graphical user interface (GUI).

Memory management Exam tip: In the exam slow down and read the questions really carefully. Make sure you answer the points you are being asked. TermDefinition Operating system. Memory management. Virtual memory. Peripheral management. Defragmentation. Device drivers. Operating systems have to decide what goes where in memory. They have to make sure that: Memory is used effectively. Important data is not overwritten during the running of a program. To do this, memory is divided into pages. A program, when it is being executed is called a process. Files & directories. 1.Explain what file attributes are. (2 marks) …………………………………………………… State three common file attributes. (3 marks) …………………………………………………… Explain what is meant by a file system. (2 marks) ……………………………………………………

Security 1.Explain what user privileges are. (2 marks) …………………………………………………… …………………………………………………… …………………………………………………… Explain how an operating system determines a user’s privileges. (2 marks) …………………………………………………… …………………………………………………… …………………………………………………… Applications & utilities. 1.List three common utilities supplied with most operating systems. (3 marks) …………………………………………………… …………………………………………………… Explain why many operating systems have automatic update features. (3 marks) …………………………………………………… …………………………………………………… …………………………………………………… …………………………………………………… Explain what disk formatting is for. (1 mark) …………………………………………………… ……………………………………………………

Software procurement. Software can be obtained from various sources. System managers must make choices so that their organisation gets systems: As required That users will want to use On time At a reasonable cost Of an acceptable quality. 1.State two advantages and two disadvantages of buying custom written software for an organisation. (4 marks) …………………………………………………… …………………………………………………… …………………………………………………… …………………………………………………… …………………………………………………… …………………………………………………… Explain what is meant by open source software. (3 marks) …………………………………………………… …………………………………………………… …………………………………………………… …………………………………………………… Custom software vs. Off the shelf software. Proprietary vs. Open source software.

Past paper exam questions past paper.

Past paper answers past paper. Notes: What do I need to improve?

Past paper answers past paper. Notes: What do I need to improve?

Past paper exam questions past paper. Notes: What do I need to improve? 2011 past paper answers.

Past paper exam questions past paper past paper answers. Notes: What do I need to improve?

Past paper exam questions past paper.2013 past paper answers. Notes: What do I need to improve?