Technology in Action

Size: px
Start display at page:

Download "Technology in Action"

Transcription

1 Technology in Action Chapter 5 Using System Software: The Operating System, Utility Programs, and File Management Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 1

2 System Software: The OS Controls computer functions Hardware Processor Memory Devices Provides means for software to work with the CPU Responsible for management, scheduling, and interaction of tasks Provides user interface Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 2

3 System Software: Utilities Utilities: Small programs that perform helpful computer housekeeping tasks Manage system resources Improve efficiency Virus prevention Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 3

4 Operating System Categories Four categories: Real-time (RTOS) Single-user, single-task Single-user, multitask Multiuser Samples of each follow: Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 4

5 Real-Time Operating Systems Systems with a specific purpose and a certain result Response time-- ASAP Uses include: Industrial machines Robotic devices Automobiles Video game consoles Home appliances Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 5

6 Single-User Operating Systems Single-task systems Perform one task at a time PDAs: Pocket PC Palm OS Windows Mobile MS-DOS Multitask systems Perform simultaneous tasks Windows Mac OS Linux Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 6

7 Multiuser Operating Systems Known as network operating systems Allow access to the computer system by more than one user Manage user requests Systems include: Unix, Linux Windows, Mac OS Unicos (Cray Unix) Windows Server 2008 Windows Vista Mac OS X i5/os(ibm AS400 OS) z/os (IBM mainframe OS) Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 7

8 Desktop and Notebook Operating Systems An operating system combined with a processor is known as a platform. Microsoft Windows/Intel Apple Macintosh/Motorola/Intel Desktop and notebook operating systems include: Microsoft Windows Mac OS Linux UNIX Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 8

9 Microsoft Windows Windows Vista (2007) Windows 7 (2009) This newest version of Windows, which comes in many versions, provides tighter security and improved graphical capabilities. Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 9

10 First commercially available OS with point-and-click technology (graphical user interface) Xerox Star 1981 Excellent in: Graphics display Processing capabilities System reliability File backup utilities Document recovery Fewer software applications available than for Windows /Intel Mac OS Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 10

11 Linux (Linus Thorvalds) Open source (modifiable) operating system Based on UNIX Stable system Free May be downloaded from the Internet Red Hat, Mandrake, Debian, SuSE, Slackware Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 11

12 Operating Systems for Servers, Minicomputers, Mainframes, Supercomputers Servers Manage network resources Minicomputers hundreds of users Mainframes thousands of users Supercomputers many users, fastest calculations Operating systems: Windows Server Unix Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 12

13 UNIX Multiuser, multitask operating system Used primarily with mainframes Developed at Bell Labs in 1971 by Ritchie and Thompson (also created C). Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 13

14 What the OS Does: it is in control of the computer Provides a user interface Manages the CPU Manages memory and storage Manages hardware and peripheral devices Coordinates application software with the CPU Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 14

15 The User Interface Enables you to interact with the computer Types of interfaces: Command-driven interface Menu-driven interface Graphical user interface (GUI) Command-driven Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 15

16 Processor Management Controls the timing of events the processor works on Interrupts Interrupt handler Interrupt table Stack Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 16

17 Memory and Storage Management The operating system allocates space in RAM for instructions and data. RAM Operating System Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 17

18 Virtual Memory Instructions and data are stored on the hard drive when RAM is full. Swap file Paging Thrashing Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 18

19 Hardware and Peripheral Device drivers Device Management Programs that enable the operating system to communicate with peripheral devices Provided by the manufacturer of the device Plug and Play Hardware and software standard Facilitates the installation of new hardware Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 19

20 Software Application Coordination Application programming interfaces (APIs) Blocks of code contained in the operating system Coordinate the operating system with software applications Similar toolbars and menus Microsoft DirectX improved graphics and sound (Direct3D, DirectDraw, DirectMusic, DirectPlay, DirectSound)--XBOX Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 20

21 Starting the Computer The Boot Process Step 1: The basic input/output system (BIOS) is activated. Step 2: A power-on self-test (POST) checks attached hardware. Step 3: The operating system loads into RAM. Step 4: Configuration and customization settings are checked. Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 21

22 Safe mode Windows does not boot properly Try rebooting Uninstall any new devices or software Handling Errors in the Boot Process Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 22

23 The Desktop Gadgets Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 23

24 Windows Title bar Close button Minimize button Ribbon Maximize/Restore button Scrollbar Document view options Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 24

25 File Management The operating system provides an organizational structure for the computer s contents. Hierarchical structure of directories: Drives C: is hard drive A: or B: is floppy D: is usually CD or DVD drive E and above thumb drives Folders Subfolders» Files Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 25

26 File Management Files and folders inside MGT 111 Spring folder MGT 111 Spring folder selected Folders presented in a hierarchical structure Navigation pane with links to favorite folders Click to display the Searches Folder Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 26

27 Viewing and Sorting Files and Folders Flip 3D Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 27

28 Details view Viewing and Sorting Files and Folders Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 28

29 Viewing and Sorting Files and Folders Large Icon view Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 29

30 Viewing and Sorting Files and Folders Other views available: Tiles view List view Small and Medium Icons views Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 30

31 Naming Files Filename: Name assigned plus filename extension Characters not legal in Windows filenames: / \ *? < > : (pipe) Character not legal in Mac filenames: : Bioreport.docx or Bio report.docx Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 31

32 Filename Extensions Extension Type of Document Application.doc Word-processing document Microsoft Word 2003.docx Word-processing document Microsoft Word 2007 document.wpd Word-processing document Corel WordPerfect.xlsx Spreadsheet Microsoft Excel 2007 workbook.accdb Database Microsoft Access 2007.pptx.pdf.rtf.txt PowerPoint presentation Portable Document Format Text Text Microsoft PowerPoint 2007 presentation Adobe Acrobat or Adobe Reader Any program that can read text documents Any program that can read text documents Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 32

33 Filename Extensions (cont.) Extension Type of Document Application.htm or.html.jpg.gif Web page Joint Photographic Experts Group (JPEG) image Graphic Interchange Format (GIF) image Any program that can read HTML Most programs capable of displaying images Most programs capable of displaying images.bmp Bitmap image Windows.zip Compressed file WinZip Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 33

34 File Path File path: Location of the file Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 34

35 Working with Files File management actions: Open Copy Move Rename Delete Recycle Bin Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 35

36 Utility Programs Small programs that perform special functions: Manage system resources Create a pleasant environment Improve efficiency Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 36

37 Display Utilities Change the appearance of: Desktop Windows colors Font sizes Include: Screen savers Screen resolution Clear Type (smooth edges, easier read) Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 37

38 Add or Remove Programs Installation wizard Uninstall wizard: Programs cannot simply be deleted Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 38

39 File Compression Utilities Reduce the size of a file Take out redundancies Make it easier and faster to send files over the Internet Generally, repeated patterns are replaced with a shorter placeholder The rain in Spain falls mainly on the plain. Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 39

40 System Maintenance Utilities Disk Cleanup: Cleans unnecessary files Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 40

41 System Maintenance Utilities Disk defragmenter reorganize files to reduce fragmentation ScanDisk: Error checker Fix disk errors Task Manager terminate program that is frozen or give lower priority Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 41

42 System Restore Restores system settings back to a specific date when everything worked OK. Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 42

43 Backup System Backup Creates a copy of files from hard drive to another storage device Task Scheduler Runs selected utilities, automatically updates Windows or Viruschecker Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 43

44 Accessibility Utilities Ease of Access Center Centralized location for assistive technology Examples: High contrast Magnifier On-screen keyboard Windows speech recognition Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall 44

Technology in Action. Chapter Topics (cont.) Chapter Topics. Participation Question. Participation Question 7/17/11

Technology in Action. Chapter Topics (cont.) Chapter Topics. Participation Question. Participation Question 7/17/11 Technology in Action Chapter 5 Using System Software: The Operating System, Utility Programs, and File Management 1 Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall 2 Chapter Topics System

More information

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Ninth Edition. Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Ninth Edition. Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Ninth Edition Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall Technology in Action Chapter 5 Using System Software: The

More information

Technology in Action. Chapter 5 System Software: The Operating System, Utility Programs, and File Management

Technology in Action. Chapter 5 System Software: The Operating System, Utility Programs, and File Management Technology in Action Chapter 5 System Software: The Operating System, Utility Programs, and File Management Chapter Topics Operating System Fundamentals What the Operating System Does The Boot Process:

More information

1- Which of the following tasks is the operating system NOT responsible for? d) Coordinates communication between software applications and the CPU

1- Which of the following tasks is the operating system NOT responsible for? d) Coordinates communication between software applications and the CPU 1- Which of the following tasks is the operating system NOT responsible for? a) Management, scheduling, and coordination of tasks b) File compression c) Manages the computer's hardware d) Coordinates communication

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 System Software Copyright 2012 Pearson Education, Inc. Publishing

More information

Computers: Tools for an Information Age. System Software

Computers: Tools for an Information Age. System Software Computers: Tools for an Information Age System Software Objectives System Software Operating system (OS) Popular Operating Systems System Utilities 2 System Software 3 System Software System software includes

More information

Module 4 Chapter 5 Using Software

Module 4 Chapter 5 Using Software Module 4 Chapter 5 Using Software Application Software: Software you use everyday at home and at work System Software: Set of programs that help run the computer and coordinates instructions between application

More information

Chapter 8 Operating Systems and Utility Programs

Chapter 8 Operating Systems and Utility Programs Chapter 8 Operating Systems and Utility Programs Chapter 8 Objectives Identify the types of system software Summarize the startup process on a personal computer Summarize the features of several stand-alone

More information

Download from Powered By JbigDeaL

Download from  Powered By JbigDeaL 1. If a word is typed that is not in Word s dictionary, a wavy underline appears below the word. (A) red (B) green (C) blue (D) black 2. The button on the quick access Toolbar allows you to cancel your

More information

Technology In Action, Complete, 14e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management

Technology In Action, Complete, 14e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management Technology In Action, Complete, 14e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management 1) The two major types of system software programs are utility

More information

Chapter 8 Operating Systems and Utility Programs أ.أمل زهران

Chapter 8 Operating Systems and Utility Programs أ.أمل زهران Chapter 8 Operating Systems and Utility Programs Chapter 8 Objectives Identify the types of system software Summarize the startup process on a personal computer Summarize the features of several stand-alone

More information

The Operating System

The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer hardware Copyright 2011 Pearson Education, Inc. Publishing as Prentice

More information

Technology in Action Complete, 13e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management

Technology in Action Complete, 13e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management Technology in Action Complete, 13e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management 1) The two major types of system software programs are utility programs

More information

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview Learning Objectives Chapter 5: System Software: Operating Systems and 1. Understand the difference between system software and application software. 2. Explain the different functions of an operating system

More information

System Software. System software

System Software. System software System Software 1 System Software 2 System Software System software o Consists of all the programs that enable the computer and its peripheral devices to function smoothly o Divided into two main categories:

More information

Discovering Computers Living in a Digital World

Discovering Computers Living in a Digital World Discovering Computers 2010 Living in a Digital World Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the

More information

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World Discovering Computers Fundamentals, 2011 Edition Living in a Digital World Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating

More information

OPERATING SYSTEMS & UTILITY PROGRAMS

OPERATING SYSTEMS & UTILITY PROGRAMS OPERATING SYSTEMS & UTILITY PROGRAMS System Software System software consists of the programs that control the operations of the computer and its devices. Functions that system software performs include:

More information

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions:

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions: Operating Systems Introduction The operating system (OS) controls almost all functions on a computer. In this chapter, you learn about the components, functions, and terminology related to the Windows

More information

IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems

IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems 5.0 Introduction 1. What controls almost all functions on a computer? The operating system 5.1 Explain the purpose of an operating system 2.

More information

Computer Software. Lect 4: System Software

Computer Software. Lect 4: System Software Computer Software Lect 4: System Software 1 What You Will Learn List the two major components of system software. Explain why a computer needs an operating system. List the five basic functions of an operating

More information

COMPUTER SOFTWARE RAYMOND ROSE

COMPUTER SOFTWARE RAYMOND ROSE COMPUTER SOFTWARE RAYMOND ROSE LEARNING OUTCOMES 2 WHAT IS SOFTWARE? Software - is a collection of computer programs and related data that provides the instructions for telling a computer what to do and

More information

I. Ch 5 System Software

I. Ch 5 System Software I. Ch 5 System Software A. Competencies 1. Describe the differences between system software and application software 2. Discuss the four types of system software 3. Discuss the basic functions, features

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

Downloaded from various sources on the NET

Downloaded from various sources on the NET Overview Computers. Hardware components of a Computer. Purpose and functions of computer operating systems. Evolution of computer operating systems. Operating systems available today. Downloaded from various

More information

Chapter 3 Computer Software

Chapter 3 Computer Software Chapter 3 Computer Software Learning Objectives LO3.1: Explain system software and operating systems LO3.2: Identify operating systems for desktop PCs LO3.3: Identify operating systems for handheld PCs

More information

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin INTRODUCTION We can divide the parts that make up a computer into three broad categories or subsystem: the central processing unit (CPU), the main memory, and the input/output subsystem. The next three

More information

Describe the functions of an operating system. Briefly describe various server operating systems. Explain the purpose of several utility programs

Describe the functions of an operating system. Briefly describe various server operating systems. Explain the purpose of several utility programs Discovering Computers 2010 Living in a Digital World Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the

More information

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems A+ Guide to Managing and Maintaining your PC, 6e Chapter 2 Introducing Operating Systems Objectives Learn about the various operating systems and the differences between them Learn how an OS interfaces

More information

Discovering Computers 2016

Discovering Computers 2016 Discovering Computers 2016 Tools, Apps, Devices, and the Impact of Technology Chapter 9 Operating Systems Objectives Overview Explain the purpose of an operating system Describe the start-up process and

More information

Chapter 5. System Software. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 5. System Software. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 System Software McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Competencies (Page 1 of 2) Describe the differences between system software and application

More information

Definition. A series of detailed instructions that control the operation of a computer system. are developed by computer programmers

Definition. A series of detailed instructions that control the operation of a computer system. are developed by computer programmers Computer Software Definition A series of detailed instructions that control the operation of a computer system. Software exists as programs that are developed by computer programmers Categories of software

More information

Computing Fundamentals and Programming (CE-100) Batch 2019 (Electronic Engineering) Chapter 6: System Software

Computing Fundamentals and Programming (CE-100) Batch 2019 (Electronic Engineering) Chapter 6: System Software Computing Fundamentals and Programming (CE-100) Batch 2019 (Electronic Engineering) Chapter 6: System Software Prepared by: Engr. Saeed Azhar (Assistant Professor, EED) (Electronics Sec A) Software Significance:

More information

Learning Objectives. Computing Essentials

Learning Objectives. Computing Essentials Chapter 4 Copyright 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education. Learning Objectives 1. Describe the differences

More information

E4-E5 (CFA) For internal circulation of BSNLonly

E4-E5 (CFA) For internal circulation of BSNLonly E4-E5 (CFA) IT Tools for Office Management Objective The objective of this session is to make the executives of BSNL familiar with day-to-day use of different utilities of IT and demonstrate various practices

More information

Systems software. Definition. Categories of software. Examples Of Systems Software 11/23/2018

Systems software. Definition. Categories of software. Examples Of Systems Software 11/23/2018 Systems Computer Software Is an interface or buffer between application and hardware Controls the computer hardware and acts as an interface with applications programs Definition A series of detailed instructions

More information

Operating System Study Material

Operating System Study Material The operating system works as a mediator between hardware, application software and user. Operating systems are programs that coordinate computer resources, provide an interface between users and the computer,

More information

Windows 2000 Disk Management

Windows 2000 Disk Management LAB PROCEDURE 25 Windows 2000 Disk Management OBJECTIVES 1. Use Disk Cleanup. 2. Backup a file. 3. Restore a backup. 4. Compress a file. 5. Encrypt a file. Troubleshooting RESOURCES 1. Marcraft 8000 Trainer

More information

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems software provides infrastructure

More information

APPENDIX A. Answer: D Reference: Hardware Basics Difficulty: Easy. Answer: A Reference: Hardware Basics Difficulty: Easy

APPENDIX A. Answer: D Reference: Hardware Basics Difficulty: Easy. Answer: A Reference: Hardware Basics Difficulty: Easy APPENDIX A Multiple Choice: 1. A desktop computer is also known as a: A. Palm Pilot. B. laptop. C. mainframe. D. PC. Answer: D Reference: Hardware Basics Difficulty: Easy 2. The physical parts of a computer

More information

Introductory Visualizing Technology

Introductory Visualizing Technology Introductory Visualizing Technology Seventh Edition Chapter 3 File Management Learning Objectives 3.1 Create Folders to Organize Files 3.2 Explain the Importance of File Extensions 3.3 Explain the Importance

More information

Windows 7 Basic Computer Course

Windows 7 Basic Computer Course Windows 7 Basic Computer Course Windows 7 is the latest user operating system. This course covers everything you need to know about the current technology. FIRST TIME COMPUTER USERS If you have never used

More information

Computers Are Your Future Prentice-Hall, Inc.

Computers Are Your Future Prentice-Hall, Inc. Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 5 Application Software: Tools for Productivity 2006 Prentice-Hall, Inc Slide 2 You Will Learn... ü How system software

More information

Accounting Software. Collaboration Software

Accounting Software. Collaboration Software Accounting Software Android Application Software Bitmap Image BlackBerry OS Boot Process Buffer Collaboration Software Command Line Interface Commercial Software An application program that is used to

More information

Lab 03. Windows Operating Systems (Cont.)

Lab 03. Windows Operating Systems (Cont.) Lab 03 s (Cont.) Objectives Develop a good understanding of 1. The role of an operating system in a computer system 2. Services provided by an operating system and have some hands on experience in 1. Understanding

More information

Unit III: Working with Windows and Applications. Chapters 5, 7, & 8

Unit III: Working with Windows and Applications. Chapters 5, 7, & 8 Unit III: Working with Windows and Applications Chapters 5, 7, & 8 Learning Objectives In this unit, you will: Launch programs and navigate the Windows task bar. Perform common windows functions. Customize

More information

VISUAL SUMMARY SYSTEM SOFTWARE OPERATING SYSTEMS. System Software

VISUAL SUMMARY SYSTEM SOFTWARE OPERATING SYSTEMS. System Software Rev.Confirming Pages VISUAL SUMMARY System Software SYSTEM SOFTWARE System software works with end users, application programs, and computer hardware to handle many details relating to computer operations.

More information

Chapter 14 Operating Systems

Chapter 14 Operating Systems Chapter 14 Operating Systems Ref Page Slide 1/54 Learning Objectives In this chapter you will learn about: Definition and need for operating system Main functions of an operating system Commonly used mechanisms

More information

Chapter 14 Operating Systems

Chapter 14 Operating Systems Chapter 14 Systems Ref Page Slide 1/54 Learning Objectives In this chapter you will learn about: Definition and need for operating Main functions of an operating Commonly used mechanisms for: Process management

More information

M4.3-R4: INTRODUCTION TO ICT RESOURCES

M4.3-R4: INTRODUCTION TO ICT RESOURCES M4.3-R4: INTRODUCTION TO ICT RESOURCES NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the TEAR-OFF

More information

Windows 2000 Professional

Windows 2000 Professional The American University in Cairo Academic Computing Services Windows 2000 Professional prepared by Soumaia Ahmed Al Ayyat 4 August 2003 Table of Contents Starting Up the Computer Windows Environment Start

More information

4. A mail box 9) What is an embedded system? 1. A program that comes wrapped in a box 2. A program that is permanent part of a computer 3.

4. A mail box 9) What is an embedded system? 1. A program that comes wrapped in a box 2. A program that is permanent part of a computer 3. SET 6 1) A 32 bit word computer can access bytes at a time. 1. 4 2. 8 3. 16 4. 32 2) Access control based on a person s fingerprints is an example of 1. Biometric identification 2. Characteristic identification

More information

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15 10 Classes 2 nd Exam Review Lesson - 15 Introduction Windows 7, previous version of the latest version (Windows 8.1) of Microsoft Windows, was produced for use on personal computers, including home and

More information

Operating System Concepts Rab Nawaz Khan Jadoon

Operating System Concepts Rab Nawaz Khan Jadoon Operating System Concepts Rab Nawaz Khan Jadoon DCS COMSATS Institute of Information Technology Lecturer COMSATS Lahore Pakistan Operating System Concepts Operating System Operating System It is a system

More information

Operating Systems Concepts

Operating Systems Concepts Operating Systems Concepts Introduction Operating System (OS) An Operating System is the layer of software that manages a computer s resources for its users and their applications. It abstracts the use

More information

System Software The McGraw-Hill Companies, Inc. All rights reserved.

System Software The McGraw-Hill Companies, Inc. All rights reserved. Describe the differences between system software and application software. Discuss the four types of system software. Discuss the basic functions, features, and categories of operating systems. Describe

More information

Computer Fundamentals : Pradeep K. Sinha& Priti Sinha

Computer Fundamentals : Pradeep K. Sinha& Priti Sinha Computer Fundamentals Pradeep K. Sinha Priti Sinha Chapter 14 Operating Systems Slide 1/74 Learning Objectives In this chapter you will learn about: Definition and need for operating system Main functions

More information

16/06/56. System Software. System Software. System Software The McGraw-Hill Companies, Inc. All rights reserved.

16/06/56. System Software. System Software. System Software The McGraw-Hill Companies, Inc. All rights reserved. Describe the differences between system software and application software. Discuss the four types of system software. Discuss the basic functions, features, and categories of operating systems. Describe

More information

Learning Objectives. Computer Classification. In this chapter you will learn about:

Learning Objectives. Computer Classification. In this chapter you will learn about: Ref. Page Slide 1/26 Learning Objectives In this chapter you will learn about: Classifications of computers Common types of computers today Characteristic features of various types of computers in use

More information

By Dr. Samaher Hussein Ali

By Dr. Samaher Hussein Ali Department of Information Networks The University of Babylon LECTURE NOTES ON Operating Systems By Dr. Samaher Hussein Ali College of Information Technology, University of Babylon, Iraq Samaher@itnet.uobabylon.edu.iq

More information

VISTA OPERATING SYSTEM

VISTA OPERATING SYSTEM VISTA OPERATING SYSTEM 1 VISTA OPERATING SYSTEM Software that helps the computer carry out operating tasks Similar to a Air Traffic Controller Manages input/output Displays info on the monitor Saves data

More information

Chapter 20: Classification of Computers

Chapter 20: Classification of Computers Ref. Page Slide 1/26 Learning Objectives In this chapter you will learn about: Classifications of computers Common types of computers today Characteristic features of various types of computers in use

More information

Windows 7 THE MISSING MANUAL. w [ David Pogue POGUE PRESS" O'REILLY8. Beijing. Cambridge. Farnham KOln Sebastopol. Taipei Tokyo

Windows 7 THE MISSING MANUAL. w [ David Pogue POGUE PRESS O'REILLY8. Beijing. Cambridge. Farnham KOln Sebastopol. Taipei Tokyo Windows 7 THE MISSING MANUAL w [ David Pogue Beijing Cambridge POGUE PRESS" O'REILLY8 Farnham KOln Sebastopol Taipei Tokyo Table of Contents The Missing Credits xii Introduction 1 What's New 3 About This

More information

Introduction to Computers and Applications

Introduction to Computers and Applications A World of Computers Introduction to Computers and Applications What is computer literacy? Knowledge and understanding of computers and their uses Computers are everywhere What Is a Computer? How is a

More information

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti SECTION 2 (Part B) Types And Components Of Computer Systems 2 Hardware & Software Hardware: is the physical parts of the computer system the part that you can touch and see. Hardware can be either external

More information

Lab - Data Migration in Windows

Lab - Data Migration in Windows Lab - Data Migration in Windows Introduction When a new computer is purchased or a new operating system is installed, it is often desirable to migrate a user s data to the new computer or OS. Windows has

More information

CSC1010 Spring 2013 Assignment 3 Chapter 7 and 8 Due: 4/8/2013. Name Student ID

CSC1010 Spring 2013 Assignment 3 Chapter 7 and 8 Due: 4/8/2013. Name Student ID CSC1010 Spring 2013 Assignment 3 Chapter 7 and 8 Due: 4/8/2013 Name Student ID All assignments will be done on an individual basis. Anyone found cheating and/or copying, in the instructor s opinion; will

More information

Lesson 1 Computers and Operating Systems

Lesson 1 Computers and Operating Systems Computers and Operating Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition 1 About the Presentations The presentations cover the objectives found in the opening of each lesson.

More information

CompTIA: A Exam 2 Lab V2.0. Course Outline. CompTIA: A Exam 2 Lab V Feb

CompTIA: A Exam 2 Lab V2.0. Course Outline. CompTIA: A Exam 2 Lab V Feb Course Outline CompTIA: A+ 2012 Exam 2 Lab V2.0 22 Feb 2019 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator Tools

More information

Managing Files. In this chapter

Managing Files. In this chapter In this chapter Displaying Your Computer s Contents Navigating Folders Creating a New Folder Displaying and Selecting Files Deleting and Undeleting Files and Folders Renaming a File or Folder Moving Folders

More information

Software Concepts. It is a translator that converts high level language to machine level language.

Software Concepts. It is a translator that converts high level language to machine level language. Software Concepts One mark questions: 1. What is a program? It is a set of instructions given to perform a task using a programming language. 2. What is hardware? It is defined as physical parts of the

More information

E3-E4 (CM) IT UTILITIES

E3-E4 (CM) IT UTILITIES E3-E4 (CM) IT UTILITIES Objective The objective of this session is to make the executives of BSNL familiar with day-to-day use of different utilities of IT and demonstrate various practices for Personal

More information

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ 1 Operating System and Software Computer Operating System An operating

More information

Chapter 2: Operating-System Structures

Chapter 2: Operating-System Structures Chapter 2: Operating-System Structures Chapter 2: Operating-System Structures Operating System Services User Operating System Interface System Calls Types of System Calls System Programs Operating System

More information

Computer Concepts Module 3. Computer Software

Computer Concepts Module 3. Computer Software Computer Concepts Module 3 Computer Software 1 Learning Objectives (Slide 1 of 2) List and describe computer software categories Explain copyright law and define the different software licenses Explain

More information

Bridge Program Computer Skills Self-Inventory

Bridge Program Computer Skills Self-Inventory Name Date Bridge Program Computer Skills Self-Inventory This inventory is a lengthy but non-comprehensive list of beginning, intermediate and advanced computer skills a typical college graduate would have.

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

Types of Operating Systems

Types of Operating Systems Operating Systems Chap 02 Sem 1 Jun 2017 Types of Operating Systems 1 Classification 1: Based on the way Programs are Run Real Time OS Small, very fast, and must respond to hardware events or signals before

More information

There are many types of computers, including:

There are many types of computers, including: Computer Basics There are many types of computers, including: Supercomputers... are used to process very large amounts of information including processing information to predict hurricanes, satellite images

More information

Chapter 2: Working with the Windows 7 Desktop

Chapter 2: Working with the Windows 7 Desktop Chapter 2: Working with the Windows 7 Desktop MULTIPLE CHOICE 1. A is a set of computer instructions that carries out a task on the computer. a. server c. program b. folder d. file ANS: C PTS: 1 REF: WIN

More information

PowerPoint Presentation to Accompany GO! All In One Chapter 2 Use Windows 7 to Manage Files and Programs and to Browse the Internet

PowerPoint Presentation to Accompany GO! All In One Chapter 2 Use Windows 7 to Manage Files and Programs and to Browse the Internet PowerPoint Presentation to Accompany GO! Chapter 2 Use Windows 7 to Manage Files and Programs and to Browse the Internet 2013 Pearson Education, Inc. Publishing as Prentice Hall 1 Objectives Create a New

More information

Hardware. Hardware is the physical components that you knock on, that you can touch. (Monitor, processor chip, CD-ROM drive set.)

Hardware. Hardware is the physical components that you knock on, that you can touch. (Monitor, processor chip, CD-ROM drive set.) Intro to Computers Overview: Hardware Software (two types) Hardware to interact with software (keyboard and mouse) Windows features (window parts, menu) 1 Hardware Hardware is the physical components that

More information

Operating Systems. Operating Systems

Operating Systems. Operating Systems The operating system defines our computing experience. It is the first software we see when we turn on the computer, and the last software we see when the computer is turned off. It's the software that

More information

COMPUTER BASICS LESSON 4 COMPUTER OPERATION SYSTEMS. Edited by C. 1Rhodes 9/11

COMPUTER BASICS LESSON 4 COMPUTER OPERATION SYSTEMS. Edited by C. 1Rhodes 9/11 COMPUTER BASICS LESSON 4 COMPUTER OPERATION SYSTEMS Edited by C. 1Rhodes 9/11 ESSENTIAL STANDARD Computer Basics ESSENTIAL QUESTIONS What are the parts and features of a computer? What are the functions

More information

Elementary Computing CSC M. Cheng, Computer Science 1

Elementary Computing CSC M. Cheng, Computer Science 1 Elementary Computing CSC 100 2014-07-14 M. Cheng, Computer Science 1 File & Operating Systems Every computer has an Operating System (OS). An OS is a piece of software that manages the resources on every

More information

College of Pharmacy Windows 10

College of Pharmacy Windows 10 College of Pharmacy Windows 10 Windows 10 is the version of Microsoft s flagship operating system that follows Windows 8; the OS was released in July 2015. Windows 10 is designed to address common criticisms

More information

19 - This PC Inside This PC

19 - This PC Inside This PC 19 - This PC Computer (also known as My Computer in Windows XP) was renamed to This PC in Windows 8.1, and Windows 10 keeps this new naming convention. From This PC, you can get access or browse to all

More information

Operating Systems: The Genie in the Computer. Chapter 6: Operating Systems: The Genie in the Computer. What is an operating system?

Operating Systems: The Genie in the Computer. Chapter 6: Operating Systems: The Genie in the Computer. What is an operating system? Chapter 6: : The Genie in the Computer What do you have left on your computer after you strip away all of the games and application programs you bought and installed? : The Genie in the Computer In this

More information

Computer Applications Final Review COMPUTER BASICS REVIEW

Computer Applications Final Review COMPUTER BASICS REVIEW Computer Applications Final Review COMPUTER BASICS REVIEW Look at the following picture and complete each statement below: 1. Label a above is referring to the: A. mouse B. Case C. CPU D. RAM 2. Label

More information

Introduction to Computers. Joslyn A. Smith

Introduction to Computers. Joslyn A. Smith Introduction to Computers Joslyn A. Smith March 9, 2010 5/18/2011 1 What is a Computer? An electronic device that has the capability of performing the following tasks: Responds to input. Processes the

More information

Elementary Computing CSC 100. M. Cheng, Computer Science

Elementary Computing CSC 100. M. Cheng, Computer Science Elementary Computing CSC 100 1 File & Operating Systems Every computer has an Operating System (OS). An OS is a piece of software that manages the resources on every computer. User Interfaces and File

More information

Chapter 2 Operating-System Structures

Chapter 2 Operating-System Structures This chapter will discuss the following concepts: 2.1 Operating System Services 2.2 User Operating System Interface 2.3 System Calls 2.4 System Programs 2.5 Operating System Design and Implementation 2.6

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 7 Fixing Windows Problems

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 7 Fixing Windows Problems : Managing, Maintaining, and Troubleshooting, 5e Chapter 7 Fixing Windows Problems Objectives Learn what to do when a hardware device, application, or Windows component gives a problem Learn what to do

More information

Unit A: Computer and Internet Basics

Unit A: Computer and Internet Basics Unit A: Computer and Internet Basics TRUE/FALSE 1. Cars and appliances include digital electronics. ANS: T PTS: 1 REF: Concepts 2 2. Usually when people talk about computers, they are talking about a PC.

More information

LabSim Mapping Matrix

LabSim Mapping Matrix LabSim Mapping Matrix (220-601) Mapping: Chapters to LabSims Chapter Page Number LabSim Chapter 1 Pages 2-3 Pages 2-3 Pages 4-6 Pages 4-6 Pages 3-6 Pages 7-25 1.3.1 Computing Basics 1.3.2 Computing Facts

More information

VISTA OPERATING SYSTEM

VISTA OPERATING SYSTEM VISTA OPERATING SYSTEM 1 VISTA OPERATING SYSTEM Software that helps the computer carry out operating tasks Similar to a Air Traffic Controller Manages input/output Displays info on the monitor Saves data

More information

Making Sense of the Finder

Making Sense of the Finder The Finder is where it all happens on a Mac From this jumping off place, you store, organize, and manage all of your, applications, documents, music, photos, movies, downloads and much much more. Let s

More information

Q:-1: A file deleted from disk drive A: in windows goes to

Q:-1: A file deleted from disk drive A: in windows goes to Q:-1: A file deleted from disk drive A: in windows goes to (A) Recycle Bin (B) My Computer (C) Windows Explorer (D) Permanently deleted Q:-2: The term operating system means (A) A set of Programs Which

More information

What is software? Software is any type of program. Programs have step-by-step logical instructions which tell the computer. What to do How to do it

What is software? Software is any type of program. Programs have step-by-step logical instructions which tell the computer. What to do How to do it EIT, Author Gay Robertson, 2016 What is software? Software is any type of program Programs have step-by-step logical instructions which tell the computer What to do How to do it What is the purpose of

More information

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate.

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate. Hardware Computer Overview A computer item you can physically see or touch. Software A computer program that tells computer hardware how to operate. Information Technology (IT) The broad subject related

More information