Mr Manesh T Dept. of CSE College of Arts and Science Chapter 3 Types of Softwares Code: 1400 Tech.

Slides:



Advertisements
Similar presentations
Basic Computer for Small Business
Advertisements

Lecture 1: Overview of Computers & Programming
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
Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering
INFORMATION TECHNOLOGY, THE INTERNET, AND YOU
James Tam Introduction to software Concepts covered What is software Categories of software and the differences between each The relation between software.
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.
Computer Parts There are many parts that work together to make a computer work.
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
Course: Introduction to Computers
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.
COMPUTER SOFTWARE Chapter 3. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one.
SOFTWARE.
Computer for Health Sciences
SIMS-201 Computer Software. 2 Assembly Code Operating System Programming Language Application  Overview.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Software Concepts. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one that is.
Chapter 4 System Software.
CSE 101 Spring 2000 Operating Systems. The Tasks of the Operating System Single Task Multitasking.
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 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.
Visual C++ Programming: Concepts and Projects
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.
Mrs. Ulshafer August, 2013 Java Programming Chapter 1.
© 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.
C OMPUTING E SSENTIALS Timothy J. O’Leary Linda I. O’Leary Presentations by: Fred Bounds.
COMPUTER SOFTWARE FORM 1. Learning Area Introduction to computer software Operating System (OS) Application Software Word Processing Software Presentation.
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.
© 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)
1 ENG224 INFORMATION TECHNOLOGY – Part I 1. Introduction to Computers.
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.
A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems.
Chapter 4 Software. Introduction Program: is a set of sequence instructions that tell the computer what to do. Software: is a collection of programs,
1 Asstt. Prof Navjot Kaur Computer Dept PRESENTED BY.
Technology Vocabulary Matthew L. Morris. A-D Application- A program or group of programs designed for end users. Data- Distinct pieces of information.
Introduction  Program: Set of sequence instruction that tell the computer what to do.  Software: A collection of programs, data, and information. 
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.
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.
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,
System Programming and administration
Basic Computer for Small Business
Basic Computer for Small Business
Contents Todays Topic: Introduction to Computer Software We will learn
Computer Science I CSC 135.
Computers: Hardware and Software
Unit# 6: ICT Applications
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
Computer Software.
Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering
Software.
System Programming By Prof.Naveed Zishan.
Presentation transcript:

Mr Manesh T Dept. of CSE College of Arts and Science Chapter 3 Types of Softwares Code: 1400 Tech

Contents Todays Topic: Introduction to Computer Software We will learn We will learn 1.What is software? 2.What is Hardware? 3.Types of Software System s/w, Application s/w, Open source & Proprietary s/w System s/w, Application s/w, Open source & Proprietary s/w 4.Examples of system Software Operating System, compiler, loader, linker, Interpreter Operating System, compiler, loader, linker, Interpreter 5.Examples of Application Software Word processors, Spreadsheets, Presentation, Database systems Word processors, Spreadsheets, Presentation, Database systems

Introduction to Computer Software

Software & Hardware? Computer Instructions are called Software. All electronic devices like mouse, keyboard CPU and display devices (Monitor) are Hardware.

Types of Software 1. System Software 2. Application Software 3. Open source Software and 4. Proprietary Software

System Software: System Software includes the Operating System and all the utilities that enable the computer to function. System software is master programs that controls all hardware and softwares Example: Operating Systems,

Application Software: Application Software includes programs that do real work for user. Example: Payroll systems, Inventory Control, Manage student database, Word Processor, Spreadsheet and Database Management System etc.,

Open Source Software: Open source software (OSS) is computer software whose source code is available under a license that permits users to use, change, and improve the software, and to redistribute it in modified or unmodified form. It is often developed in a public, collaborative manner. Well-known OSS products are Linux, Netscape, Apache, etc.,

Proprietary Software: Proprietary software (also called non-free software) is software with restrictions on using, copying and modifying as enforced by the proprietor. Restrictions on use, modification and copying is achieved by either legal or technical means and sometimes both. Proponents of proprietary software are Microsoft. Ex: 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.,

Operating System Hardware: Mouse, Keyboard, CPU, Hard Drive, Motherboard, CD Drive, Printer, etc. Hardware: Mouse, Keyboard, CPU, Hard Drive, Motherboard, CD Drive, Printer, etc. Operating System Application Software  The operating system runs the computer. It works between the hardware and the application software…  Without an operating system, a computer would just be a box of circuit boards and wires that wouldn’t do anything.

System Software (contd): Source Languages Target Languages ‘C’ language Machine language ‘Pascal’ language FORTRAN language C++ language ADA language 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.

System Software (contd): 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. In Unix, the loader is the handler for the system call execve().

System Software (contd): 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 (contd): 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 (contd…): 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.

Common Features of Application S/W Graphical User Interface (GUI) Icons Windows Menus Toolbars

Application Software (contd…): 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 and Harvard Graphics.

Application Software (contd…): Database Management System (DBMS): 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.

Questions: 1. Think about some machine / items / gadgets having only Hardware. 2. Think about some machine / items / gadgets having both Hardware and Software. 3. Find the Operating Syste, you are using and its version. 4. Develop some application using Word – processor Spread sheet and list some important command. 5. Find 5 proprietary software names.