Introduction to Computer Software

Slides:



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

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.
Chapter 8 Operating Systems and Utility Programs.
Two Broad Categories of Software
Operating Systems: Software in the Background
Introduction to Computer Programming CSC 1401: Introduction to Programming with Java Lecture 2 Wanda M. Kunkle.
Course: Introduction to Computers
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
Lesson 4 Computer Software
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Lesson 6 Operating Systems and Software
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
SOFTWARE It Consists of a series of instructions that tells the computer what to do. It is collection of programs. Software is set of instruction which.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
University of Management & Technology 1 Operating Systems & Utility Programs.
System Software Chapter 4 of Computers: Understanding Technology (Third edition) 1September 16, William Pegram.
Introduction to Interactive Media Interactive Media Tools: 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.
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.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
Introduction to Computer Software S. Sabraz Nawaz Lecturer in Management & IT.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
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.
Application Software System Software.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
Types of Software Chapter 2.
Introduction  Program: Set of sequence instruction that tell the computer what to do.  Software: A collection of programs, data, and information. 
Computer Organization & Assembly Language Chapter _ 04 Ghazanfer Mirza.
WHAT IS HARDWARE ? Computer hardware is the collection of physical elements that comprise a COMPUTER SYSTEM LIKE A MOUSE, MONITOR, KEYBOARD, SPEAKER MICROPHONE,
Allows the user and the computer to communicate with each other.
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Introduction to System Software
Operating System and Utility Programs
Introduction to comp. and prog. CS 101 G 964
Nature & Types of Software
Discovering Computers 2012: Chapter 8
Hardware and Software Hardware refers to the physical devices of the computer system e.g. monitor, keyboard, printer, RAM etc. Software is a set of programs,
Chapter 8 Operating Systems and Utility Programs.
Computer Software.
Introduction to Operating Systems
SOFTWARE and OPERATING SYSTEM.
Chapter 7 Operating Systems and Utility Programs
Chapter 3.
Course: Introduction to Computers
Introduction to Operating System (OS)
TexPREP Summer Camp Computer Science
Chapter 3 Software Interfaces.
Computer Technology Notes #3
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Chapter 6 System and Application Software
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 software 2.
What is Computer Software?
Chapter 6 System and Application Software
TOPIC: HARDWARE AND SOFTWARE
Chapter 6 System and Application Software
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Chapter 6 System and Application Software
Function of Operating Systems
Overview of Computer system
Fundamentals of Computer Hardware & software
Presentation transcript:

Introduction to Computer Software S. Sabraz Nawaz, MCP Lecturer in MIT

In this lesson After completing this lesson, you should have clear understanding on What is computer software System software Operating system and its functions Utility programs Language Translators By: S. Sabraz Nawaz, Lecturer in MIT

Computer Software A set of programs that are specifically written to provide the user a precise functionality like solving a specific problem is termed as a software package Tells the computer what to do and how to do it. instructs to display on the user’s screen what kinds of input to take from the user what kinds of output to generate. By: S. Sabraz Nawaz, Lecturer in MIT

Categories of Software System software Application software. By: S. Sabraz Nawaz, Lecturer in MIT

System Software Consists of several programs directly responsible for controlling, integrating, and managing the individual hardware components Operating System Utility Programs Language Translators By: S. Sabraz Nawaz, Lecturer in MIT

Operating System A set of system programs that controls and coordinates the activities of the computer’s hardware and application. The platform on which the application software operates DOS (Disk Operating System), Windows 3.x, Windows 95, Windows NT, Windows 2000, Windows XP, Windows Vista, Mac OS, UNIX and LINUX By: S. Sabraz Nawaz, Lecturer in MIT

Functions of an Operating System  Memory Management By: S. Sabraz Nawaz, Lecturer in MIT

Functions of an Operating System Spooling Print Jobs By: S. Sabraz Nawaz, Lecturer in MIT

Functions of an Operating System Configuring Devices By: S. Sabraz Nawaz, Lecturer in MIT

Functions of an Operating System Monitoring System Performance By: S. Sabraz Nawaz, Lecturer in MIT

Functions of an Operating System Administering Security By: S. Sabraz Nawaz, Lecturer in MIT

Functions of an Operating System Managing Storage Media and Files By: S. Sabraz Nawaz, Lecturer in MIT

Functions of an Operating System User Interface By: S. Sabraz Nawaz, Lecturer in MIT

Functions of an Operating System: User Interface Command-driven: you enter commands. You type keywords or special keys on the keyboard to enter data and instructions. Example: MS DOS. By: S. Sabraz Nawaz, Lecturer in MIT

Functions of an Operating System: User Interface Menu-driven: you select command choices from various menus displayed on the screen. Example: Windows and Mac OS. By: S. Sabraz Nawaz, Lecturer in MIT

Functions of an Operating System: User Interface Graphical (GUI): use menus and visual images such as icons and buttons to issue commands By: S. Sabraz Nawaz, Lecturer in MIT

Utility Programs system software used to perform maintenance-type tasks such as managing a computer, its devices and its programs Most utility programs are included in the operating system By: S. Sabraz Nawaz, Lecturer in MIT

Utility Programs System Diagnostics By: S. Sabraz Nawaz, Lecturer in MIT

Utility Programs Backup Utility By: S. Sabraz Nawaz, Lecturer in MIT

Utility Programs Data Recovery Utility By: S. Sabraz Nawaz, Lecturer in MIT

Utility Programs Disk Defragmenter By: S. Sabraz Nawaz, Lecturer in MIT

Utility Programs Installer/Uninstaller By: S. Sabraz Nawaz, Lecturer in MIT

Utility Programs Disk Scanner By: S. Sabraz Nawaz, Lecturer in MIT

Utility Programs File Compression Utility By: S. Sabraz Nawaz, Lecturer in MIT

Utility Programs File Viewer By: S. Sabraz Nawaz, Lecturer in MIT

Utility Programs Antivirus Programs By: S. Sabraz Nawaz, Lecturer in MIT

Language Translators A language translator is a type of system software that translates a program in assembly or higher level language into machine language Assemblers: is system software that translates the assembly language program into machine language Compiler: a language translator that converts the entire program of a higher level language (source code) into machine language Interpreter: a language translator that converts each high level language statement into machine language and executes it immediately statement by statement By: S. Sabraz Nawaz, Lecturer in MIT

What we have covered What is computer software System software Operating system Utility programs Language Translators By: S. Sabraz Nawaz, Lecturer in MIT

Doubt? By: S. Sabraz Nawaz, Lecturer in MIT