Systems Software. Systems software Applications software such as word processing, spreadsheet or graphics packages Operating systems software to control.

Slides:



Advertisements
Similar presentations
Computer Basics 2.
Advertisements

Purpose of the Main Components of an Information System Hardware, Software and Communication Links.
?  Able to explain the 6 key functions of system software  Able to explain each using a suitable example  Identify three different system software.
Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
Higher Computing Computer Systems S. McCrossan Higher Grade Computing Studies 7. Systems Software 1 System Software This software is used to provide the.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
What You Will Learn Components of a computer’s system software The importance of an operating system Functions of an operating system Types of user interfaces.
Operating Systems: Software in the Background
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
Software. Application Software performs useful work on general-purpose tasks such as word processing and data analysis. The user interacts with the application.
Part two. 3.2 operating system architecture  Software have two categories  Application software  System software  Application software: consists of.
Computer Skills Preparatory Year Presented by: L.Obead Alhadreti.
Computer Parts There are many parts that work together to make a computer work.
Systems Software Operating Systems.
SOFTWARE.
Week 6 Operating Systems.
Computer for Health Sciences
Lesson 4 Computer Software
Operating system Part two Introduction to computer, 2nd semester, 2010/2011 Mr.Nael Aburas Faculty of Information.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Instructor: Li Ma Department of Computer Science Texas Southern University, Houston August, 2011.
Computer Basics Diagram
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
Operating System Utility Programs & Stand-alone utility Programs.
Software GCSE ICT.
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
Software GCSE COMPUTING.
University of Management & Technology 1 Operating Systems & Utility Programs.
Software.
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
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.
Operating System (OS) Basics. Operating System Basics Software (applications) Operating System (OS) Hardware.
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.
1 The Five Parts of an Information System
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
* Property of STI Page 1 of 18 Software: Systems and Applications Basic Computer Concepts Software  Software: can be divided into:  systems software.
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
Software AS Module Heathcote Ch.20. Importance of Information  Information technology is fundamental to the success of any business  The information.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Chapter 3: Software Explain the difference between systems software and application software
Types of Software Chapter 2.
Introduction To Computers
SOFTWARE. Software… Instructions that are stored electronically that tell the computer what to do.
Computers: Tools for an Information Age
Nat 4/5 Computing Science Software
Nature & Types of Software
Operating System Review
Resource Management IB Computer Science.
Introduction to Operating Systems
Chapter 3 Software Interfaces.
Computers Are Your Future
Operating System Review
An Overview of the Computer System
Types of Software.
Operating Systems Tasks 17/02/2019.
Operating Systems Tasks 04/04/2019.
Software - Operating Systems
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Operating Systems Tasks 05/08/2019.
Presentation transcript:

Systems Software

Systems software Applications software such as word processing, spreadsheet or graphics packages Operating systems software to control and monitor the running of application programs, and allow users to communicate with the computer Computers require two types of software

Functions of an operating system Memory management. Resource allocation and scheduling Backing store management Interrupt handling Allowing a user to communicate with the computer

Utility programs Virus checkers check disks and memory for viruses and delete them if detected; Security and accounting software checks user IDs and passwords, counts and reports the number of attempts made to log on under each user ID, the amount of processor time used at each session, total login time and so on; File management utilities attempt to repair corrupted files, reorganise files on disk so that free space is ‘defragmented’, ‘zip’ (compress) files so that they occupy less space. As well as the basic operating system, the systems software available to users includes numerous utility programs, such as:

Virus Scanners In the 1990s, viruses became a serious problem, especially among IBM PC and Macintosh users. The lack of security on these machines enables viruses to spread easily, even infecting the operating system. The production of special anti-virus software has become an industry

DOS (Disk Operating System) tells the computer how to format, read and write information on disk (either floppy or hard) manages peripheral devices such as printer and keyboard controls the execution of application software Also specifies how many files can be held in a disk directory what is an acceptable file or directory name the number of bytes that can be on a disk the amount of memory usable by a program

Command or Shell GUI

Command-driven The user has to type in commands in exactly the correct syntax to perform any operation This allows complex commands to be entered to customise the operating system for a particular user Experienced users may be able to perform operations faster using DOS than by using a mouse and menus or icons in a Windows interface

Command Line with GUI

The GUI and WIMP The Graphic User Interface. The use of pictures rather than just words to represent the input and output of a program. A program with a GUI also runs under some windowing system, which is a GUI See and for more informationhttp://

The Web Browser A program which allows a person to read hypertext (HTML). The browser gives a means of viewing the contents of nodes (or "pages") on the web and of navigating from one node to another.

Systems software Operating system Utility programs perform common useful tasks such as search for lost files, sort files of data into a particular sequence, copy disk files to magnetic tape for backup purposes and so on. Programming language compilers/interpreters are different types of program used to translate the statements in a programming language such as Pascal, Visual Basic, Delphi or C into a form that the computer can understand. Performance monitoring software is used to monitor, analyse and report on the performance of a computer and its components. It can provide information such as the overall utilisation of the processor and number of disk accesses over a given period of time. Communications software. In a mainframe environment, this is executed on a separate, dedicated processor (‘front-end processor’) and controls the flow of data to and from remote locations.