SOFTWARE TECHNOLOGY GUIDE TWO. TG2.1 Introduction to Software Software a set of computer programs that enable the hardware to process data. Computer program.

Slides:



Advertisements
Similar presentations
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Advertisements

Technology Guide 2 Software
COURSE: COMPUTER PLATFORMS
4 1 4 C H A P T E R Software: Systems and Application Software.
16/13/2015 3:30 AM6/13/2015 3:30 AM6/13/2015 3:30 AMIntroduction to Software Development What is a computer? A computer system contains: Central Processing.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design First Edition by Tony Gaddis.
©TheMcGraw-Hill Companies, Inc. Permission required for reproduction or display. COMPSCI 125 Introduction to Computer Science I.
Copyright 2007 John Wiley & Sons, Inc. Technology Guide 21 Software.
The Operating System and the User Interface
Technology Guide 2 Software.
A “Java Fun For Everyone” Interactive Quiz
TECHNOLOGY GUIDE 2 1 Computer Software. Technology Guide Overview 2.
External Devices I/O Modules Programmed I/O Interrupt Driven I/O Direct Memory Access I/O Channels and Processors.
Course: Introduction to Computers
Introduction to Computer Software
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.
MIS TG 1 Review Central processing unit (CPU) performs the actual computation or “number crunching” inside any computer. –A microprocessor incorporates.
WMBA 6080Technology Guide 2 1 CISM 3330 Technology Guide 2 – Computer Software.
Copyright © 2012 Pearson Education, Inc. Chapter 1 Introduction to Computing and Programming.
Technical Guide 1 & 2 Hardware and Software. How do companies decide what to buy? 2.
Chapter 1: Introduction. 1.2 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts Chapter 1: Introduction What Operating Systems Do Computer-System.
Human-computer interfaces. Operating systems are software (i.e. programs) used to control the hardware directly used to run the applications software.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
Operating System What is an Operating System? A program that acts as an intermediary between a user of a computer and the computer hardware. An operating.
E- Learning and Writing Skills IGGU 1101 Operating System Windows Dr. Sana’a Wafa Al-Sayegh.
COMPUTER SOFTWARE Management Information Systems.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Copyright 2007 John Wiley & Sons, Inc. Technology Guide 21 Introduction to Information Systems, 1 st Edition  Authors: Rainer, Turban and Potter  Publisher:
CSCI 1101 INTRODUCTION TO COMPUTERS 5. Basic Computer Architecture.
TECHNOLOGY GUIDE TWO Computer Software. TECHNOLOGY GUIDE OUTLINE TG2.1 Significance of Software TG2.2 Systems Software TG2.3 Application Software TG2.4.
1 Principles of Information Technology Introduction to Software and Information Systems Copyright © Texas Education Agency, All rights reserved.
Application Software System Software.
2 Software.
Introduction to Operating Systems Prepared by: Dhason Operating Systems.
Chapter 1 Basic Concepts of Operating Systems Introduction Software A program is a sequence of instructions that enables the computer to carry.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE. OPERATING SYSTEM (OS) An operating system, or OS, is a software program that enables the computer hardware.
Introduction To Computers
COMPUTER SOFTWARE TECHNOLOGY GUIDE TWO. TECHNOLOGY GUIDE OUTLINE TG2.1 Significance of Software TG2.2 Software Issues TG2.3 Systems Software TG2.4 Application.
Introduction to Computer Programming using Fortran 77.
TECHNOLOGY GUIDE TWO Computer Software. TECHNOLOGY GUIDE OUTLINE TG2.1 Significance of Software TG2.2 Software Issues TG2.3 Systems Software TG2.4 Application.
Sebastián Álvarez Henao.. It refers to all physical parts of a computer system; its components are: electrical, electronic, electromechanical and mechanical.
Slide 6-1 Chapter 6 Terms System Software Considerations Introduction to Information Systems Judith C. Simon.
Silberschatz, Galvin and Gagne ©2013 Operating System Concepts – 9 th Edit9on Chapter 1: Introduction.
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.
4.03 Understand Information Technology activities and careers.
Applied Operating System Concepts
Hardware vs. Software Question 1 What is hardware?
Hardware and Software Hardware refers to the physical devices of the computer system e.g. monitor, keyboard, printer, RAM etc. Software is a set of programs,
The CPU is the brain of the computer
Introduction to Operating Systems
TECHNOLOGY GUIDE TWO Computer Software.
TECHNOLOGY GUIDE TWO Software.
Java programming lecture one
4.03 Understand Information Technology activities and careers.
What is an Operating System?
4.03 Understand Information Technology activities and careers.
4.03 Understand Information Technology activities and careers.
Understand the interaction between computer hardware and software
4.03 Understand Information Technology activities and careers.
Introduction to Operating Systems
3.1 System Software.
TECHNOLOGY GUIDE TWO Software.
Computer Applications -Generic Elective
An Introduction to Operating Systems
Computer System.
Presentation transcript:

SOFTWARE TECHNOLOGY GUIDE TWO

TG2.1 Introduction to Software 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 © Karsten Ehlers/Age Fotostock America, Inc.

Software Issues Software Defects – code that is inefficient, poorly designed, or riddled with errors Software Licensing- either direct purchase for single/multi use or subscription Open Systems – a contemporary approach that allows all application software to work on all platforms Open Source Software source code available to developers at no cost © Karsten Ehlers/Age Fotostock America, Inc.

Types of 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 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 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 interfacevideo

TG2.4 Application Software