CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.

Slides:



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

Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART II.
What is an operating system? Is it software?
Chapter 8 Operating Systems and Utility Programs
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
What You Will Learn Components of a computer’s system software The importance of an operating system Functions of an operating system Types of user interfaces.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Chapter 8 Operating Systems and Utility Programs.
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
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
LECTURE 14 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
OPERATING SYSTEMS AND SYSTEMS SOFTWARE. SYSTEMS SOFTWARE Systems software consists of the programs that control the operations of the computer and its.
Operating Systems. Software Software – the instructions that make the CPU do useful things Divided into two main categories – System software – Applications.
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
SOFTWARE.
Operating Systems Chapter 4.
1 Intro to Info Tech Systems S/W Copyright 2003 by Janson Industries This presentation can be viewed on line at:
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
Week 6 Operating Systems.
Lesson 4 Computer Software
Operating Systems Basic PC Maintenance, Upgrade and Repair Mods 1 & 2.
Operating Systems Operating System
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter 8 Operating Systems and Utility Programs
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Fundamentals of Networking Discovery 1, Chapter 2 Operating Systems.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Lesson 6 Operating Systems and Software
University of Management & Technology Operating Systems & Utility Programs.
SOFTWARE.
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
CC111 Lec#3: System and application Software 1 System and Application Software: Lecture 3 Reference :Understanding Computers Chapters 5-6.
Understanding Computers1 Chapter 5 System Software: Operating Systems and Utilities.
Survey of PC and Network Operating Systems
Chapter 4 System Software.
4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place.
Chapter 3 - Computer Software
Software 1. Software is divided into parts System software Operating system Utility software Application software 2.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
Lecture #10 COMPUTER SOFTWARE By Shahid Naseem (Lecturer)
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
Visualizing Technology© 2012 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation To Accompany Chapter 6 System Software.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Understanding Computers Ch.61 Chapter 6 System Software: Operating Systems and Utilities.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
An operating system is the software that makes everything in the computer work together smoothly and efficiently. What is an Operating System?
1 Operating Systems Who’s in charge here? 2 What is an Operating System  Basically the boss of the computer  Facilitate communication  Maximize throughput.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems.
Allexa Mitchels IBCC Sets of instructions which hardware follows in order to perform tasks. Software.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Computer Operating Systems And Software applications.
Chapter 2 Operating Systems
Operating System and Utility Programs
Computers: Tools for an Information Age
Computer Software.
What is an Operating System?
Chapter 4 The Power behind the Power
Chapter 4.
Chapter 4 The Power behind the Power
Operating Systems & System Software
Presentation transcript:

CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games. System Software – Programs such as the operating system and utility programs that control the computer and its devices and enable application software to run.

Functions of an OS (operating system) During the boot process, the essential portion, or core, of the operating system (called the kernel) is loaded into memory. Running Programs/Applications The most important function for an operating system is to run our applications/software/programs. Multitasking – the ability to run multiple programs simultaneously. The CPU switches between all the programs quickly to make it appear they are all running simultaneously. Multiprocessing – When a computer has multiple CPU’s or multi- core CPU’s and each works on a different task. Parallel processing – When a single program is designed to be run on multiple computers or CPU’s. E.g. when you submit a Google search, thousands of computers at Google work on your request. Device management Communication by the OS to all hardware (e.g. display, keyboard, network, printer) is through a device driver.

Functions of an OS (continued) Disk and File management Provide a file system so our files can be stored and retrieved. Hard disks, floppy disks, DVD’s, and flash drives all have different file systems. File systems may include encryption and compression. Networking (Internet) Communicate to the world through the network card or modem. TCP/IP is the most popular networking protocol. Security OS’s provide secure logins, permissions to files and folders, encryption, firewalls, virus detection, etc. User Interface Most OS’s have a graphical user interface (GUI). Some computers have a command-line interface. The OS provides applications with common interface elements such as windows, menu bars, text boxes, check boxes, etc.

Categories of OS’s

OS Interfaces: Command Line Most computers today have a graphical user interface (GUI). In the past most computers had a command-line interface. Many UNIX computers used for servers still have a command-line interface. Windows also has a command prompt.

OS Interfaces: Graphical User Interface (GUI) Although Xerox is credited for developing the GUI, Apple Mac’s popularized GUI’s in the 1980’s. Apple’s latest is Mac OSX which runs on top of UNIX.

History of Microsoft OS’s Windows Windows Microsoft’s first OS was DOS.

The UNIX OS was developed at Bell Labs (AT&T) in Also created at Bell Labs using UNIX was the C programming language and TCP/IP (Internet’s protocol). Today, there are many flavors of UNIX: Solaris runs on SUN computers Mac OSX runs on Apple computers Linux is free and will run on PC’s Other notables:  UNIX is known to be more reliable and efficient than Windows.  UNIX is widely used by the telecom industry. E.g., every cell phone tower uses a UNIX computer to switch your calls and log information.  Since TCP/IP was developed on UNIX, most Internet servers (web, ) are UNIX.  The kernel (core of OS) and user interface are separate. Therefore, you can use different shells (interfaces) to access your computer.  Unlike Windows, UNIX is multiuser (supports multiple users) and can be used on mainframe computers.  There’s a good chance you have a UNIX computer in your home. Where? UNIX Linux Mascot

OS’s for Portable Devices Symbian OS is used on many phones such as Ericsson, Nokia, and Samsung. Windows Phone 7 iPhone iOS Palm OS Android by Google

Software Categories Commercial software: copyrighted software that is developed, usually by a commercial company, for sale to others Shareware: copyrighted software that is distributed on the honor system; consumers should either pay for it or uninstall it after the trial period Freeware: copyrighted software that may be used free of charge (e.g. Firefox) Public domain software: software that is not copyrighted and may be used without restriction Open Source: software that includes the source code so that it may be modified. This software is usually free and may or may not be copyrighted. Firmware: another name for software that is embedded in the hardware device. It is often stored in a ROM chip. Cars have firmware.

Installed vs. Web-Based Software Installed software must be installed on a computer before it is run. CMPTR Chapter 3: Computer Software11 Web-based software is run directly from the Internet.

Graphics Software CMPTR Chapter 3: Computer Software12

Audio Capture and Editing Software For creating and editing audio files, audio capture and audio editing software is used. To capture sound from a microphone, sound recorder software is used; to capture sound from a CD, ripping software is used. CMPTR Chapter 3: Computer Software13

Video Editing Software CMPTR Chapter 3: Computer Software14