WMBA 6080Technology Guide 2 1 CISM 3330 Technology Guide 2 – Computer Software.

Slides:



Advertisements
Similar presentations
An Overview Of Virtual Machine Architectures Ross Rosemark.
Advertisements

Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
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.
Operating systems This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike 3.0 License. Skills: none IT concepts: popular.
Two Broad Categories of Software
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
Operating Systems: Software in the Background
Operating Systems BTEC IT Practitioners.
1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.
Copyright 2007 John Wiley & Sons, Inc. Technology Guide 21 Software.
System Software, functions of an operating system
Operating systems.
Chapter 3  Manage the computer’s resources ◦ CPU ◦ Memory ◦ Disk drives ◦ Printers  Establish a user interface  Execute and provide services for applications.
Week 6 Operating Systems.
O PERATING S YSTEM ALAK ROY. Assistant Professor Dept. of CSE, RSET ROYAL GROUP OF INSTITUTIONS CS-107 I NTRODUCTION TO.
Ajmer Singh PGT(IP) Software Concepts. Ajmer Singh PGT(IP) Operating System It is a program which acts as an interface between a user and hardware.
Software and Operating Systems. Software A set of instructions written in a computer language to carry out a specific task.
Principles of Information Systems, Sixth Edition Software: Systems and Application Software Chapter 4.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
1 Computing Fundamantals With thanks to Laudon & Laudon Session 2.
The Role of the Operating System
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
MANAGING SOFTWARE ASSETS ~ pertemuan 6 ~ Oleh: Ir. Abdul Hayat, MTI 1[Abdul Hayat, SIM, Semester Genap 2007/2008]
E- Learning and Writing Skills IGGU 1101 Operating System Windows Dr. Sana’a Wafa Al-Sayegh.
COMPUTER SOFTWARE Management Information Systems.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
SOFTWARE TECHNOLOGY GUIDE TWO. TG2.1 Introduction to Software Software a set of computer programs that enable the hardware to process data. Computer program.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
TECHNOLOGY GUIDE TWO Computer Software. TECHNOLOGY GUIDE OUTLINE TG2.1 Significance of Software TG2.2 Systems Software TG2.3 Application Software TG2.4.
Chapter 06: System Software. Definition  Master program  Controls all hardwares connected to computer  Collection of programs Users Application software.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Principles of Information Systems, Sixth Edition Software: Systems and Application Software Chapter 4.
Typical Computer System. What's an O.S. and What Does it Do? Software extensions to Hardware Provides for efficient control of and access to system facilities.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Digital Communication Systems Comp Functions of the Operating System.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 OS 1.
Operating Systems. Categories of Software System Software –Operating Systems (OS) –Language Translators –Utility Programs Application Software.
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.
Principles of Information Systems, Sixth Edition 1 Software: Systems and Application Software Chapter 4.
Sebastián Álvarez Henao.. It refers to all physical parts of a computer system; its components are: electrical, electronic, electromechanical and mechanical.
WHAT IS HARDWARE ? Computer hardware is the collection of physical elements that comprise a COMPUTER SYSTEM LIKE A MOUSE, MONITOR, KEYBOARD, SPEAKER MICROPHONE,
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE Chapter 2 1Dr. BALAMURUGAN MUTHURAMAN.
2. OPERATING SYSTEM 2.1 Operating System Function
Operating System.
Introduction to Operating Systems
Chapter 4 – Introduction to Operating System Concepts
Computing Fundamentals
TECHNOLOGY GUIDE TWO Computer Software.
TECHNOLOGY GUIDE TWO Software.
What is an Operating System?
Computer Software CS 107 Lecture 2 September 1, :53 PM.
OPERATING SYSTEMS.
Chapter 15, Exploring the Digital Domain
Computers: Tools for an Information Age
Functions of an operating system
Introduction to Computer Software
The Operating system Gives life to the hardware
Software - Operating Systems
Materials prepared by Dhimas Ruswanto, BMm
TECHNOLOGY GUIDE TWO Software.
Introduction to Operating Systems
Computers: Tools for an Information Age
Presentation transcript:

WMBA 6080Technology Guide 2 1 CISM 3330 Technology Guide 2 – Computer Software

WMBA 6080Technology Guide 22 Interesting Quotes Hardware: The part of the computer that can be kicked. Jeff Pesis Software: The reason you want to kick the hardware. Brad Prince

WMBA 6080Technology Guide 23 What is Software? Computer program The sequences of instructions for the computer, which comprise software. Stored program concept. Stored software programs are accessed and their instructions are executed in the computer’s CPU, one after another. Allows a computer to perform multiple tasks

WMBA 6080Technology Guide 24 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.

WMBA 6080Technology Guide 25 Types of Software System Software Hardware Application

WMBA 6080Technology Guide 26 Systems Software Operating system The main system control program supervises the overall operations of the computer allocates CPU time and main memory to programs provides an interface (GUI) between the user and the hardware. Windows 2000, XP, Vista MAC OS X Linux/UNIX

WMBA 6080Technology Guide 27 Functions of the Operating System Multitasking/ multiprogramming Multithreading Multiprocessing Virtual Memory Graphical User Interface Social Interface System Performance/Security Monitors

WMBA 6080Technology Guide 28 Application Software Proprietary Off-the-shelf application software Contract

WMBA 6080Technology Guide 29 Review Software Stored Program Concept System Software Manages, controls, and secures hardware and data Application Software Provides specific functionality to the end user Programming Languages