Lecture #10 COMPUTER SOFTWARE By Shahid Naseem (Lecturer)

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

Introduction to Computers Lecture By K. Ezirim. What is a Computer? An electronic device –Desktops, Notebooks, Mobile Devices, Calculators etc. Require.
An Overview of the Computer System
Chapter 1:Introduction to the world of computers
An Overview of the Computer System
Computer Components.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
1 The Five Parts of an Information System
System Software Presented by Holly Cornell Comm spring Presented by Holly Cornell Comm spring.
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
Information Technology, the Internet, and You
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER System Software computing ESSENTIALS    
Data: A collection of raw facts and figures. It may consist of numbers, characters, symbols or pictures. Information: Organized and processed form of.
LECTURE 14 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter 8 Operating Systems and Utility Programs
Chapter Three OPERATING SYSTEMS.
Introduction to Computers
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.
INTRODUCTION TO COMPUTING CHAPTER NO. 03. Operating Systems and Utility Programs Functions of Operating Systems Types of Operating Systems (Standalone.
COMP 6005 An Introduction To Computing Session Two: Computer Software Systems Software.
Chapter 4 System Software.
Configuration.
An Overview of Using Computers
Living in a Digital World Discovering Computers Fundamentals, 2010 Edition.
Computer Parts There are many parts that work together to make a computer work.
3 3 3 CHAPTER System Software. 3 Objectives By the end of this lecture, you should know how to: –Describe the differences between system software and.
Computer Concepts – Illustrated 8 th edition Unit A: Computer and Internet Basics.
Software 1. Software is divided into parts System software Operating system Utility software Application software 2.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
IT Introduction to Information Technology CHAPTER 01.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
1 The Five Parts of an Information System
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Computer Systems Mrs. Butera. Computer Systems Hardware Software.
Kuliah 4 Pengantar Teknologi Informasi Oleh Coky Fauzi Alfi cokyfauzialfi.wordpress.com Software.
Productivity Programs What is the use of a Word Processing, Desktop Publishing and Spreadsheet programs? What is the use of a Database and Presentation.
An Overview of the Computer System lesson 1. This lesson includes the following sections: The Parts of a Computer System Looking Inside the Machine Software:
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Multimedia and Computers Introduction to Computers.
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Five SOFTWARE.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
1 Title: Introduction to Computer Instructor: I LTAF M EHDI.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Computer Software & its Types Instructor : Adnan Iqbal Course : Introduction to Computer.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
Chapter 8 Operating Systems and Utility Programs.
Lesson 4 Software: Systems and Applicatio n Software CREATED BY MOBIN 2016.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Sara Naheed Amjad Information Technology
Operating System and Utility Programs
Sara Naheed Amjad Information Technology
Discovering Computers 2012: Chapter 8
An Overview of the Computer System
Computer Software.
Chapter 4 The Power behind the Power
Computers Are Your Future
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
An Overview of the Computer System
Chapter 4 The Power behind the Power
Windows Operating System
Bioinformatics (Nursing)
Presentation transcript:

Lecture #10 COMPUTER SOFTWARE By Shahid Naseem (Lecturer)

COMPUTER SOFTWARE Control Structure (Civil Engineering Department) A set of instructions given to the computer to solve a particular problem is called software. Software is also called computer program. Software tells the computer what to do and how to do. The hardware operates under the control of a given set of instructions. Software is developed in computer programming language. 2

TYPES OF SOFTWARE Control Structure (Civil Engineering Department) Software is divided into two main types 1.System Software 2.Application Software Application Software: A program or set of programs that are specially designed to solve the specific problems of user are called application software. It is known as “software package”. Types of Application Software:  Commercial Software.  Scientific software  Financial Packages  Multimedia Software 3

TYPES OF SOFTWARE Control Structure (Civil Engineering Department) Custom – built Software Package Software Custom –Built Software The software that is developed for a particular organization or customer is called custom-built software. It is known as “Customized Software”. Package Software The software that is developed by software development organizations for sale to the general public is called “Package Software”. 4

TYPES OF SOFTWARE Control Structure (Civil Engineering Department) Packaged software is used to solve some common problem of many people or users. i.Word processing Software ii.Spreadsheet Software iii.Data Management Software iv.Communication Software v.Presentation Software vi.Graphics Software  Computer - Aided Design  Desktop Publishing  Paint Image  Video & Audio Editing  Web page Authoring 5

SYSTEM SOFTWARE Control Structure (Civil Engineering Department) A program or set of programs that is specially designed to control different operations of computer system is called “System Software”. It controls the working of different parts of the computer. The system software also enables the other application programs to execute properly. E.g.  Operating Systems  Utility Programs  Device Drivers  Language Processors 6

OPERATING SYSTEM Control Structure (Civil Engineering Department) An operating system is a collection of system programs that controls and coordinates the overall operations of a computer system. These programs also provide interface between the user and the computer system. A computer needs an operating system to do work. Without operating system, a computer is like a car with no fuel. Operating System also performs the following tasks:  Accepts input from input devices  Sends output to output devices  Manages the application programs in memory  Manages the files on the storage devices  Manes & Controls the I/O devices etc. 7

TYPES OF OPERATING SYSTEMS Control Structure (Civil Engineering Department) The operating systems are divided into different categories.  Personal computer operating system.  Network operating system.  Embedded operating system. Personal Computer Operating System The personal computer operating systems are also called the stand-alone operating system or single- user operating systems. These operating systems are used to operate pesonal computers.  DOS  MAC Operating System  Windows 8

TYPES OF OPERATING SYSTEMS Control Structure (Civil Engineering Department) Network Operating System A network operating system in an operating system that supports the network. A network operating system typically resides on a server and controls the devices or computers connected to the network.  Windows NT Server  Windows 2000 Server  UNIX  Solaris  Novell’s Netware 9

TYPES OF OPERATING SYSTEMS Control Structure (Civil Engineering Department) Embedded Operating System Different special electronic devices and handheld computers are also controlled by the operating systems that are stored into a ROM chip. These operating systems are called the “Embedded Operating Systems”.  Windows CE  Pocket PC 2002  Palm Operating System 10

UTILITY PROGRAMS Control Structure (Civil Engineering Department) A software that helps the user to solve the specific problems related to hardware or software is called “Utility Programs”. A large number of utility programs are available for the service of hardware and software. Most operating systems include various utility programs. Many other utility programs are available on CDs or can be downloaded from the Internet. E.g File Viewer File Compression Un-Installer Disk Scanner etc 11

DEVICE DRIVERS Control Structure (Civil Engineering Department) The programs that operate and control the devices attached to the computer are called “device drivers”. The keyboard, mouse, disk drives, CD –ROM drive, Modem, Printer etc require to install software that tells the computer how to use the device. When you purchase a new hardware device, manufacturer of the device also provides you a disk containing a device driver. 12