ITGS Application Software, pt. 3. ITGS Business Software Alliance (BSA) and Federation Against Software Theft (FAST) –Represent software companies and.

Slides:



Advertisements
Similar presentations
What is a Computer Program? For a computer to be able to do anything (multiply, play a song, run a word processor), it must be given the instructions.
Advertisements

COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
Lesson 6 Software and Hardware Interaction
Objectives Machine language vs.. High-level language Procedure-oriented, object-oriented, and event- driven languages Background of Visual Basic VB Integrated.
Chapter 3 Software Two major types of software
Installing software on personal computer
1 Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET201.
Objectives  Understand the purpose of the superuser account  Outline the key features of the Linux desktops  Navigate through the menus  Getting help.
Operating Systems Chapter 4.
Computer for Health Sciences
Lesson 4 Computer Software
ITGS Software Based on the textbook “Information Technology in a Global Society for the IB Diploma” by Stuart Gray.
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,
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Fundamentals of Networking Discovery 1, Chapter 2 Operating Systems.
SOFTWARE.
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
Chapter 4 System Software.
1 SOFTWARE AND HARDWARE INTERACTION Morrison / Wells.
Programming and Application Packages
Software What is software? Software is a general name given to all programs that can run on computer hardware such as spreadsheet. There are two types.
Software Software essential is coded programs that perform a serious of algorithms. Instructions loaded into primary memory (RAM) from secondary storage.
ITGS Software Reliability. ITGS All IT systems are a combination of: –Hardware –Software –People –Data Problems with any of these parts, or a combination.
 2002 Prentice Hall Chapter 4 Software Basics: The Ghost in the Machine.
Section 2 Software.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
Cloud Computing Characteristics A service provided by large internet-based specialised data centres that offers storage, processing and computer resources.
Mr C Johnston ICT Teacher
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
Software and Hardware Interaction
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
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.
Chapter 3 Software. Learning Objectives Upon successful completion of this chapter, you will be able to: Define the term software Describe the two primary.
Intermediate 2 Software Development Process. Software You should already know that any computer system is made up of hardware and software. The term hardware.
XP Practical PC, 3e Chapter 3 1 Installing and Learning Software.
Chapter 3 Installing and Learning Software. 2Practical PC 5 th Edition Chapter 3 Getting Started In this Chapter, you will learn: − What is in an application.
SOFTWARE IB ITGS. Application Software Word Processing: Using a computer to create, edit, and print documents. (insert text, delete text, copy, cut, paste,
Module 1 – Lesson 6 Ms. Tracy. Bell Ringer What is the typical useful life for a personal computer?
1 Title: Introduction to Computer Instructor: I LTAF M EHDI.
Define and describe operating systems which contain a Command Line Interface (CLI) Define and describe operating systems which contain a Graphical User.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Different Types of HCI CLI Menu Driven GUI NLI
Allexa Mitchels IBCC Sets of instructions which hardware follows in order to perform tasks. Software.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
2: Operating Systems Networking for Home & Small Business.
Information Systems Design and Development Technical Implications (Software) Computing Science.
CHAPTER (2) SOFTWARE Emad Salem. Software Software is the planned, step-by-step set of instructions required to turn data into information. Software.
1 Lesson 6 Software and Hardware Interaction Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
Applications Software. Is a software used to carry out a particular task e.g. a game or word processor.
Unit 3 Computer Systems. What is software? unlike hardware it can’t be physically touched it’s the missing link between the computer hardware and the.
به نام خدای مهربان زبان تخصصی دانشجویان کامپیوتر English for Computer Students درس 3 جوانمرد Ejavanmard.blogfa.com
CHAPTER 7 Operating System Copyright © Cengage Learning. All rights reserved.
Fundamentals of Information Systems, Sixth Edition
Processing with Programs 1
Development Environment
Chapter 3 Installing and Learning Software
People used to install software on their computers
Tech Guide B: The Details of Software
Event loops.
Introduction to Computer Software
Event loops.
Event loops.
Chapter 3 Software.
Presentation transcript:

ITGS Application Software, pt. 3

ITGS Business Software Alliance (BSA) and Federation Against Software Theft (FAST) –Represent software companies and work to reduce illegal copying Lobby the government for stricter copyright enforcement Rewards given for people who turn in copyright infringement cases

ITGS Custom, or “bespoke” software –If off-the shelf software from a store doesn’t meet an organization’s requirements, they can hire a software development company to produce software tailored to their specific needs This is most useful to organizations with very specific needs not catered to by mainstream software Very expensive

ITGS Reasons companies and people still pay for commercial software (vs. Open Source): –Better technical support –Ability to integrate software with other products (MS databases with Office) –Easier to find staff with relevant experience and training

ITGS Open source vs. closed source –Source code: the instructions that make up the program –Programmers write source code in languages such as C, Java, or Basic, which are readable to humans –A translator program then converts the source code into binary code, which can be executed by the computer Commercial software companies consider their source code to be hugely valuable business assets Free (FOSS) and open source programmers openly encourage users to download, view and change their source code

ITGS FOSS isn’t always free –Some companies sell FOSS along with hardware, installation, documentation and technical support services. Red Hat enterprises sells Linux to mainframe users, offering technical support and software updates for paid subscriptions

ITGS Commercial software companies make money by selling upgrades and new versions Security in Open Source –Because the code is examined by so many people, security problems are spotted, then fixed –Security bugs in commercial software are only known to the developers –Because the code is available, malicious users can use it to spot and exploit security problems Transparency in Open Source –Because all can examine the software, the way it works can be verified For example, source code could prove that voting software counts votes correctly

ITGS Cloud computing –Applications are web-based, stored on a server of on the internet (‘in the cloud’) The system is accessed via a web browser No data is stored on the user’s computer, but on a remote Internet server –Advantages: Software and data are available from any location with internet access Upgrades to cloud software are automatically available on all computers immediately –Disadvantages: Users rely on the cloud computing provider having adequate security to prevent data from falling into the hands of unauthorized users Users rely on the cloud computing provider to have adequate backup procedures to prevent loss of data

ITGS User interfaces –Graphical user interface (GUI) - used by most modern operating systems Uses visual buttons, menus, icons and windows to represent different parts of the computer, including the hardware, software and data –Usually controlled by a mouse or another type of pointing device

ITGS User interfaces –Command Line Interface (CLI) The user interacts with the computer solely by typing commands –Some of the earliest interfaces –Most modern operating systems have a command prompt (also called a terminal) built in »PC: type ‘cmd’, press enter »Mac: Applications>Utilities

ITGS User interfaces –Menu driven Interface (MDI) Let the user make decisions from a series of predetermined options that may be spread across multiple screens or menus –ATMs, restaurants, etc.

ITGS Ways to get help –Read-me files Included with software files, these detail last minute changes or known problems which have not been included in the printed documentation. –Web: FAQ’s (frequently asked questions) Tutorials –Wizards: Can guide users through a complex task by breaking it into steps and asking a series of questions