©G. Millbery 2003Systems and User Interface SoftwareSlide 1 Self Documenting Systems  Systems where no external documentation is necessary  Includes:

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

Higher Computing Computer Systems S. McCrossan Higher Grade Computing Studies 7. Systems Software 1 System Software This software is used to provide the.
Putting It All Together 1.  Maintaining a Hard Drive Ch 4 Lab  Hardware cleaning tips ▪ Microsoft Tips Microsoft Tips ▪ Computer Hope Tips Computer.
Chapter 5: Common Support Problems
3 3 3 CHAPTER System Software. 3 © The McGraw-Hill Companies, Inc Objectives System software Programs, Functions, Categories Utilities Device drivers.
Operating Systems: Software in the Background
System Software Presented by Holly Cornell Comm spring Presented by Holly Cornell Comm spring.
55 CHAPTER SYSTEM SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 5-2 Competencies Describe the differences between system software.
INFORMATION TECHNOLOGY, THE INTERNET, AND YOU
System Software Matt Bardsley Comm 165. System Software System software handles technical details Consists of four types of programs.
Software. Application Software performs useful work on general-purpose tasks such as word processing and data analysis. The user interacts with the application.
Chapter 5 System Software.
* SOFTWARE * Computer software, or just software, is a collection of computer programs and related data that provides the instructions. It can not be touched.
General concepts of ICT systems.  Know what is meant by the terms ‘hardware’ and ‘software’  Understand the difference between systems software and.
Chapter 5: System Software: Operating Systems and Utility Programs.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Section 8.2. Classification of Software
Computer Software Zaffar Ahmed Shaikh.
Tutorial 11 Installing, Updating, and Configuring Software
Computers Are Your Future Eleventh Edition Chapter 4: System Software Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Chapter 4 System Software.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 5 Windows XP Professional McGraw-Hill.
Overview of Windows and Microsoft Word. Operating System Performs 3 functions –Controls the hardware of the computer Screen, keyboard, disk drives, etc.
11 SYSTEM PERFORMANCE IN WINDOWS XP Chapter 12. Chapter 12: System Performance in Windows XP2 SYSTEM PERFORMANCE IN WINDOWS XP  Optimize Microsoft Windows.
Standard Grade Computing OPERATING SYSTEMS CHAPTER 20.
Systems Development Lifecycle Testing and Documentation.
Operating Systems TexPREP Summer Camp Computer Science.
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.
Computer Maintenance. Clean up tools How I Defragmented the Hard Drive.
Unit R005: Understanding Computer Systems Introduction System Software Software (i.e., programs) used to control the hardware directly Used to run the.
Module 2.4 Computer management 1. Contents Initial maintenance Setting up accounts Configuring the desktop Security settings Ongoing maintenance Adding.
5 SYSTEM SOFTWARE CHAPTER
Types of Software Module 5.12.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
AS Level ICT Selection and use of appropriate software: Utilities and file management.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
Overview of Windows and Microsoft Word Mrs. Masishin.
System Software Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Lesson 1 Operating Systems, Part 1. Objectives Describe and list different operating systems Understand file extensions Manage files and folders.
1 Sec (3.2) Operating System Architecture OS. 2 Software dividing into two categories: 1. Application software 2. System Software  Operating System 
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Five SOFTWARE.
Understanding Backup and Recovery Methods Lesson 8.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Chapter 3: Software Explain the difference between systems software and application software
Systems and User Interface Software. Types of Operating System  Single User  Multi User  Multi-tasking  Batch Processing  Interactive  Real Time.
9NL Ayomi Hasenclever.  You cant touch a software  It is stored in a computer or laptop  Allows the hardware to do something useful, without the software.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
Instructor: Syed Shuja Hussain Chapter 4: Operating System Basics.
ICAICT201A USE COMPUTER OPERATING SYSTEM. USING THE CONTROL PANEL The Control Panel contains many options for configuring your computer, including: adding.
Chapter 4. CONCEPT OF THE OPERATING SYSTEM MANAGING ESSENTIAL FILE OPERATIONS.
Lesson 9: SOFTWARE ICT Fundamentals 2nd Semester SY
Identify internal hardware devices (e. g
Chapter 5: Using System Software
OPERATING SYSTEMS.
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.
Computer Fundamentals
Types and components of a computer system
Operating Systems Tasks 17/02/2019.
Operating Systems Tasks 04/04/2019.
Software - Operating Systems
TOPIC: HARDWARE AND SOFTWARE
Operating Systems Tasks 05/08/2019.
Presentation transcript:

©G. Millbery 2003Systems and User Interface SoftwareSlide 1 Self Documenting Systems  Systems where no external documentation is necessary  Includes: Tool Tips Internal help guides Meaningful variable names Commented code On-line help Informative error messages

©G. Millbery 2003Systems and User Interface SoftwareSlide 2 Supplementary User Documentation  Documentation which comes “in the box” with the computer and/or the software  Includes: Start-up guide Warranty guide Health guide Quick start guide Troubleshooting guide Glossary Technical Reference Manual Tutorial

©G. Millbery 2003Systems and User Interface SoftwareSlide 3 Utilities and Systems Software  Utilities Assist the user in the use of the computer Individual programs which carry out minor tasks – formatting hard drive, moving files, anti-virus, compression.  Configuration files Used to tell the computer how a particular piece of hardware or software is to be run. This sets up options such as where the program is located, the window size, etc. It changes the hardware or software from being generic to being specific to the environment in which it will be working.

©G. Millbery 2003Systems and User Interface SoftwareSlide 4 Utilities and Systems Software (cont.)  Drivers Handles communication between the Operating System and the device. Each peripheral needs a device driver to work. It translates information from the computer into a format understood by the device.  Compression Software (data transmission) Data takes up a lot of storage space. It can be compressed to take up less space. When you compress data to decrease its size, it then takes longer to access. Compression is used for archive and backup files. It is also used to send files. If you compress a file before sending, it will send quicker than an uncompressed file.