TECHNOLOGY GUIDE TWO Software.

Slides:



Advertisements
Similar presentations
COURSE: COMPUTER PLATFORMS
Advertisements

4 1 4 C H A P T E R Software: Systems and Application Software.
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Software: Systems and Application Software Chapter 4.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
Copyright 2007 John Wiley & Sons, Inc. Technology Guide 21 Software.
The Operating System and the User Interface
A “Java Fun For Everyone” Interactive Quiz
TECHNOLOGY GUIDE 2 1 Computer Software. Technology Guide Overview 2.
SOFTWARE.
TECHNOLOGY GUIDE 2: Software 1. 2 TG2.1 Introduction to Software TG2.2 Software Issues TG2.3 Systems Software TG2.4 Application Software TECHNOLOGY GUIDE.
TECHNOLOGY GUIDE THREE Emerging Types of Enterprise Computing.
MIS TG 1 Review Central processing unit (CPU) performs the actual computation or “number crunching” inside any computer. –A microprocessor incorporates.
Introduction To Computer System
WMBA 6080Technology Guide 2 1 CISM 3330 Technology Guide 2 – Computer Software.
Copyright © 2012 Pearson Education, Inc. Chapter 1 Introduction to Computing and Programming.
TECHNOLOGY GUIDE FOUR Intelligent Systems.
Technical Guide 1 & 2 Hardware and Software. How do companies decide what to buy? 2.
INFORMATION TECHNOLOGY Grade 9 - Oral Quiz. Question Options
UNIT 7 Describing how an item functions [2] (infinitive with or without ‘to’)
3.1 System Software. Overview Describe the purpose and functions of an operating system including the basic start- up sequence of a computer. Identify.
E- Learning and Writing Skills IGGU 1101 Operating System Windows Dr. Sana’a Wafa Al-Sayegh.
COMPUTER SOFTWARE Management Information Systems.
Lecture 8: 9/19/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
SOFTWARE TECHNOLOGY GUIDE TWO. TG2.1 Introduction to Software Software a set of computer programs that enable the hardware to process data. Computer program.
TECHNOLOGY GUIDE TWO Computer Software. TECHNOLOGY GUIDE OUTLINE TG2.1 Significance of Software TG2.2 Systems Software TG2.3 Application Software TG2.4.
2 Software.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Operating System Concepts Three User Interfaces Command-line Job-Control Language (JCL) Graphical User Interface (GUI)
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Chapter 4 Software. Introduction Program: is a set of sequence instructions that tell the computer what to do. Software: is a collection of programs,
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE. OPERATING SYSTEM (OS) An operating system, or OS, is a software program that enables the computer hardware.
COMPUTER SOFTWARE TECHNOLOGY GUIDE TWO. TECHNOLOGY GUIDE OUTLINE TG2.1 Significance of Software TG2.2 Software Issues TG2.3 Systems Software TG2.4 Application.
TECHNOLOGY GUIDE TWO Computer Software. TECHNOLOGY GUIDE OUTLINE TG2.1 Significance of Software TG2.2 Software Issues TG2.3 Systems Software TG2.4 Application.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 1 An Introduction to Visual Basic.NET and Program Design.
TECHNOLOGY GUIDE FOUR Intelligent Systems. TECHNOLOGY GUIDE OUTLINE TG4.1 Introduction to Intelligent Systems TG4.2 Expert Systems TG4.3 Neural Networks.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE Chapter 2 1Dr. BALAMURUGAN MUTHURAMAN.
CSC322 OPERATING SYSTEM Mr. Dilawar Lecturer, Department of Computer Science, Jahan University Kabul, Afghanistan.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Chapter 2 Operating Systems
Computer Graphics Lecture 1 Introduction to Computer Graphics
4.03 Understand Information Technology activities and careers.
Applied Operating System Concepts
Hardware vs. Software Question 1 What is hardware?
The CPU is the brain of the computer
Introduction to Visual Basic 2008 Programming
Introduction to Operating Systems
Chapter 4 – Introduction to Operating System Concepts
TECHNOLOGY GUIDE TWO Computer Software.
Algorithm and Ambiguity
TECHNOLOGY GUIDE TWO Software.
4.03 Understand Information Technology activities and careers.
An Introduction to Visual Basic .NET and Program Design
Programming languages and software development
What is an Operating System?
Chapter 2: System Structures
4.03 Understand Information Technology activities and careers.
Chapter 3 Hardware and software 1.
Topic 1: Operating Systems - User Interfaces
4.03 Understand Information Technology activities and careers.
Alice terms Chapter 3.
Chapter 3 Hardware and software 1.
4.03 Understand Information Technology activities and careers.
Computers.
3.1 System Software.
Computer Applications -Generic Elective
An Introduction to Operating Systems
Presentation transcript:

TECHNOLOGY GUIDE TWO Software

TECHNOLOGY GUIDE OUTLINE TG2.1 Introduction to Software TG2.2 Software Issues TG2.3 Systems Software TG2.4 Application Software

LEARNING OBJECTIVES 1. Discuss the major software issues that confront modern organizations. 2. Analyze the advantages and disadvantages of open-source software. 3. Differentiate between the two major types of software. 4. Describe the general functions of the operating system. 5. Identify the major types of application software.

TG2.1 Introduction to Software Computer program Stored program concept Documentation Software: a set of computer programs that enable the hardware to process data. Computer program. The sequences of instructions for the computer, which comprise software. Stored program concept. Modern hardware architecture in which stored software programs are accessed and their instructions are executed (followed) in the computer’s CPU, one after another. Documentation. Written description of the functions of a software program. © Karsten Ehlers/Age Fotostock America, Inc.

Software Issues Software Defects Software Licensing Open Systems Open Source Software © Karsten Ehlers/Age Fotostock America, Inc.

Types of Software System software Application software System software: The class of computer instruction that serve primarily as an intermediary between computer hardware and application programs; provides important self-regulatory functions for computer systems. Application software: The class of computer instructions that direct a computer system to perform specific processing activities and provide functionality for users.

TG2.3 Systems Software Operating Systems Operating system: The main system control program, which supervises the overall operations of the computer, allocates CPU time and main memory to programs, and provides an interface between the user and the hardware.

Functions of the Operating System Graphical User Interface Social Interface Graphical user interface (GUI): system software that allows users to have direct control of visible objects (such as icons) and actions, which replace command syntax. Social interface: A user interface that guides the user through computer applications by using cartoonlike characters, graphics, animation, and voice commands. See this video about an enhanced interface

Motion Control Gaming Consoles

TG2.4 Application Software