COMPUTER SOFTWARE Management Information Systems.

Slides:



Advertisements
Similar presentations
Information Technology (IT) activities and careers. Source:
Advertisements

AA high level programming language. IIt is created by Microsoft. UUses a graphical environment called the Integrated Development Environment (IDE).
Accounting Information Systems: A Business Process Approach Chapter One: Introduction to Accounting Information Systems.
 This is a collection of instruction, intended to produce a particular result.
Intro to Programming CST JavaScript. Objectives Define software Identify the different types of software Differentiate the different types of programming.
Computers & Logic An Overview. Hardware Hardware is the equipment, or the devices, associated with a computer. For a computer to be useful, however, it.
Types of Software.  What is the software: ◦ System software refers to the programs designed to handle certain task.  System Software can be classified.
Computing Fundamentals Objective 2 Software. IC3-GS3 Computing Fundamentals-Domain 2 2 Objectives Understand the steps involved in software development.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Software Concepts. Software & Hardware? Computer Instructions or data, anything that can be stored electronically is Software. Hardware is one that is.
WEB ENGINEERING LECTURE 4 BY Kiramat Rahman. outline  In this Lecture you will learn about:  Term “Software” and its relationship with “Hardware” 
WMBA 6080Technology Guide 2 1 CISM 3330 Technology Guide 2 – Computer Software.
A Definitive View Of Components by RobRenfrew. . The following information has been obtained from and is being used for educational.
Chapter 16 Quality Assurance Through Software Engineering Systems Analysis and Design Kendall & Kendall Sixth Edition.
Tranlators. Machine Language The lowest-level programming languageprogramming language Machine languages are the only languages understood by computers.languagescomputers.
Visual Basic 2005 SCOPE Visual Basic Hands-on Training.
SOFTWARE: the power behind the machine By Mrs. Gonzales.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
UNIT - 1Topic - 3. Computer software is a program that tells a computer what to do. Computer software, or just software, is any set of machine-readable.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
Programming Concepts Chapter 3.
Software Testing. What is Testing? The process consisting of all life cycle activities, both static and dynamic, concerned with planning, preparation.
Chapter 3 Software. Learning Objectives Upon successful completion of this chapter, you will be able to: Define the term software Describe the two primary.
Introduction to Software Software. Types of software Click on each type of software to find out what it does.
Learning Objective The students should be able to: a. state the definition of software b. state the usage of software c. list different types of software.
Definition of Terms Software/Programs Programs that directs the operation of a computer system Set of instructions Codes Programming Process of planning,
Lesson 1 Operating Systems, Part 1. Objectives Describe and list different operating systems Understand file extensions Manage files and folders.
© UNT in partnership with TEA1 7 th Grade Career Exploration Module Career Focus: Computer Software Engineer Vocabulary.
C o n f i d e n t i a l 1 Course: BCA Semester: III Subject Code : BC 0042 Subject Name: Operating Systems Unit number : 1 Unit Title: Overview of Operating.
MIS 105 LECTURE 1 INTRODUCTION TO COMPUTER HARDWARE CHAPTER REFERENCE- CHP. 1.
SOFTWARE TECHNOLOGY GUIDE TWO. TG2.1 Introduction to Software Software a set of computer programs that enable the hardware to process data. Computer program.
L ECTURE -9 Topics : Compiler Interpreter Loader Linker. Types of Software..
FOUNDATION IN INFORMATION TECHNOLOGY (CS-T-101) TOPIC : INFORMATION SYSTEM – SOFTWARE.
Application Software Is a computer software designed to help the user to perform specific tasks. Examples include enterprise software, accounting software,
Herriman High Computer Programming 1A Software Development Cycle Things to Know.
2 Software.
Computer Software & its Types Instructor : Adnan Iqbal Course : Introduction to Computer.
Introduction to Operating Systems Prepared by: Dhason Operating Systems.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
 Software provides the instructions that tell the computer what to do.  These instructions are called programs. Programs enable you to use the computer.
COMPUTER SOFTWARE TECHNOLOGY GUIDE TWO. TECHNOLOGY GUIDE OUTLINE TG2.1 Significance of Software TG2.2 Software Issues TG2.3 Systems Software TG2.4 Application.
Learning Outcomes 1. Know software installation processes 2. Be able to prepare for software installation 3. Be able to install and configure software.
Unit 2 Computer Systems. The aim of this unit is to enable learners to:  Understand the components of computer systems and  Develop the skills needed.
 Programming methodology: ◦ is a process of developing programs that involves strategically dividing important tasks into functions to be utilized by.
4.03 Understand Information Technology activities and careers.
Software Hardware refers to the physical devices of a computer system.
ICS 3UI - Introduction to Computer Science
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.
TECHNOLOGY GUIDE TWO Software.
COMPONENTS OF A COMPUTER
Information and documentation media systems.
Accounting Information Systems: A Business Process Approach
4.03 Understand Information Technology activities and careers.
Unit I Flash Cards Start.
4.03 Understand Information Technology activities and careers.
4.03 Understand Information Technology activities and careers.
Types and components of a computer system
4.03 Understand Information Technology activities and careers.
Learning Intention I will learn about the iterative software development process with a focus on the Analysis stage.
introduction to computers
Chapter-1 Computer is an advanced electronic device that takes raw data as an input from the user and processes it under the control of a set of instructions.
3.1 System Software.
TECHNOLOGY GUIDE TWO Software.
Introduction to Operating Systems
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
CHAPTER 1 Information Technology, The Internet, And You.
Chapter 3 Software.
Fundamentals of Computer Hardware & software
Presentation transcript:

COMPUTER SOFTWARE Management Information Systems

SOFTWARE  Software consists of computer programs, which are sequences of instructions for the computer Process of writing, or coding, programs is called programming Individuals who perform this task are called programmers (developers)  Documentation helps the user operate the computer system, and it helps other programmers understand what the program does and how it accomplishes its purpose  Computer is able to do nothing until it is instructed by software Software enables the user to instruct a computer system to perform specific functions that provide business value

TWO TYPES OF SOFTWARE  System Software is a set of instructions that serves primarily as an intermediary between computer hardware and application programs Provides important self-regulatory functions for computer systems, such as loading itself when the computer is turned on Provides commonly used sets of instructions for all applications  Application Software is a set of computer instructions that provide more specific functionality to a user, such as word processing, an organization’s payroll system, or accounting system

SOFTWARE ISSUES  Software defects (bugs)  Software evaluation and selection  Licensing  Open systems – refers to a model of computing products that work together  Open-Source software – is the source code is available at no cost to developers or users