SlideShare a Scribd company logo
1 of 36
System Software
Learning Objectives
• Describe several important trends occurring in
  computer software
• Give examples of several major types of
  application and system software
• Explain the purpose of several popular
  software packages for end user productivity
  and collaborative computing
Learning Objectives
• Define and describe the functions of an
  operating system
• Describe the main uses of computer
  programming software, tools, and languages
Types of Application & System
          Software
Application Software
• General Purpose
  – Programs that perform common information
    processing jobs for end users
  – E.g., word processing, spreadsheet
  – Also call productivity packages

• Custom Software
  – Software applications developed within an
    organization for use by that organization
Application Software
• Open-source Software
  – Developers collaborate on the development of an
    application using programming standards which
    allow anyone to contribute to the software
  – As each developer completes a project, the
    application code becomes available and free to
    anyone who wants it
Business Application Software
• Function-Specific Application Software
  – Thousands of these packages support specific
    applications of end users
  – Examples: customer relationship management,
    enterprise resource planning, supply chain
    management, Web-enabled electronic commerce
Software Suites, Integrated Packages
• Most widely used productivity packages are bundled
  together as software suites
• Advantages
   – Cost less than buying individual packages
   – All have similar GUI
   – Work well together
• Disadvantages
   – All features not used
   – Takes a lot of disk space (bloatware)
Components of Top Software Suites
Web Browsers
• Software applications that support navigation
  through the point-and-click hyper-linked resources of
  the Web
• Becoming the universal platform from which end
  users launch…
   –   Information searches
   –   E-mail
   –   Multimedia file transfer
   –   Discussion groups
   –   Other Internet-based applications
Search Engines
• Browsers are used to gain access to Internet
  search engines
  – Google, Ask Jeeves, Look Smart, Lycos, Overture,
    Yahoo!
• Using search engines to find information has
  become an indispensable part of Internet,
  intranet, and extranet applications
E-mail, Instant Messaging, and
                  Weblogs
• E-mail
   – Software to communicate by sending and receiving
     messages and attachments via the Internet, intranet, or
     extranet
• Instant messaging (IM)
   – Receive electronic messages instantly
• Weblog or blog
   – A personal website in dated log format
   – Updated with new information about a subject or range of
     subjects
Word Processing/Desktop Publishing

   • Word Processing
     – Create, edit, revise, and print documents
     – E.g., Microsoft Word, Lotus WordPro, Corel
       WordPerfect
   • Desktop Publishing
     – Produce printed materials that look
       professionally published
     – E.g., Adobe PageMaker, Microsoft Publisher,
       QuarkXPress
Electronic Spreadsheets
• Used by virtually every business for…
   – Analysis, planning, modeling
• Electronic Spreadsheet
   – Worksheet of rows and columns
   – Can be stored on local computer or on network
   – Requires designing format and developing the
     relationships (formulas)
   – Most help you develop charts and graphic displays
     of spreadsheet results
   – Supports what-if questions
Presentation Graphics
• Common presentation graphics packages…
  – Converts numeric data into graphics displays
  – Used to create multimedia presentations of graphics,
    photos, animation, and video clips
  – E.g., Microsoft PowerPoint, Lotus Freelance, Corel
    Presentations
  – Top packages can tailor files for transfer in HTML format to
    websites
Personal Information Managers
• Software for end user productivity and collaboration
   – Stores information about clients
   – Manages schedules, appointments, tasks
   – Most include ability to access the Web and provide e-mail
     capabilities
   – Some support team collaboration by sharing information
     with other PIM users
   – E.g., Lotus Organizer, Microsoft Outlook
Groupware
• Software that helps workgroups
  collaborate on group assignments
  – E-mail, discussion groups, databases, video
    conferencing
  – E.g., Lotus Notes, Novell GroupWise,
    Microsoft Exchange
  – Windows SharePoint Services and
    WebSphere both allow teams to create
    websites for information sharing and
    document collaboration
Interface Between End Users and Computer
System Management Software :
          Operating Systems
• Integrated system of programs that…
  – Manages the operations of the CPU
  – Controls the input/output, storage resources,
    and activities of the computer system
  – Provides support services as the computer executes
    application programs
• The operating system must be loaded and activated
  before other tasks can be accomplished
Operating System Basic Functions
User Interface
• The part of the operating system that allows
  you to communicate with it
• Three main types…
  – Command-driven
  – Menu-driven
  – Graphical user interfaces (GUI)
Resource Management
• Part of the operating system that manages the
  hardware and networking resources of a computer
  system
  – Includes CPU, memory, secondary storage devices,
    telecommunications, and input/output peripherals
• Common functions
  – Keeping track of where data and programs are stored
  – Subdividing memory; providing virtual memory capability
File Management
• Part of the operating system that controls the
  creation, deletion, and access of files and
  programs
  – Keeps track of physical location on storage devices
  – Maintains directories of information about the
    location and characteristics of stored files
Task Management
• Part of the operating system that manages the
  accomplishment of end user computing tasks
   – Controls which task gets access to the CPU,
     and for how long
   – Can interrupt the CPU at any time to substitute
     a higher priority task
   – Supports preemptive and cooperative multi-tasking and
     multi-processing
Popular Operating Systems
• Windows
  – GUI, multitasking, networking, multimedia
  – Microsoft’s operating system
  – NT, XP, 2003
  – Different versions manage servers
• Unix
  – Multitasking, multi-user, network-managing
  – Portable - can run on mainframes, midrange,
    and PCs
Popular Operating Systems
• Linux
  – Low-cost, powerful reliable Unix-like
    operating system
  – Open-source
• MAC OS X
  – Apple operating system for the iMac
  – GUI
  – Multitasking
  – Multimedia
Other System Management Programs
Other System Software
 Utilities
 ◦ Miscellaneous housekeeping functions
 ◦ Example: Norton utilities includes data backup,
   virus protection, data compression, etc.
 Performance Monitors
 ◦ Programs that monitor and adjust computer system
   to keep them running efficiently
 Security Monitors
 ◦ Monitor and control use of computer systems
   to prevent unauthorized use of resources
System Development Programme:
       Programming Languages
• Examples of programming in each language
Machine Languages
• First generation languages
   – The most basic of programming languages
   – Strings of binary codes unique to each computer
   – Requires specific knowledge of the internal
     operations of the CPU being used
   – Must specify the storage locations for every
     instruction and item of data used
   – Difficult to work with, and error prone
Assembler Languages
• Second generation languages
  – Developed to reduce difficulties in writing machine
    language programs
  – Uses assemblers to convert the programs into machine
    instructions
  – Symbols are used to represent operation codes and
    storage locations
  – Alphabetic abbreviations call mnemonics and other
    symbols represent operation codes, storage locations, and
    data elements
High-Level Languages
• Third generation languages
  – Uses brief statements or arithmetic expressions
  – Statements translated into machine language by compilers
    or interpreters
  – Less efficient than assembler languages and requires
    greater translation time
  – Machine independent
  – Examples: BASIC, COBOL, and FORTRAN
Fourth-Generation Languages
  Variety of programming languages that are
   nonprocedural and conversational
  ◦ Encourages programmers to specify the results
    wanted; the computer determines the sequence
    of instructions that accomplishes the results
  ◦ Simplified the programming process
  Natural languages
  ◦ Very close to English or other human language
  ◦ Sometimes called fifth-generation (5GLs)
  ◦ No longer a trade-off between ease of use and
    flexibility
Object-Oriented Languages
• Combines data elements
  and the procedures that
  will be performed upon
  them into objects
  – E.g., data about a bank
    account and the
    procedures performed
    on it, such as interest
    calculations
Object-Oriented Languages
• Most widely used software development
  languages
  – Easier to use and more efficient for graphics-
    oriented user interfaces
  – Reusable: can use an object from one
    application in another application
  – Examples: Visual Basic, C++, Java
  – Most object-oriented languages provide a
    GUI that supports visual programming
Web Languages
 HTML
 ◦ A page description language that creates hypertext
   documents for the Web
 XML
 ◦ Describes Web page content by applying identifying
   tags or contextual labels to the data
 Java
 ◦ Object-oriented programming language that is
   simple, secure, and platform independent
 ◦ Java applets can be executed on any computer

More Related Content

What's hot

Accounting Information System (AIS)
Accounting Information System (AIS)Accounting Information System (AIS)
Accounting Information System (AIS)Osareme Erhomosele
 
Principles of records management Mushi
Principles of records management MushiPrinciples of records management Mushi
Principles of records management Mushisylvanus mushi
 
Basics of records management
Basics of records managementBasics of records management
Basics of records managementRussell James
 
Introduction to Business Process Management
Introduction to Business Process ManagementIntroduction to Business Process Management
Introduction to Business Process ManagementAlan McSweeney
 
Presentation on Change management and User Adoption
Presentation on Change management and User AdoptionPresentation on Change management and User Adoption
Presentation on Change management and User Adoptionridwansassman
 
Introduction to information system
Introduction to information systemIntroduction to information system
Introduction to information systemPROF.JITENDRA PATEL
 
DON RECORDS MANAGEMENT PROGRAM SECNAVINST 5210.1 (2012)
DON RECORDS MANAGEMENT PROGRAM  SECNAVINST 5210.1 (2012)DON RECORDS MANAGEMENT PROGRAM  SECNAVINST 5210.1 (2012)
DON RECORDS MANAGEMENT PROGRAM SECNAVINST 5210.1 (2012)Loany Saldivar
 
What is Enterprise Architecture?
What is Enterprise Architecture?What is Enterprise Architecture?
What is Enterprise Architecture?BOC Group
 
VEA: ARIS and Alfabet Journey Together
VEA: ARIS and Alfabet Journey Together VEA: ARIS and Alfabet Journey Together
VEA: ARIS and Alfabet Journey Together Software AG
 
Mis for class lecture 1 final
Mis for class lecture 1 finalMis for class lecture 1 final
Mis for class lecture 1 finalAwais Idrees
 
Information Management Life Cycle
Information Management Life CycleInformation Management Life Cycle
Information Management Life CycleCollabor8now Ltd
 
Digital Records Management & Preservation
Digital Records Management & PreservationDigital Records Management & Preservation
Digital Records Management & Preservationvictor Nduna
 

What's hot (20)

Accounting Information System (AIS)
Accounting Information System (AIS)Accounting Information System (AIS)
Accounting Information System (AIS)
 
TOGAF Complete Slide Deck
TOGAF Complete Slide DeckTOGAF Complete Slide Deck
TOGAF Complete Slide Deck
 
Principles of records management Mushi
Principles of records management MushiPrinciples of records management Mushi
Principles of records management Mushi
 
Itiationgk
ItiationgkItiationgk
Itiationgk
 
system development life cycle
system development life cyclesystem development life cycle
system development life cycle
 
Togaf 9 template transition architecture
Togaf 9 template   transition architectureTogaf 9 template   transition architecture
Togaf 9 template transition architecture
 
Basics of records management
Basics of records managementBasics of records management
Basics of records management
 
Introduction to ERP Concept
Introduction to ERP ConceptIntroduction to ERP Concept
Introduction to ERP Concept
 
Introduction to Business Process Management
Introduction to Business Process ManagementIntroduction to Business Process Management
Introduction to Business Process Management
 
Introduction to Kanban
Introduction to KanbanIntroduction to Kanban
Introduction to Kanban
 
Presentation on Change management and User Adoption
Presentation on Change management and User AdoptionPresentation on Change management and User Adoption
Presentation on Change management and User Adoption
 
Introduction to information system
Introduction to information systemIntroduction to information system
Introduction to information system
 
F recrod mgt
F recrod mgtF recrod mgt
F recrod mgt
 
DON RECORDS MANAGEMENT PROGRAM SECNAVINST 5210.1 (2012)
DON RECORDS MANAGEMENT PROGRAM  SECNAVINST 5210.1 (2012)DON RECORDS MANAGEMENT PROGRAM  SECNAVINST 5210.1 (2012)
DON RECORDS MANAGEMENT PROGRAM SECNAVINST 5210.1 (2012)
 
What is Enterprise Architecture?
What is Enterprise Architecture?What is Enterprise Architecture?
What is Enterprise Architecture?
 
VEA: ARIS and Alfabet Journey Together
VEA: ARIS and Alfabet Journey Together VEA: ARIS and Alfabet Journey Together
VEA: ARIS and Alfabet Journey Together
 
Mis for class lecture 1 final
Mis for class lecture 1 finalMis for class lecture 1 final
Mis for class lecture 1 final
 
Information Management Life Cycle
Information Management Life CycleInformation Management Life Cycle
Information Management Life Cycle
 
Digital Records Management & Preservation
Digital Records Management & PreservationDigital Records Management & Preservation
Digital Records Management & Preservation
 
File And Records Management
File And Records ManagementFile And Records Management
File And Records Management
 

Similar to Management information system software

Problem Solving and Program Design in C_1.pdf
Problem Solving and Program Design in C_1.pdfProblem Solving and Program Design in C_1.pdf
Problem Solving and Program Design in C_1.pdfjlu08167
 
CH004
CH004CH004
CH004JUC
 
Lecture3.pptx
Lecture3.pptxLecture3.pptx
Lecture3.pptxnassmah
 
Interaction With Computers FIT
Interaction With Computers FITInteraction With Computers FIT
Interaction With Computers FITRaj vardhan
 
Unit 2 part 1 data processing
Unit 2 part 1 data processingUnit 2 part 1 data processing
Unit 2 part 1 data processingFarhanMalik93
 
Module 3 - Software Classification.pptx
Module 3 - Software Classification.pptxModule 3 - Software Classification.pptx
Module 3 - Software Classification.pptxpercivalfernandez2
 
fdocuments.in_unit-2-foc.ppt
fdocuments.in_unit-2-foc.pptfdocuments.in_unit-2-foc.ppt
fdocuments.in_unit-2-foc.pptKrishanPalSingh39
 
Operating System Basics.ppt
Operating System Basics.pptOperating System Basics.ppt
Operating System Basics.pptUmaMahesh623495
 
4 operating system basics
4   operating system basics4   operating system basics
4 operating system basicsbsnl007
 
Foundation of information system - Software
Foundation of information system - SoftwareFoundation of information system - Software
Foundation of information system - Softwarerh8g7p44p7
 
Operating system 12 system programs
Operating system 12 system programsOperating system 12 system programs
Operating system 12 system programsVaibhav Khanna
 
05 proyek aplikasi teknologi dalam praktek simp, rev 17 12-2011
05 proyek aplikasi teknologi dalam praktek simp, rev 17 12-201105 proyek aplikasi teknologi dalam praktek simp, rev 17 12-2011
05 proyek aplikasi teknologi dalam praktek simp, rev 17 12-2011Julis Syofian Syofian
 

Similar to Management information system software (20)

Chapter 4 computer software
Chapter 4  computer softwareChapter 4  computer software
Chapter 4 computer software
 
Chap004
Chap004Chap004
Chap004
 
Problem Solving and Program Design in C_1.pdf
Problem Solving and Program Design in C_1.pdfProblem Solving and Program Design in C_1.pdf
Problem Solving and Program Design in C_1.pdf
 
CH004
CH004CH004
CH004
 
Software introduction
Software introductionSoftware introduction
Software introduction
 
Software
SoftwareSoftware
Software
 
Lecture3.pptx
Lecture3.pptxLecture3.pptx
Lecture3.pptx
 
systems_software
systems_softwaresystems_software
systems_software
 
Interaction With Computers FIT
Interaction With Computers FITInteraction With Computers FIT
Interaction With Computers FIT
 
Unit 2 part 1 data processing
Unit 2 part 1 data processingUnit 2 part 1 data processing
Unit 2 part 1 data processing
 
Module 3 - Software Classification.pptx
Module 3 - Software Classification.pptxModule 3 - Software Classification.pptx
Module 3 - Software Classification.pptx
 
Chapter_04.ppt
Chapter_04.pptChapter_04.ppt
Chapter_04.ppt
 
fdocuments.in_unit-2-foc.ppt
fdocuments.in_unit-2-foc.pptfdocuments.in_unit-2-foc.ppt
fdocuments.in_unit-2-foc.ppt
 
Operating System Basics.ppt
Operating System Basics.pptOperating System Basics.ppt
Operating System Basics.ppt
 
4 operating system basics
4   operating system basics4   operating system basics
4 operating system basics
 
Types of software
Types of softwareTypes of software
Types of software
 
Foundation of information system - Software
Foundation of information system - SoftwareFoundation of information system - Software
Foundation of information system - Software
 
Operating system 12 system programs
Operating system 12 system programsOperating system 12 system programs
Operating system 12 system programs
 
Basic software
Basic softwareBasic software
Basic software
 
05 proyek aplikasi teknologi dalam praktek simp, rev 17 12-2011
05 proyek aplikasi teknologi dalam praktek simp, rev 17 12-201105 proyek aplikasi teknologi dalam praktek simp, rev 17 12-2011
05 proyek aplikasi teknologi dalam praktek simp, rev 17 12-2011
 

More from Online

Philosophy of early childhood education 3
Philosophy of early childhood education 3Philosophy of early childhood education 3
Philosophy of early childhood education 3Online
 
Philosophy of early childhood education 2
Philosophy of early childhood education 2Philosophy of early childhood education 2
Philosophy of early childhood education 2Online
 
Philosophy of early childhood education 1
Philosophy of early childhood education 1Philosophy of early childhood education 1
Philosophy of early childhood education 1Online
 
Philosophy of early childhood education 4
Philosophy of early childhood education 4Philosophy of early childhood education 4
Philosophy of early childhood education 4Online
 
Operation and expression in c++
Operation and expression in c++Operation and expression in c++
Operation and expression in c++Online
 
Functions
FunctionsFunctions
FunctionsOnline
 
Formatted input and output
Formatted input and outputFormatted input and output
Formatted input and outputOnline
 
Control structures selection
Control structures   selectionControl structures   selection
Control structures selectionOnline
 
Control structures repetition
Control structures   repetitionControl structures   repetition
Control structures repetitionOnline
 
Introduction to problem solving in c++
Introduction to problem solving in c++Introduction to problem solving in c++
Introduction to problem solving in c++Online
 
Optical transmission technique
Optical transmission techniqueOptical transmission technique
Optical transmission techniqueOnline
 
Multi protocol label switching (mpls)
Multi protocol label switching (mpls)Multi protocol label switching (mpls)
Multi protocol label switching (mpls)Online
 
Lan technologies
Lan technologiesLan technologies
Lan technologiesOnline
 
Introduction to internet technology
Introduction to internet technologyIntroduction to internet technology
Introduction to internet technologyOnline
 
Internet standard routing protocols
Internet standard routing protocolsInternet standard routing protocols
Internet standard routing protocolsOnline
 
Internet protocol
Internet protocolInternet protocol
Internet protocolOnline
 
Application protocols
Application protocolsApplication protocols
Application protocolsOnline
 
Addressing
AddressingAddressing
AddressingOnline
 
Transport protocols
Transport protocolsTransport protocols
Transport protocolsOnline
 
Leadership
LeadershipLeadership
LeadershipOnline
 

More from Online (20)

Philosophy of early childhood education 3
Philosophy of early childhood education 3Philosophy of early childhood education 3
Philosophy of early childhood education 3
 
Philosophy of early childhood education 2
Philosophy of early childhood education 2Philosophy of early childhood education 2
Philosophy of early childhood education 2
 
Philosophy of early childhood education 1
Philosophy of early childhood education 1Philosophy of early childhood education 1
Philosophy of early childhood education 1
 
Philosophy of early childhood education 4
Philosophy of early childhood education 4Philosophy of early childhood education 4
Philosophy of early childhood education 4
 
Operation and expression in c++
Operation and expression in c++Operation and expression in c++
Operation and expression in c++
 
Functions
FunctionsFunctions
Functions
 
Formatted input and output
Formatted input and outputFormatted input and output
Formatted input and output
 
Control structures selection
Control structures   selectionControl structures   selection
Control structures selection
 
Control structures repetition
Control structures   repetitionControl structures   repetition
Control structures repetition
 
Introduction to problem solving in c++
Introduction to problem solving in c++Introduction to problem solving in c++
Introduction to problem solving in c++
 
Optical transmission technique
Optical transmission techniqueOptical transmission technique
Optical transmission technique
 
Multi protocol label switching (mpls)
Multi protocol label switching (mpls)Multi protocol label switching (mpls)
Multi protocol label switching (mpls)
 
Lan technologies
Lan technologiesLan technologies
Lan technologies
 
Introduction to internet technology
Introduction to internet technologyIntroduction to internet technology
Introduction to internet technology
 
Internet standard routing protocols
Internet standard routing protocolsInternet standard routing protocols
Internet standard routing protocols
 
Internet protocol
Internet protocolInternet protocol
Internet protocol
 
Application protocols
Application protocolsApplication protocols
Application protocols
 
Addressing
AddressingAddressing
Addressing
 
Transport protocols
Transport protocolsTransport protocols
Transport protocols
 
Leadership
LeadershipLeadership
Leadership
 

Recently uploaded

Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 

Recently uploaded (20)

Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 

Management information system software

  • 2. Learning Objectives • Describe several important trends occurring in computer software • Give examples of several major types of application and system software • Explain the purpose of several popular software packages for end user productivity and collaborative computing
  • 3. Learning Objectives • Define and describe the functions of an operating system • Describe the main uses of computer programming software, tools, and languages
  • 4. Types of Application & System Software
  • 5. Application Software • General Purpose – Programs that perform common information processing jobs for end users – E.g., word processing, spreadsheet – Also call productivity packages • Custom Software – Software applications developed within an organization for use by that organization
  • 6. Application Software • Open-source Software – Developers collaborate on the development of an application using programming standards which allow anyone to contribute to the software – As each developer completes a project, the application code becomes available and free to anyone who wants it
  • 7. Business Application Software • Function-Specific Application Software – Thousands of these packages support specific applications of end users – Examples: customer relationship management, enterprise resource planning, supply chain management, Web-enabled electronic commerce
  • 8. Software Suites, Integrated Packages • Most widely used productivity packages are bundled together as software suites • Advantages – Cost less than buying individual packages – All have similar GUI – Work well together • Disadvantages – All features not used – Takes a lot of disk space (bloatware)
  • 9. Components of Top Software Suites
  • 10. Web Browsers • Software applications that support navigation through the point-and-click hyper-linked resources of the Web • Becoming the universal platform from which end users launch… – Information searches – E-mail – Multimedia file transfer – Discussion groups – Other Internet-based applications
  • 11. Search Engines • Browsers are used to gain access to Internet search engines – Google, Ask Jeeves, Look Smart, Lycos, Overture, Yahoo! • Using search engines to find information has become an indispensable part of Internet, intranet, and extranet applications
  • 12. E-mail, Instant Messaging, and Weblogs • E-mail – Software to communicate by sending and receiving messages and attachments via the Internet, intranet, or extranet • Instant messaging (IM) – Receive electronic messages instantly • Weblog or blog – A personal website in dated log format – Updated with new information about a subject or range of subjects
  • 13. Word Processing/Desktop Publishing • Word Processing – Create, edit, revise, and print documents – E.g., Microsoft Word, Lotus WordPro, Corel WordPerfect • Desktop Publishing – Produce printed materials that look professionally published – E.g., Adobe PageMaker, Microsoft Publisher, QuarkXPress
  • 14. Electronic Spreadsheets • Used by virtually every business for… – Analysis, planning, modeling • Electronic Spreadsheet – Worksheet of rows and columns – Can be stored on local computer or on network – Requires designing format and developing the relationships (formulas) – Most help you develop charts and graphic displays of spreadsheet results – Supports what-if questions
  • 15. Presentation Graphics • Common presentation graphics packages… – Converts numeric data into graphics displays – Used to create multimedia presentations of graphics, photos, animation, and video clips – E.g., Microsoft PowerPoint, Lotus Freelance, Corel Presentations – Top packages can tailor files for transfer in HTML format to websites
  • 16. Personal Information Managers • Software for end user productivity and collaboration – Stores information about clients – Manages schedules, appointments, tasks – Most include ability to access the Web and provide e-mail capabilities – Some support team collaboration by sharing information with other PIM users – E.g., Lotus Organizer, Microsoft Outlook
  • 17. Groupware • Software that helps workgroups collaborate on group assignments – E-mail, discussion groups, databases, video conferencing – E.g., Lotus Notes, Novell GroupWise, Microsoft Exchange – Windows SharePoint Services and WebSphere both allow teams to create websites for information sharing and document collaboration
  • 18. Interface Between End Users and Computer
  • 19. System Management Software : Operating Systems • Integrated system of programs that… – Manages the operations of the CPU – Controls the input/output, storage resources, and activities of the computer system – Provides support services as the computer executes application programs • The operating system must be loaded and activated before other tasks can be accomplished
  • 21. User Interface • The part of the operating system that allows you to communicate with it • Three main types… – Command-driven – Menu-driven – Graphical user interfaces (GUI)
  • 22. Resource Management • Part of the operating system that manages the hardware and networking resources of a computer system – Includes CPU, memory, secondary storage devices, telecommunications, and input/output peripherals • Common functions – Keeping track of where data and programs are stored – Subdividing memory; providing virtual memory capability
  • 23. File Management • Part of the operating system that controls the creation, deletion, and access of files and programs – Keeps track of physical location on storage devices – Maintains directories of information about the location and characteristics of stored files
  • 24. Task Management • Part of the operating system that manages the accomplishment of end user computing tasks – Controls which task gets access to the CPU, and for how long – Can interrupt the CPU at any time to substitute a higher priority task – Supports preemptive and cooperative multi-tasking and multi-processing
  • 25. Popular Operating Systems • Windows – GUI, multitasking, networking, multimedia – Microsoft’s operating system – NT, XP, 2003 – Different versions manage servers • Unix – Multitasking, multi-user, network-managing – Portable - can run on mainframes, midrange, and PCs
  • 26. Popular Operating Systems • Linux – Low-cost, powerful reliable Unix-like operating system – Open-source • MAC OS X – Apple operating system for the iMac – GUI – Multitasking – Multimedia
  • 28. Other System Software  Utilities ◦ Miscellaneous housekeeping functions ◦ Example: Norton utilities includes data backup, virus protection, data compression, etc.  Performance Monitors ◦ Programs that monitor and adjust computer system to keep them running efficiently  Security Monitors ◦ Monitor and control use of computer systems to prevent unauthorized use of resources
  • 29. System Development Programme: Programming Languages • Examples of programming in each language
  • 30. Machine Languages • First generation languages – The most basic of programming languages – Strings of binary codes unique to each computer – Requires specific knowledge of the internal operations of the CPU being used – Must specify the storage locations for every instruction and item of data used – Difficult to work with, and error prone
  • 31. Assembler Languages • Second generation languages – Developed to reduce difficulties in writing machine language programs – Uses assemblers to convert the programs into machine instructions – Symbols are used to represent operation codes and storage locations – Alphabetic abbreviations call mnemonics and other symbols represent operation codes, storage locations, and data elements
  • 32. High-Level Languages • Third generation languages – Uses brief statements or arithmetic expressions – Statements translated into machine language by compilers or interpreters – Less efficient than assembler languages and requires greater translation time – Machine independent – Examples: BASIC, COBOL, and FORTRAN
  • 33. Fourth-Generation Languages  Variety of programming languages that are nonprocedural and conversational ◦ Encourages programmers to specify the results wanted; the computer determines the sequence of instructions that accomplishes the results ◦ Simplified the programming process  Natural languages ◦ Very close to English or other human language ◦ Sometimes called fifth-generation (5GLs) ◦ No longer a trade-off between ease of use and flexibility
  • 34. Object-Oriented Languages • Combines data elements and the procedures that will be performed upon them into objects – E.g., data about a bank account and the procedures performed on it, such as interest calculations
  • 35. Object-Oriented Languages • Most widely used software development languages – Easier to use and more efficient for graphics- oriented user interfaces – Reusable: can use an object from one application in another application – Examples: Visual Basic, C++, Java – Most object-oriented languages provide a GUI that supports visual programming
  • 36. Web Languages  HTML ◦ A page description language that creates hypertext documents for the Web  XML ◦ Describes Web page content by applying identifying tags or contextual labels to the data  Java ◦ Object-oriented programming language that is simple, secure, and platform independent ◦ Java applets can be executed on any computer

Editor's Notes

  1. Multimedia Lecture Support Package to Accompany Basic Marketing Lecture Script 6-