Yuh-Jzer JoungSystems Software The Power Behind the power.

Slides:



Advertisements
Similar presentations
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Advertisements

Chapter 8: Operating Systems and Utility Programs
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
What is an operating system? Is it software?
Chapter 8 Operating Systems and Utility Programs.
Chapter 6 Review System Software: Operating Systems and Utilities.
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.
Operating Systems: Software in the Background
Computer Forensics Principles and Practices by Volonino, Anzaldua, and Godwin Chapter 6: Operating Systems and Data Transmission Basics for Digital Investigations.
Introduction to windows operating system i
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER System Software computing ESSENTIALS    
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
LECTURE 14 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
SOFTWARE.
Week 6 Operating Systems.
Section 6.1 Explain the development of operating systems Differentiate between operating systems Section 6.2 Demonstrate knowledge of basic GUI components.
Lesson 4 Computer Software
Lesson 4: What Is Software?
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Operating Systems Basic PC Maintenance, Upgrade and Repair Mods 1 & 2.
CSCI-235 Micro-Computer in Science System Software.
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
System Software System software deals with the physical complexities of how the hardware works. System software generally consists of four kinds of programs:
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
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
Software GCSE ICT.
Computer Software. Communications Software Software used to communicate with other computers or people. Examples: Internet Applications (MS Internet Explorer,
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
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.
3 3 3 CHAPTER System Software. 3 Objectives By the end of this lecture, you should know how to: –Describe the differences between system software and.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
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.
System Software CSCI-N 100 Department of Computer and Information Science.
Computer Fundamentals MSCH 233 Lecture 2. What is a Software? Its step by step instructions telling the computer how to process data, execute operations.
Chapter 4: System Software The Power Behind the Computer.
Operating Systems, Utilities, and Networks Unit 6 Lesson 1 Exercise 3 & 4.
Chapter 5 Information Systems in Business Software
Software Chapter 2. Basic Types of Software System software - provides an environment in which the application software can run Applications software.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
Computing Fundamentals Module Lesson 23 — Computer Software
Slide 6-1 Chapter 6 System Software Considerations Introduction to Information Systems Judith C. Simon.
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.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Introduction to Computing Lecture # 5 Introduction to Computing Lecture # 5.
Operating Systems (Credit to: Rick Graziani of Cabrillo College)
Operating System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
Systems Software / The Operating System CSC October 14, 2010.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Computers: Tools for an Information Age
Operating System & Application Software
TexPREP Summer Camp Computer Science
Chapter 4 The Power behind the Power
5 SYSTEM SOFTWARE CHAPTER
Copyright 2003 The McGraw-Hill Companies, Inc.
5 SYSTEM SOFTWARE CHAPTER
Chapter 4 The Power behind the Power
What is Computer Software?
Presentation transcript:

Yuh-Jzer JoungSystems Software The Power Behind the power

Yuh-Jzer JoungSystems Software User Applications Software word processing, spreadsheet, communications, database, etc. External utility program Systems software Operating System Language translators Hardware (computer plus peripheral devices)

Yuh-Jzer JoungSystems Software The Operating System The operating system consists of the master system of programs that manage the basic operations of the computer. Booting Housekeeping tasks User interface Managing computer resources Managing files Managing tasks

Yuh-Jzer JoungSystems Software Operating System vs. Operating Environment An operating environment is a user interface built on top of an operating system. It is often a graphical user interface or a menu- driven interface. E.g., Windows 3.1 on top of DOS. Hardware

Yuh-Jzer JoungSystems Software Booting The operating system begins to operate as soon as you turn on, or “boot,” the computer. The term booting refers to the process of loading an operating system into computer’s main memory from diskette or hard disk. Housekeeping Tasks Perform common repetitious “housekeeping tasks” such as formatting a diskette. User Interface The user interface is the part of the operating system that allows you to communicate, or interact, with it.

Yuh-Jzer JoungSystems Software C:\>VER MS-DOS Version 6.22 C:\>_ File Edit View Layout Tool Open… Shft+F10 Close… Save… Ctrl+F12 Save As... F10 (C:) (D:) (E:) Command-driven: requires you to enter a command by typing in codes or words. Menu-driven: allows you to choose a command from a menu. Graphical: the graphical user interface (GUI) uses images to represent options. Icons are small pictorial figures that represent tasks, functions, or programs. User Interface

Yuh-Jzer JoungSystems Software Friendly interfaces Some microcomputer makers provide interface software that uses familiar objects or cartoon characters in order to make systems software easy for novices to use.

Yuh-Jzer JoungSystems Software Managing Computer Resources Behind the user interface, the operating system acts like a police officer directing traffic. This activity is performed by the supervisor, or kernel, the central component of the operating system. The supervisor, which manages the CPU, resides in main memory while the computer is on and directs other programs to perform tasks to support applications programs. Managing Tasks Among the ways operating systems manage tasks in order to run more efficiently are multitasking, multiprogramming, time - sharing, and multiprocessing.

Yuh-Jzer JoungSystems Software Managing Tasks Multitasking: executing more than one program concurrently. Multiprogramming: concurrent execution of different users’ programs. Time-sharing: round-robin processing of programs for several users. The key to time-sharing is time slicing. Multiprocessing: simultaneous processing of two or more programs by multiple computers. Two approaches: --- co-processing --- parallel processing.

Yuh-Jzer JoungSystems Software Microcomputer Operating Systems & Operating Environments DOS Macintosh System 7.X Windows 3.X for DOS OS/2 Warp Windows 95/98 Windows NT Unix NetWare Coming attractions

Yuh-Jzer JoungSystems Software DOS- for Disk Operating System-runs primarily on IBM and IBM-compatible microcomputers Microsoft’s MS-DOS: The”MS” stands for Microsoft. Microsoft launched its original version, MS- DOS 1.0, in 1981 and there have been several upgrades since then. IBM’s PC-DOS: The”PC” stands for Personal Computer. The most recent version is PC-DOS 7, released March 1995.

Yuh-Jzer JoungSystems Software For the love of Mac The icons, pull-down menus, and windows of the Apple Macintosh System 7 operating system give the Mac a look and feel that makes many users say they love their machines.

Yuh-Jzer JoungSystems Software Windows for DOS Windows is an operating environment made by Microsoft that lays a graphical user interface shell around the MS-DOS or PC-DOS operating system.

Yuh-Jzer JoungSystems Software Windows 95 & Later Windows 95, the successor to Windows 3.1 for DOS, is a true operating system for IBM-style personal computers rather just an operating environment. Clean “start” Better menus Long file names The “Recycle Bin” 32-bit instead of 16-bit Plug and play (PnP)

Yuh-Jzer JoungSystems Software Windows NT Unveiled by Microsoft in May 1993, Windows NT, for New Technology, is an operating system intended to support large networks of computers. Primary designed to run on the more powerful microprocessors, both Intel’s Pentium and Motorola’s PowerPC. Use client/server architecture.

Yuh-Jzer JoungSystems Software Unix Developed at AT&T Bell Lab in the 1960s. AT&T then has licensed Unix to many Universities and companies, producing several versions of Unix. Unix is an operating system for multiple users and has built-in networking capability, the ability to run multiple tasks at one time and versions that can run on all kinds of computers. Is “ portable ” because it can run with relatively simple modifications on different types of computers. Recent versions, BSD4.1.3, Solaris, Linux, FreeBSD,...

Yuh-Jzer JoungSystems Software NetWare Developed by Novell during the 1980s, NetWare has become the most popular operating system for coordinating microcomputer-based local area network (LAN) throughout a company or campus. Allows remote disks to be accessed as local disk (like C:\>, D:\>, F:\> ). Microsoft is trying to beat NetWare with its Windows NT.

Yuh-Jzer JoungSystems Software Operating Types of Single System Microprocessors User Multitask Multiuser MS-DOS Intel 8088,8086, Yes PC-DOS 80286, ,Pentium Macintosh Motorola 8030, Yes Yes System 8040,68030, Software 68040,PowerPC Windows3.1 Intel 80286,80386, Yes Yes Yes 80486,Pentium OS/2 Intel 80286,80386, Yes Yes Yes 80486,Pentium, PowerPC Windows95 Intel 80386,80486, Yes Yes Yes Pentium WindowsNT Intel 80386,80486, Yes Yes Pentium,PowerPC, DEC Alpha RISC Unix Almost all processors Yes Yes NetWare Intel 80386,80486, Yes Yes Pentium

Yuh-Jzer JoungSystems Software External utility programs are special programs that provide specific useful services not performed or performed less well by other systems software programs. Examples include: Screen saver Data recovery Backup Virus protection File defragmentation Data compression Memory management External Utility Programs

Yuh-Jzer JoungSystems Software Virus protection: A virus consists of hidden programming instructions that are buried within an applications or systems program. They copy themselves to other programs, causing havoc. Fortunately, anti-virus software is a utility program that scans hard disks, diskettes, and the microcomputer’s memory to detect viruses. File defragmentation: Fragmentation is the scattering of portions of files about disk in non-adjacent areas, thus greatly slowing acess to the files. Memory management : Memory-management utilities are programs that determine how to efficiently control and allocate memory resources. They may be activated by software drivers. A driver is a series of program instructions that standardizes the format of data transmitted between a computer and a peripheral device.

Yuh-Jzer JoungSystems Software User’s responsibility: Purchasing, installing, upgrading, using Personal computer Operating system software Applications software Applications software Applications software Applications software Data Provided by online services Personal computing today

Yuh-Jzer JoungSystems Software User’s responsibility Purchasing,using Personal computer Universal browser Applications software Applications software Applications software Applications software Provided by online services Data Personal computing tomorrow

Yuh-Jzer JoungSystems Software Bloatware or the network computer Would the browser really become the OS? Would communications functions really take over? Would an NC really be easy to use? Aren’t high-speed connections required? Doesn’t the NC run counter to computing trends? Would users go for it?