Chapter 3 Software.

Slides:



Advertisements
Similar presentations
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Advertisements

COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Objectives Overview Define an operating system
Lesson 6 Software and Hardware Interaction
Operating systems This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike 3.0 License. Skills: none IT concepts: popular.
Chapter 3 Software Two major types of software
I Information Systems Technology Ross Malaga 3 "Part I Understanding Information Systems Technology" Copyright © 2005 Prentice Hall, Inc. 3-1 SOFTWARE.
Types of software. Sonam Dema..
Your Interactive Guide to the Digital World Discovering Computers 2012.
Operating Systems Chapter 4.
Linux Basics CS 302. Outline  What is Unix?  What is Linux?  Virtual Machine.
Lesson 4 Computer Software
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Chapter 4 Computer Software.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
PowerPoint Presentation to Accompany Chapter 5 System Software Visualizing TechnologyCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall.
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.
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 Software essential is coded programs that perform a serious of algorithms. Instructions loaded into primary memory (RAM) from secondary storage.
Software GCSE COMPUTING.
Explain the purpose of an operating system
Computer Software Chapter 4 McGraw-Hill/IrwinCopyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Cloud Computing Characteristics A service provided by large internet-based specialised data centres that offers storage, processing and computer resources.
Chapter 3 Software. Learning Objectives Upon successful completion of this chapter, you will be able to: Define the term software Describe the two primary.
ITGS Application Software, pt. 3. ITGS Business Software Alliance (BSA) and Federation Against Software Theft (FAST) –Represent software companies and.
MIS 105 LECTURE 1 INTRODUCTION TO COMPUTER HARDWARE CHAPTER REFERENCE- CHP. 1.
What is Computer Software? EQ: What are the software components of a computer? T-IDT Describe and explore current and emerging software, including.
1 Title: Introduction to Computer Instructor: I LTAF M EHDI.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Introduction TO Network Administration
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
THE WINDOWS OPERATING SYSTEM Computer Basics 1.2.
COMPUTER SOFTWARE TECHNOLOGY GUIDE TWO. TECHNOLOGY GUIDE OUTLINE TG2.1 Significance of Software TG2.2 Software Issues TG2.3 Systems Software TG2.4 Application.
1 Lesson 6 Software and Hardware Interaction Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
OPERATING SYSTEMS (OS) By the end of this lesson you will be able to explain: 1. What an OS is 2. The relationship between the OS & application programs.
Discovering Computers 2009 Chapter 1 Introduction to Computers.
CHAPTER 7 Operating System Copyright © Cengage Learning. All rights reserved.
Introduction to Programming and App Inventor. Introduction What is a computer program? Introducing App Inventor Getting hands on with App Inventor.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Software Requirements
Unit 3 Virtualization.
Fundamentals of Information Systems, Sixth Edition
Office 365 is cloud-based productivity, hosted by Microsoft.
Chapter 4: Application Software
System Software EIT, © Author Gay Robertson, 2016.
Software: Systems and Application Software
Computer Software Lecture 5.
Introduction to Operating System (OS)
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms.
Computer Concept What is a computer?
Introduction to Cloud Computing
MIT App Inventor By Hans Yip.
Introduction to Enterprise Systems
Chapter 4.
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms GCFLearnFree website “Computer Basics”:
Chapter 3 Hardware and software 1.
Software, O/S & Interfaces
Chapter 3 Hardware and software 1.
What is Computer Software?
Introduction to Computer Software
Course Name : Network Operating System Course Code: CNET 332 These slides are only meant for course delivery. For all your Exams refer to your text book.
ICT Programming Lesson 3:
Java Programming Introduction
SOFTWARE TECHNOLOGIES
Course Name : Network Operating System Course Code: CNET 332
Digital Literacy 1.00 Computer Basics
Software - Operating Systems
Presentation transcript:

Chapter 3 Software

Learning Objectives Upon successful completion of this chapter, you will be able to: Define the term software Describe the two primary categories of software Describe the role ERP software plays in an organization Describe cloud computing and its advantages and disadvantages for use in an organization Define the term open source and identify its primary characteristics

Types of Software Software is the set of instructions that tells the hardware what to do Two main types of software: Operating Systems Application Software Productivity software Utility software Programming software Applications for the Enterprise (ERP)

Operating Systems All devices have an operating system Software which manages the hardware Creates the interface between the hardware and the user Functions performed by the operating systems: Managing the hardware resources of the computer Providing the user-interface components Providing a platform for software developers to write applications Most popular are Microsoft Windows, Apple Mac OS, and Linux

History of Microsoft Windows Source: YouTube

Application Software Software that allows users to accomplish some goal or purpose Categories: Productivity software to help employees complete their job duties such as Microsoft Office Utility software allows you to fix or modify your computer For example, antivirus software Programming software makes more software Programmers can code, test, and convert into a format that the computer will understand CIS students typically use Visual Studio

Application Software Challenges Finding the right software to do what you need to do How to use the right software to do what you need to do Power Point to Death video: You only purchase a license for the software

Enterprise Application Software Early applications were often independent from other applications Consequently, information from one application did not always correlate to information from another application Enterprise Resource Applications (ERP) were developed to provide a common application that supports functions across the entire enterprise for the company’s employees For example, an ERP can contain the general ledger and its subsidiary ledgers such as accounts payable, accounts receivables, etc. Builds in best business practices for an enterprise

Enterprise Application Software SAP is the most popular Customer Relationship Management (CRM) Manages an organization’s customers Personalize your relationship with the customer An example is Salesforce Supply Chain Management (SCM) manages an organization’s Suppliers Manufacturing Facilities Distributors

Mobile Applications Operate on tablets and smartphones Each device has its own operating system (e.g., Android or iOS) Each application is developed for the specific mobile device’s operating system Websites are now offering mobile friendly interfaces to run on mobile devices Independent of the mobile devices’ operating system

Cloud Computing Internet-based applications, services, and data storage Advantages: No software to install or upgrade If you have Internet access, you can always use it No restrictions on how much you store and don’t have to worry about losing it Disadvantages: Your information is stored on someone else’s computer – how safe is it? Internet access is required Relying on someone else to provide these services

Business Cloud Usage Private Cloud Virtualization Still uses cloud concepts but allows the business to control over that space Improves who can access it and how it is secured Virtualization Using software to simulate a computer or some other device Can create a server without actually purchasing a server

Software Creation Software is written in a programming language Consists of commands organized logically to execute specific functions Written in human-readable format (source code) and converted to machine-readable format (object code) Object code can be interpreted by the computer to allow interaction with the hardware Usually done in pieces so several programmers can work together Closed-Source Software – only object code is available for purchase Open-Source Software: Code is shared with everyone to use and add features or fix bugs Examples are Firefox browser and Linux operating system

Open vs. Closed Source Software Open-Source Software: Software is available for free Source code can be reviewed prior to installing Large programmer groups can fix bugs and add feature May increase risk of attack as everyone knows how your software works Closed-Source Software: Company that developed the software provides technical support Employs large number of programmers to enhance the product

Summary Defined the term software Described the two primary categories of software Described the role ERP software plays in an organization Described cloud computing and its advantages and disadvantages for use in an organization Defined the term open source and identify its primary characteristics

بانک اطلاعات هوشمند پاورپوینت Click to edit Master subtitle style