COMPUTER SOFTWARE Chapter 3. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one.

Slides:



Advertisements
Similar presentations
Lecture 1: Overview of Computers & Programming
Advertisements

Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering. ID: Subject: Computer Fundamentals (For EDUSAT) Common.
A Good Manager? Find and explain on an example
Mr Manesh T Dept. of CSE College of Arts and Science Chapter 3 Types of Softwares Code: 1400 Tech.
Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering
Operating Systems: Software in the Background
INFORMATION TECHNOLOGY, THE INTERNET, AND YOU
Data Communications and Computer Networks
16 March, 2000 CS1001 Lecture 1 Introduction - Syllabus History of Computers Computer Components.
Software. Application Software performs useful work on general-purpose tasks such as word processing and data analysis. The user interacts with the application.
Computer Skills Preparatory Year Presented by: L.Obead Alhadreti.
Chapter 3 Software Two major types of software
Computers They're Not Magic! (for the most part)‏ Adapted from Ryan Moore.
Introduction to Computer Software
I NTRODUCTION TO C OMPUTER S OFTWARE. S OFTWARE & H ARDWARE ? Computer Instructions or data, anything that can be stored electronically is Software. Hardware.
Systems Software Operating Systems.
Computer Software.
SOFTWARE.
SIMS-201 Computer Software. 2 Assembly Code Operating System Programming Language Application  Overview.
1GMS-VU : Module 2 Introduction to Information and Communication Technologies Module 2 Computer Software.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Introduction COMP104: Fundamentals and Methodology.
Parts of the Computer. Three Components of an Information System 1.Hardware The physical components that make up the computer and other devices connected.
Software Concepts. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one that is.
Systems Software & Operating systems
Chapter 4 System Software.
Software Software essential is coded programs that perform a serious of algorithms. Instructions loaded into primary memory (RAM) from secondary storage.
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.
What is a Computer? An, electrical machine, that can be programmed to accept data (input), process it into useful information (output) and store it away.
Software.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
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.
C31102 IT 2 Computer Center Pluakdaengpittayakom
INVITATION TO COMPUTER SCIENCE, JAVA VERSION, THIRD EDITION Chapter 6: An Introduction to System Software and Virtual Machines.
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.
Introduction to Computer Software S. Sabraz Nawaz Lecturer in Management & IT.
Types of Software Module 5.12.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Computer Basics & Keyboarding. What Is A Computer? An electronic device operating under the control of instructions stored in its own memory unit An electronic.
10/8: Software What is software? –Types of software System software: Operating systems Applications Creating software –Evolution of software development.
Computer Software Types Three layers of software Operation.
COMPUTER SOFTWARE FORM 1. Learning Area Introduction to computer software Operating System (OS) Application Software Word Processing Software Presentation.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Application Software System Software.
Course Title: Introduction to Computer Course Instructor: ILTAF MEHDI Chapter No: 04 1BY ILTAF MEHDI (MCS, MCSE, CCNA)
Software Rashedul Hasan. Software Instructions and associated data, stored in electronic format, that direct the computer to accomplish a task. Instructions.
Software - A set of instructions, stored digitally within the computer's memory, which tells the computer system what to do.  System Software  Application.
Parts of the Computer.
Prepared by : Mazhar javed Classification of Software Prepared By Prepared By Mazhar Javed Awan Mazhar Javed Awan (Computer Instructor) (Computer Instructor)
A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems.
Computer Organization & Assembly Language Chapter _ 04 Ghazanfer Mirza.
Introduction to Computing Lecture 9,10 Software
Some of the utilities associated with the development of programs. These program development tools allow users to write and construct programs that the.
By Kundang K Juman Hardware & Software. COMP102 Prog. Fundamentals I: Software / Slide 2 l Four components of a computer system: n CPU - central processing.
UNIX U.Y: 1435/1436 H Operating System Concept. What is an Operating System?  The operating system (OS) is the program which starts up when you turn.
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.
Software.
Ashima Wadhwa Assistant Professor(giBS)
Nature & Types of Software
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 2: Operating-System Structures
Contents Todays Topic: Introduction to Computer Software We will learn
Computer Science I CSC 135.
Objective 2.02: Understand computer performance and features
Hardware & Software Programming. COMP102 Prog. Fundamentals I: Software / Slide 2 l Four components of a computer system: n CPU - central processing unit.
National Diploma in Computer Studies
Objective 2.02: Understand computer performance and features
Computer Software.
Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering
System Programming By Prof.Naveed Zishan.
Presentation transcript:

COMPUTER SOFTWARE Chapter 3

Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one that is tangible. The storage devices (Hard disk, CD’s etc.), mouse, keyboard CPU and display devices (Monitor) are Hardware. For example: There is a problem in the Software implies – Problem with program or data

Types of Software System Software manages and controls the hardware so that application software can perform a task. Operating System Utilities Example: Windows XP/7/8, Compiler, Loader, Linker, Interpreter. Application Software Programs that users directly uses Example: Payroll systems, Inventory Control, MS Office Suite Open source Software source code is available license that permits use, change, and improve redistribute it in modified or unmodified form. Example: Linux, Netscape, Apache, etc., Proprietary Software Not free (often) Restrictions on using, copying and modifying Enforced by the proprietor Achieved by either legal/technical means Example: CAD, Nortan Antivirus etc.,

System Software: Operating System Operating System is a software, which makes a computer to actually work. It is the software the enables all the programs we use. The OS organizes and controls the hardware. OS acts as an interface between the application programs and the machine hardware. Examples: Windows, Linux, Unix and Mac OS, etc.,

System Software: Compiler A compiler is a program that reads a program in one language – the source language and translates into an equivalent program in another language – the target language. Source Languages Target Languages ‘C’ languageMachine language ‘Pascal’ language FORTRAN language C++ language ADA language

System Software: Loader A loader is the part of an operating system that is responsible for loading programs into memory, preparing them for execution and then executing them. The loader is usually a part of the operating system's kernel and usually is loaded at system boot time and stays in memory until the system is rebooted, shut down, or powered off.

System Software: Linker Linker: A linker or link editor is a program that takes one or more objects generated by compilers and assembles them into a single executable program. Linkers can take objects from a collection called a library. The objects are program modules containing machine code and information for the linker. The linker takes care of arranging the objects in a program's address space.

System Software: Interpreter Interpreter: An interpreter is a computer program that translates and executes instructions written in a computer programming language line-by-line, unit by unit etc., An interpreter needs to be able to analyze, or parse, instructions written in the source language. Example: Lisp systems, etc.,

Application Software: Word Processors Word processing is a tool that helps user in creating, editing, and printing documents. Word processors will normally have the following capabilities built into them: Spell checking Standard layouts for normal documents Have some characters appear in bold print, italics, or underlined Center lines, make text line up on the left side of the paper, or the right side of the paper Save the document so it can be used again print the document. Examples: WordPerfect and Microsoft Word

Application Software: Spreadsheets Spreadsheets: The spreadsheet packages are designed to use numbers and formulas to do calculations with ease. Examples of spreadsheets include: Budgets Payrolls Grade Calculations Address Lists The most commonly used spreadsheet programs are Microsoft Excel and Lotus 123.

Application Software: Presentations Graphic Presentations: The presentation programs can make giving presentations and using overheads easier. Other uses include: Slide Shows Repeating Computer Presentations on a computer monitor Using Sound and animation in slide shows The most recognized graphic presentation programs are Microsoft PowerPoint.

Application Software: DBMS Database Management System: A DBMS is a software tool that allows multiple users to store, access, and process data into useful information. Database programs are designed for these types of applications: Membership lists Student lists Grade reports Instructor schedules All of these have to be maintained so you can find what you need quickly and accurately. Example: Microsoft Access, dBASE, Oracle.

List 5 machine/items/gadgets having only Hardware (and fixed software!). List 5 machine/items/gadgets having both Hardware and Software. Find the Operating System, you are using and its version. Develop some application using Word – processor Spread sheet and list some important command. Find 5 proprietary software names.

Assignments IOA, IA, GA, Case