Topic 3 Software System Software (3) Applications.

Slides:



Advertisements
Similar presentations
Purpose of the Main Components of an Information System Hardware, Software and Communication Links.
Advertisements

Information Systems Today: Managing in the Digital World
Living in an MP3 World Presented by: Jacob Thurston Project 18 – MP3 Players 3/8/12.
Lesson 6 Software and Hardware Interaction
1 Open Office – A cheaper alternate to Microsoft Office Edited by: Irfan Ilyas.
Unit 1 Living in the Digital WorldChapter 4 – Smart Working This presentation will cover the following topics: Software choices Name:
1 The Five Parts of an Information System
The Advantages of using Free Software instead of Proprietary one.
Software: Systems and Application Software
Chapter 3 Applications Software: Getting the Work Done.
Application Software: Essentials for knowledge workers
Selection and use of appropriate software: Applications software
THE INTELLECTUAL PROPERTY OF SOURCE CODE Michael Musick.
Software. Task Time (minutes)  1. Complete self assessment sheet Read through the chapter on software Work through the questions on the.
Robert Crawford, MBA West Middle School.  Describe what an operating system does.  Summarize why compatibility is an issue for computer users.  Explain.
The Scenario. Open source software goes large in India, especially Linux. Linux has now seen great profit after it has entered the Indian market. Linux.
Introduction To Computer and Information Technology.
OPEN-SOURCE SOFTWARE BY: SAMANTHA HERALD  Otherwise known as OSS, is computer software that is available with source code: normally reserved for copyright.
Custom Software v Off-the Shelf Software
Section 8.2. Classification of Software
SOFTWARE.
A-Level Computing types and uses of software. Objectives Know that software can be split into different categories Know what each type of software is.
Software Introduction
Fundamentals of Computer Hardware & software
Programming and Application Packages
1 ITSK 2611 Welcome. 2 Operating System 3 What is an OS Resource Manager –Disk –Memory –CPU Device Manager –Printers –Video Card –Sound Card Utility.
Computing Revision Notes. Index Software System Software Internet.
Software Software essential is coded programs that perform a serious of algorithms. Instructions loaded into primary memory (RAM) from secondary storage.
 2002 Prentice Hall Chapter 4 Software Basics: The Ghost in the Machine.
Software.
UEC 01 : Computer Skills & Programming Concepts I 1PUA – Computer Engineering Department – UEC01 – Dr. Mona Abou - Of Lecture 6: Applications Software.
OUTLOOK How to Effectively Use a Program You Already Have Presented by: Bill Parrish (oneplusone) 3.
Fundamental Programming: Fundamental Programming K.Chinnasarn, Ph.D.
Types of Application Software Lesson Objective: Understanding the terminology behind the different types of application software Learning Outcome: Answer.
Mr Conti 28th March 2014 Lesson Aim To learn about different types of software that are produced for computer systems. Lesson Outcomes Good – will be able.
OPEN-SOURCE SOFTWARE BY: SAMANTHA HERALD  Otherwise known as OSS, is computer software that is available with source code: normally reserved for copyright.
Software Classification. FatMax Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 LicenseCreative Commons Attribution-NonCommercial-ShareAlike.
ITGS Application Software, pt. 3. ITGS Business Software Alliance (BSA) and Federation Against Software Theft (FAST) –Represent software companies and.
Module 1 – Lesson 6 Ms. Tracy. Bell Ringer What is the typical useful life for a personal computer?
What is Computer Software? EQ: What are the software components of a computer? T-IDT Describe and explore current and emerging software, including.
Software AS Module Heathcote Ch.20. Importance of Information  Information technology is fundamental to the success of any business  The information.
Software 2 See W:\IST\Mr Charles\software\software2.doc or Edmodo for images 10/03/11.
Chapter 3: Software Explain the difference between systems software and application software
Open Source Software. Chris Moylan Group 5...I think.
Information Systems Design and Development Technical Implications (Software) Computing Science.
GCSE Computing: A451 Computer Systems & Programming Topic 3 Software System Software (1) The Operating System.
Technical Sales Specialist Software - OS and Applications John R. Moegling Sr. Systems Engineer.
Introduction to Computing Lecture 9,10 Software
System Software (1) The Operating System
Starter To complement our notes for Topic 7 & 8, complete a mind map for these two topics on paper – (5 Mins) Project Management & the SDLC Project Failure.
Professional Standards. Proprietary Standards A standard that is manufactured & used by one company. E.g IOS This improves the overall quality of the.
Applications Software. Is a software used to carry out a particular task e.g. a game or word processor.
Chapter 3 Applications Software: Getting the Work Done.
INTRO. To I.T Razan N. AlShihabi
System Software (3) Applications
Sir Thomas Boughey High School A/S Level ICT
1.Introduction In the previous section you were introduced to the 'brain' of the computer, namely the CPU. You also learned about different things which.
Software: Systems and Application Software
Software packages and applications
Software Chapter 11.
LINUX WINDOWS Vs..
Operating Systems & online storage
Ian Ramsey C of E School GCSE ICT Smart working Software choices.
Online Goods and Services
Chapter 3 - Software Split into 3 groups of 5..
ICT Programming Lesson 3:
Computers Tools for an Information Age
SOFTWARE TECHNOLOGIES
Fundamentals of Computer Hardware & software
Presentation transcript:

Topic 3 Software System Software (3) Applications

Activity 1 Research the following: What does the term ‘proprietary software’ mean?

Computer Systems and their Importance What is a Application? As we have already seen System Software (Operating systems and their utility programs) allows a computer to function by enabling computer devices to work with one another. Application Software is another classification of software and include programs such as browsers, word processors and music players; software which allows the user to perform a task. In this lesson we will look at application software and in particular the different types of application software that is available. Learning Objectives: (c) Discus the relative merits of custom written, off the shelf, open source and proprietary software.

Proprietary (Off the Shelf) Applications VS Bespoke (Custom Made) Applications

Computer Systems and their Importance Proprietary (Off the Shelf) Applications Proprietary applications are those that are made for the masses. They often offer generic functions to users. Examples of such software are Microsoft’s Office Suit Adobe’s Creative Suit. They are written by companies and sold for profit. Usually, they are quite cheap as millions will buy the software. Learning Objectives: (c) Discus the relative merits of custom written, off the shelf, open source and proprietary software.

Computer Systems and their Importance Bespoke (Custom Made) Applications Bespoke applications differ in many ways. They are written for a specific user or organisations (not the general public). They are usually written when a user has a specific need that no other ‘off the shelf’ application can satisfy – this is the main advantage of bespoke software. Because they are written for a specific user there are many down sides. They cost a huge amount as the programmers can only sell the product once (or a limited number of times). They often have many bugs because only a few users will ever get to test them. If the user’s needs were not clearly explained before the software was developed, the software may turn out to be useless. Learning Objectives: (c) Discus the relative merits of custom written, off the shelf, open source and proprietary software.

Open Source Applications

Computer Systems and their Importance Open Source Applications Open source software is freely available to anyone. What's more, anyone is allowed to see the source code (program code) and if they want they can edit it. There is no copyright protection on Open Source software. Learning Objectives: (c) Discus the relative merits of custom written, off the shelf, open source and proprietary software.

Computer Systems and their Importance Linux is a good example of Open Source software: The operating system is developed by enthusiasts to produce different distributions. All distributions use the Linux Kernel at its heart (the kernel gets the computer devices communicating with software). Groups of people then adapt it and if they feel it progresses the operating system, they keep the adaptions and make it available for the public. Learning Objectives: (c) Discus the relative merits of custom written, off the shelf, open source and proprietary software. Look at the ‘Linux Distro Timeline’ (file on MBC) to see how many variations of Linux have been developed since the 90s.

Revision Software Topic 3 Operating System Utility Software Applications Task: Produce a set of revision notes, or a mind map for topic 3. Revise for your ‘end of topic 3’ assessment next week, Remember: Reading is not revising! Revising is: -Reading -Making notes -Learning your notes -Testing yourself -Repeating the process for areas you couldn’t answer when you tested yourself.