 Paradigm Publishing, Inc. Computer Concepts 2 Topics.

Slides:



Advertisements
Similar presentations
Chapter 8: Operating Systems and Utility Programs
Advertisements

COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
© Paradigm Publishing, Inc.
Objectives Overview Define an operating system
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
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.
System Software © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Computing Essentials 2013.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
55 CHAPTER SYSTEM SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 5-2 Competencies Describe the differences between system software.
LECTURE 14 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems System Software Chapter 4.
OPERATING SYSTEMS AND SYSTEMS SOFTWARE. SYSTEMS SOFTWARE Systems software consists of the programs that control the operations of the computer and its.
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
SOFTWARE.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter Three OPERATING SYSTEMS.
Your Interactive Guide to the Digital World Discovering Computers 2012.
PowerPoint Presentation to Accompany Chapter 5 System Software Visualizing TechnologyCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall.
Lesson 6 Operating Systems and Software
Survey of PC and Network Operating Systems
Computers Are Your Future Eleventh Edition Chapter 4: System Software Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Chapter 4 System Software.
Chapter 3 - Computer Software
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.
Software 1. Software is divided into parts System software Operating system Utility software Application software 2.
University of Management & Technology 1 Operating Systems & Utility Programs.
Explain the purpose of an operating system
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Your Interactive Guide to the Digital World Discovering Computers 2012.
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.
PowerPoint Presentation to Accompany Chapter 5 System Software Visualizing TechnologyCopyright © 2014 Pearson Education, Inc. Publishing as Prentice Hall.
1 Chapter 7 Operating Systems & Utility Programs.
Kuliah 4 Pengantar Teknologi Informasi Oleh Coky Fauzi Alfi cokyfauzialfi.wordpress.com Software.
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Five SOFTWARE.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Discovering Computers & Microsoft Office 2010 Discovering Computers Chapter 4.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Computer Operating Systems And Software applications.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
Instructor: Syed Shuja Hussain Chapter 4: Operating System Basics.
CHAPTER 7 Operating System Copyright © Cengage Learning. All rights reserved.
TECHNOLOGY IN ACTION. Chapter 5 System Software: The Operating System, Utility Programs, and File Management.
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Chapter 3: SYSTEM SOFTWARE
Computers: Tools for an Information Age
System Software Chapter 4.
Discovering Computers 2012: Chapter 8
Operating System Review
Operating Systems and Utility Programs
System Software EIT, © Author Gay Robertson, 2016.
Computer Software.
1.
5 SYSTEM SOFTWARE CHAPTER
Operating System Review
Chapter 4.
Operating System Review
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
Operating Systems & System Software
Presentation transcript:

 Paradigm Publishing, Inc. Computer Concepts 2 Topics

Computer Concepts 3  Paradigm Publishing, Inc. 4.1Introduction to the Operating System (OS) and the OS Functions 4.2Popular Operating Systems for Computing Systems 4.3Popular Operating Systems for Mobile Devices 4.4Embedded Operating Systems and Cloud Operating Systems 4.5Utilities in Your OS Package for Maintaining System Performance 4.6Using Operating System Tools to Troubleshoot Computer Problems Chapter Summary

Computer Concepts 4 Topics  Paradigm Publishing, Inc. 4.1Introduction to the Operating System (OS) and the OS Functions  System software: includes the operating system that is designed to work with the hardware as well as a set of utility programs  operating system (OS) program: provides the user interface that allows you to work with the computer, manages all of the hardware resources, and provides the platform for managing files and application programs

Computer Concepts 5 Topics  Paradigm Publishing, Inc. 4.1Introduction to the Operating System (OS) and the OS Functions…continued

Computer Concepts 6 Topics  Paradigm Publishing, Inc. 4.1Introduction to the Operating System (OS) and the OS Functions…continued  Booting: starting a computer  cold boot: turning on a computer that has been shut off  warm boot: restarting a computer without turning off the power  kernel: the core of the OS that manages memory, devices, and programs and assigns resources

Computer Concepts 7 Topics  Paradigm Publishing, Inc. 4.1Introduction to the Operating System (OS) and the OS Functions…continued

Computer Concepts 8 Topics  Paradigm Publishing, Inc. 4.1Introduction to the Operating System (OS) and the OS Functions…continued  Functions: Providing a User Interface  user interface (UI): the means with which you interact with the computer  graphical user interface (GUI): presents visual images that you tap or click to tell the OS what you want to do  command-line interface: where you type commands on the keyboard at a prompt to tell the OS what to do

Computer Concepts 9 Topics  Paradigm Publishing, Inc. 4.1Introduction to the Operating System (OS) and the OS Functions…continued  Functions: Managing Application Programs and Memory, and Coordinating the Flow of Data  virtual memory: the hard disk space allocated to store RAM contents

Computer Concepts 10 Topics  Paradigm Publishing, Inc. 4.1Introduction to the Operating System (OS) and the OS Functions…continued  Functions: Configuring Hardware and Peripheral Devices  drivers: small computer programs that contain the instructions the OS uses to communicate and route data to/from a device  Plug and Play: when you plug in a new device, the OS searches the device for the driver, loads it, and displays a message when the device is ready to use

Computer Concepts 11 Topics  Paradigm Publishing, Inc. 4.1Introduction to the Operating System (OS) and the OS Functions…continued  Functions: Providing a File System  the OS keeps track of the files stored on a computer’s storage devices and provides tools for managing those files

Computer Concepts 12 Topics  Paradigm Publishing, Inc. 4.1Introduction to the Operating System (OS) and the OS Functions…continued  Functions: Software Updates and Security  software often needs to be updated as program fixes, security enhancements, and new or modified device drivers become available

Computer Concepts 13 Topics  Paradigm Publishing, Inc. 4.2Popular Operating Systems for Computing Systems  Computing platform: the combination of hardware architecture and software design that allows applications to run  When you purchase a new computing device, an operating system is preinstalled so that the device will work when you turn it on

Computer Concepts 14 Topics  Paradigm Publishing, Inc. 4.2Popular Operating Systems for Computing Systems…continued  Windows: created by Microsoft Corporation; the most popular operating system

Computer Concepts 15 Topics  Paradigm Publishing, Inc. 4.2Popular Operating Systems for Computing Systems…continued  Mac OS: a proprietary OS created by Apple, Inc.

Computer Concepts 16 Topics  Paradigm Publishing, Inc. 4.2Popular Operating Systems for Computing Systems…continued  UNIX: an operating system that has been around since the late 1960s and is designed for servers  Linux: created by Linus Torvalds in 1991 and is based on UNIX  open source program: the source code is available to the public and can be freely modified or customized

Computer Concepts 17 Topics  Paradigm Publishing, Inc. CHECK YOUR UNDERSTANDING 1 1.Which of the following is NOT a function of the operating system? a.Provides a user interface b.Booting c.Configures hardware devices d.Manages memory 3.Which of the following is NOT one of the popular operating systems for standalone computers? a.iOS b.Windows c.UNIX d.Linux 4.Linux is based on which other operating system? a.Windows b.Mac OS X c.UNIX d.Chrome OS 2.This term describes the process of automatically installing a device driver when new hardware is plugged into the computer. a.Soft boot b.Virtual memory c.Driver d.Plug and Play

Computer Concepts 18 Topics  Paradigm Publishing, Inc. 4.3Popular Operating Systems for Mobile Devices  Mobile operating system: an operating system designed specifically for a mobile device  apps: small application programs managed by a mobile OS  the OS is stored on a ROM chip  designed to manage hardware and applications with less memory than a personal computer operating system, yet runs fast and efficiently  often manages input from a touchscreen and/or voice command and routes data to/from wireless connections including web browsing

Computer Concepts 19 Topics  Paradigm Publishing, Inc. 4.3Popular Operating Systems for Mobile Devices…continued  Android: the OS is based on Linux, making it an open source OS  currently enjoys the highest market share for mobile devices  Open Handset Alliance: a consortium of several mobile technology companies of which Google is a member  Android Open Source Project (AOSP): led by Google and maintains and develops Android

Computer Concepts 20 Topics  Paradigm Publishing, Inc. 4.3Popular Operating Systems for Mobile Devices…continued  iOS: developed by Apple as the mobile operating system for its iPhone, iPod Touch, and iPad

Computer Concepts 21 Topics  Paradigm Publishing, Inc. 4.3Popular Operating Systems for Mobile Devices…continued  BlackBerry OS: developed by Research in Motion (RIM) as the operating system designed for BlackBerry devices

Computer Concepts 22 Topics  Paradigm Publishing, Inc. 4.3Popular Operating Systems for Mobile Devices…continued  Windows Phone: developed by Microsoft as the mobile operating system that replaced its earlier OS, Windows Mobile, which was used on Windows smartphones  live tiles stream updates to the user’s mail, calendar, and web apps

Computer Concepts 23 Topics  Paradigm Publishing, Inc. 4.4Embedded Operating Systems and Cloud Operating Systems  Embedded operating system: smaller and interacts with fewer resources to perform specific tasks fast and reliably

Computer Concepts 24 Topics  Paradigm Publishing, Inc. 4.4Embedded Operating Systems and Cloud Operating Systems…continued  Windows Embedded: a family of operating systems based on the familiar Windows operating system designed for use in a variety of devices  Embedded Linux: applications that can be found running smart appliances, in-flight entertainment systems, personal navigation systems, and a variety of other consumer and commercial electronics  Android: an operating system based on Linux and is a popular choice for electronic devices beyond smartphones such as tablets, set-top boxes, and netbooks

Computer Concepts 25 Topics  Paradigm Publishing, Inc. 4.4Embedded Operating Systems and Cloud Operating Systems…continued  Cloud operating systems: operating systems that operate like a virtual desktop  web-based operating systems: not true operating systems (such as Windows) because you still need a standalone operating system on the computer you are using to access the web browser

Computer Concepts 26 Topics  Paradigm Publishing, Inc. 4.4Embedded Operating Systems and Cloud Operating Systems…continued  iCloud: Apple’s iCloud is built into every new iOS device

Computer Concepts 27 Topics  Paradigm Publishing, Inc. 4.4Embedded Operating Systems and Cloud Operating Systems…continued  Chrome OS: Google’s Chrome OS is a Linux-based operating system available on specific hardware called Chromebooks

Computer Concepts 28 Topics  Paradigm Publishing, Inc. CHECK YOUR UNDERSTANDING 2 1.This mobile operating system currently enjoys the highest market share. a.iOS b.BlackBerry OS c.Windows Phone d.Android 3.This term describes an operating system designed for a device that performs a specific task, such as an ATM or a GPS. a.Open source operating system b.Embedded operating system c.Cloud operating system d.Standalone operating system 4.This term describes an operating system that operates like a virtual desktop where you access all files and applications using a web browser. a.Server operating system b.Embedded operating system c.Standalone operating system d.Cloud operating system 2.This mobile operating system displays a live tile interface. a.Android b.Windows Phone c.BlackBerry OS d.iOS

Computer Concepts 29 Topics  Paradigm Publishing, Inc. 4.5Utilities in Your OS Package for Maintaining System Performance  Windows Explorer: the file manager in Windows 7  File Explorer: the file manager in Windows 8  Folder: a placeholder name for the location where you want to store related files

Computer Concepts 30 Topics  Paradigm Publishing, Inc. 4.5Utilities in Your OS Package for Maintaining System Performance…continued  Disk Cleanup: a Windows utility that allows you to scan a particular storage device or drive to select various types of files to be deleted

Computer Concepts 31 Topics  Paradigm Publishing, Inc. 4.5Utilities in Your OS Package for Maintaining System Performance…continued  Fragmentation: the clusters needed for a document are not stored adjacent to each other  Disk defragmenter: rearranges the fragmented files back together to improve file retrieval speed and efficiency

Computer Concepts 32 Topics  Paradigm Publishing, Inc. 4.5Utilities in Your OS Package for Maintaining System Performance…continued  Backup utility: a program that allows you to back up selected files or an entire disk to a removable storage medium  Restore utility: open if you need to copy files from backup storage to a disk drive to recover the original state of the files

Computer Concepts 33 Topics  Paradigm Publishing, Inc. 4.6Using Operating System Tools to Troubleshoot Computer Problems  Action Center: a good place to begin when something is not working

Computer Concepts 34 Topics  Paradigm Publishing, Inc. 4.6Using Operating System Tools to Troubleshoot Computer Problems…continued  System Restore: a way for you to turn back the clock to when the computer was functioning normally

Computer Concepts 35 Topics  Paradigm Publishing, Inc. 4.6Using Operating System Tools to Troubleshoot Computer Problems…continued  Help and Support: operating systems offer extensive help and support that you can search to find answers to most questions and issues

Computer Concepts 36 Topics  Paradigm Publishing, Inc. CHECK YOUR UNDERSTANDING 3 1.This utility program is used to remove unwanted files from your computer. a.Windows Explorer b.Disk Defragmenter c.Optimize Drives d.Disk Cleanup 3.Open this window to view messages that describe issues the OS has detected. a.Help and Support b.Action Center c.System Restore d.Windows Explorer 4.You can undo a recent change made to your computer, such as installing a new driver, by opening this window. a.Disk Cleanup b.Windows Explorer c.Help and Support d.System Restore 2.This utility program is used to increase disk efficiency by rearranging files that have been split up. a.Optimize Drives b.Disk Defragmenter c.Disk Cleanup d.Windows Explorer

Computer Concepts 37 Topics  Paradigm Publishing, Inc. Chapter Summary  After successfully completing this chapter, you are now able to: Identify system software and describe the role an operating system fulfills in computer operations List and describe the major functions of operating system software Identify the operating systems in use for personal computers and mobile devices Explain the purpose of an embedded operating system and a cloud operating system Describe and explain common utility programs used to maintain a computer Use troubleshooting tools found in the operating system to solve computer problems