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.

Slides:



Advertisements
Similar presentations
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Advertisements

Lecture 1: Overview of Computers & Programming
Operating Systems: Software in the Background
Software. Application Software performs useful work on general-purpose tasks such as word processing and data analysis. The user interacts with the application.
Chapter 3 Software Two major types of software
Computer Software.
Types of software. Sonam Dema..
SOFTWARE.
Computer for Health Sciences
Lesson 4 Computer Software
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Computer Software Zaffar Ahmed Shaikh.
COMPUTER MAIN PARTS Hardware Software. HARDWARE Definition: The set of hardware components that make up the material part (physical) of a computer, unlike.
Software Concepts. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one that is.
AS Computing Software definitions.
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
Introduction To Computer System
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
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.
CHAPTER FOUR COMPUTER SOFTWARE.
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.
COMP 6005 An Introduction To Computing Session Three: Computer Software Introduction.
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.
INTRODUCTION SOFTWARE HARDWARE DIFFERENCE BETWEEN THE S/W AND H/W.
Introduction to Computer Software S. Sabraz Nawaz Lecturer in Management & IT.
Types of Software Module 5.12.
Learning Objective The students should be able to: a. state the definition of software b. state the usage of software c. list different types of software.
Computer Software Types Three layers of software Operation.
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.
 Programming - the process of creating computer programs.
Course Title: Introduction to Computer Course Instructor: ILTAF MEHDI Chapter No: 04 1BY ILTAF MEHDI (MCS, MCSE, CCNA)
A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems.
CH CHAPTER Browsers, Information Managers, and System Software.
SOFTWARE. Software… Instructions that are stored electronically that tell the computer what to do.
Computer Organization & Assembly Language Chapter _ 04 Ghazanfer Mirza.
APPLICATION SOFTWARE: BEGINNING TO MS- OFFICE CHAPTER 10.
THE SOFTWARE Computers need clear-cut instructions to tell them what to do, how to do, and when to do. A set of instructions to carry out these functions.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Lesson 9: SOFTWARE ICT Fundamentals 2nd Semester SY
Identify internal hardware devices (e. g
Identify internal hardware devices (e. g
INTRO. To I.T Razan N. AlShihabi
Introduction to System Software
Computer Applications in Business
Topic 2: Hardware and Software
Ashima Wadhwa Assistant Professor(giBS)
An Overview of the Computer System
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,
Overview of Computers and Programming Chapter 1
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Course: Introduction to Computers
TexPREP Summer Camp Computer Science
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
An Overview of the Computer System
Chapter 4.
National Diploma in Computer Studies
Introduction to Computer Software
Types and components of a computer system
Operating Systems Tasks 17/02/2019.
Operating Systems Tasks 04/04/2019.
Data Communications and Computer Networks
TOPIC: HARDWARE AND SOFTWARE
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:

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 a program

Categories of computer soft ware Computer soft ware are divided into two categories that is System soft ware Application soft ware

The processing unit

Application soft ware Application software tells the computer how to accomplish tasks the user requires, such as creating a document or editing a graphic image.

Some important kinds of application software are: Word processing programs Spreadsheet software Database management Presentation programs Graphics programs Networking software Web design tools and browsers Internet applications Communications programs Utilities Entertainment and education Multimedia authoring

System soft ware This is the types of soft ware design to manage the operation of computer its devices. An operating system is the is the is the computer soft ware that coordinate the operation of all hard ware and soft ware component of the computer

Types of system soft ware Operating system Utilities Programing language Language processors

Operating system This is a set of programs containing instruction that coordinate all the activities among the computer hard ware devices

Examples of operating system Window Linux Window seven Window eight Window xp Window Macintosh

Functions of operating system Manage and allocate computer resources. Control input and out put devices Manage computer memory usage Schedules computer operations Provide a working environment for all computer applications

UTILITIES Def. Utility are additional essential soft ware that is design to assist either application or system soft ware Utility soft ware are broadly sub divided into two system utility soft ware application utility soft ware System utility soft ware is that soft ware that further enhances the operation of system soft ware e.g. device drivers Application utility soft Ware is that soft ware which enhance the operation of application soft ware

Example of common utilities soft ware File defragmentation Data compression Backup Antivirus Screen savers Sort merge utility File compression utility Diagnostic utility

Programing language Programing language are means of passing instructions to computer system using specific predefined words and symbols arranged in a logical manner . Function of programing language It is used to provide a suitable interface for the design and production of a set of instruction called a program

Categories of programming language There are two basic categories i.e. The low level language The high level language

Low level language The low level languages are language used for designing programs or instruction for the processor There are two types of low level language Machine code Assembly language

Machine code Machine code; this is referred to as first generation language because instruction must be written in binary format.

Assembly language Assembly language; This is referred to as second generation language because combination of bits are represented by partially meaning full words to human e.g. Add for addition, SUB for subtraction etc.

Language processors Language processor are soft ware used to convert high level language into low level language that is capable of being understood by the processor Examples of language processors Compiler Assembler Interpreter Linkers Debuggers

Compiler Is one of the major language processors that translate a program written in a higher level language There are of two kinds native and cross compiler Native compiler; is that where the resulting program can only run on the same plat form as the language Cross compiler; is that which compile programs capable of running on other platform

Assembler These are language processor that translate assembly instruction into machine code (binary format)

Interpreter An interpreter is that which execute and analyzes the input program before passing on control to the processor.

Debugger Is that soft ware program that locates bugs(errors) in another computer program.