Computer Concepts 2013 Chapter 4 Operating Systems and File Management.

Slides:



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

Section D: File Management
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
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.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management2 Chapter Contents  Section A: Operating System Basics.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Operating Systems and File Management
Connecting with Computer Science, 2e
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
Connecting with Computer Science, 2e
Operating Systems.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
Operating Systems & File Management. What is an operating system?
Paths and Trees and Folders
Operating Systems. Software Software – the instructions that make the CPU do useful things Divided into two main categories – System software – Applications.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Operating Systems and File Management
Chapter 4: Operating Systems and File Management 1 Operating Systems and File Management Chapter 4.
With Microsoft Windows 7© 2012 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Windows 7.
Practical PC, 7th Edition Chapter 3: Getting Started with Software
Chapter 7 Working with Files.
Operating Systems and File Management Chapter 4. 4 Chapter 4: Operating Systems and File Management2 Chapter Contents  Section A: Operating System Basics.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Computer Concepts 2014 Chapter 4 Operating Systems and File Management.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Objectives Learn what a file system does
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
INTRODUCTION TO COMPUTING CHAPTER NO. 03. Operating Systems and Utility Programs Functions of Operating Systems Types of Operating Systems (Standalone.
Chapter 4 Operating Systems and File Management.
Computers Are Your Future Eleventh Edition Chapter 4: System Software Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
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.
Computer Software CSCI N207 Data Analysis Using Spreadsheet Department of Computer and Information Science, IUPUI.
CHAPTER FOUR COMPUTER SOFTWARE.
Introduction to Interactive Media Interactive Media Tools: Software.
Software.
WINDOWS Part 1 – Start Up Basics
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Practical Computer Literacy Week-02
Component 4: Introduction to Information and Computer Science Unit 4: Application and System Software Lecture 3 This material was developed by Oregon Health.
File System Management File system management encompasses the provision of a way to store your data in a computer, as well as a way for you to find and.
Computer Concepts 2012 Chapter 4 Operating Systems and File Management.
Chapter 5 Organizing Files and Folders. 2Practical PC 5 th Edition Chapter 5 Getting Started In this Chapter, you will learn: − How to get a list of your.
Chapter 5 Presentation Meghan McCabe & Abby Lane Chapter 5 : Lane & McCabe.
Criteria for comparing OS Character-based or GUI-based Single or multi tasking Single or multi threading Weak or strong security 8,16, 32 or 64 bit processed.
I T Essentials I Chapter 5 JEOPARDY Installing & UpgradingComputerBasicsErrorsServicePotpourri
CSC190 Introduction to Computing Operating Systems and Utility Programs.
IT-IDT-5 Understand, communicate, and adapt to a digital world. File Management.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
Computer Operating Systems And Software applications.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Tonga Institute of Higher Education IT 141 Lecture 5: Operating System.
Instructor: Syed Shuja Hussain Chapter 4: Operating System Basics.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 3 Windows File Management 1 Morrison / Wells / Ruffolo.
Computers: Tools for an Information Age
Discovering Computers 2012: Chapter 8
Microsoft Windows 7 - Illustrated
Chapter 4 Operating Systems and File Management
Chapter 3 System Software
File Managements.
Chapter 4 Operating Systems and File Management
DOS and window operating system
Software - Operating Systems
IT-IDT-5 Understand, communicate, and adapt to a digital world.
Presentation transcript:

Computer Concepts 2013 Chapter 4 Operating Systems and File Management

4 Chapter Contents  Section A: Operating System Basics  Section B: Today’s Operating Systems  Section C: File Basics  Section D: File Management  Section E: Backup Security Chapter 4: Operating Systems and File Management2

4 Section A: Operating System Basics  Operating System Activities  User Interfaces  The Boot Process Chapter 4: Operating Systems and File Management3

4 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place within a computer system Chapter 4: Operating Systems and File Management4

4 Operating System Activities Chapter 4: Operating Systems and File Management5

4 Operating System Activities  Multitasking provides process and memory management services that allow two or more tasks, jobs, or programs to run simultaneously  Within a single program, multithreading allows multiple parts, or threads, to run simultaneously  When multiple programs are running, the OS should prevent a memory leak—a situation in which instructions and data from one area of memory overflow into memory allocated to another program Chapter 4: Operating Systems and File Management6

4 Operating System Activities  Operating System Categories  Single-user operating system  Multiuser operating system  Server operating system  Desktop operating system  Handheld operating system Chapter 4: Operating Systems and File Management7

4 Operating System Activities  Microsoft Windows offers its users controls to do the following activities:  Launch programs  Manage files  Get help  Customize the user interface  Configure equipment Chapter 4: Operating Systems and File Management8

4 Operating System Activities Chapter 4: Operating Systems and File Management9

4 User Interfaces  The combination of hardware and software that helps people and computers communicate with each other Chapter 4: Operating Systems and File Management10

4 User Interfaces  Buttons, menu bars, toolbars, taskbars, and Ribbons Chapter 4: Operating Systems and File Management11

4 User Interfaces  Menus, submenus, and dialog boxes Chapter 4: Operating Systems and File Management12

4 The Boot Process  During the boot process, the operating system kernel is loaded into RAM  The kernel provides essential operating system services  Your computer’s small bootstrap program is built into special ROM circuitry housed in the computer’s system unit Chapter 4: Operating Systems and File Management13

4 The Boot Process Chapter 4: Operating Systems and File Management14

4 Section B: Today’s Operating Systems  Microsoft Windows  Mac OS  UNIX and Linux  DOS  Handheld and Tablet Operating Systems Chapter 4: Operating Systems and File Management15

4 Microsoft Windows Chapter 4: Operating Systems and File Management16

4 Mac OS Chapter 4: Operating Systems and File Management17

4 Mac OS Chapter 4: Operating Systems and File Management18

4 Mac OS  Popular virtual machine software such as VMware and Parallels Desktop can run on most computers with Intel microprocessors, including Intel Macs, PCs, and generic Linux computers Chapter 4: Operating Systems and File Management19

4 UNIX and Linux  The UNIX operating system was developed in 1969 at AT&T’s Bell Labs  Dependable in multiuser environments  Linux is an operating system distributed along with its source code under the terms of a GPL (General Public License)  A Linux distribution is a download that contains the Linux kernel, system utilities, applications, and an installation routine Chapter 4: Operating Systems and File Management20

4 UNIX and Linux Chapter 4: Operating Systems and File Management21

4 DOS  Disk Operating System  First operating system that many used Chapter 4: Operating Systems and File Management22

4 Handheld and Tablet Operating Systems Chapter 4: Operating Systems and File Management23

4 Section C: File Basics  File Names and Extensions  File Directories and Folders  File Formats Chapter 4: Operating Systems and File Management24

4 File Names and Extensions  You must adhere to file-naming conventions when saving files  Maximum length  Prohibited characters  No reserved words  Case sensitivity  File extensions provide clues to the file contents Chapter 4: Operating Systems and File Management25

4 File Directories and Folders  To designate a file’s location, you must first specify the device where the file is stored  The main hard disk usually is referred to as drive C  A disk partition is a section of hard disk drive that is treated as a separate storage unit  Partitions can be assigned drive letters  Partitions are not the same as folders Chapter 4: Operating Systems and File Management26

4 File Directories and Folders  An operating system maintains a directory for each storage disk, CD, DVD, BD, or USB flash drive  Root directory  Subdirectory  Depicted as folders  A computer’s file location is defined by a file specification, or path Chapter 4: Operating Systems and File Management27

4 File Formats  A file format refers to the organization and layout of data that is stored in a file  The format of a file usually includes a header, data, and possibly an end-of-file marker  A file header is a section of data at the beginning of a file that contains information about a file  A file extension does not really define the format of a file Chapter 4: Operating Systems and File Management28

4 File Formats  A software application can open files that exist in its native file format, plus several additional file formats Chapter 4: Operating Systems and File Management29

4 File Formats Chapter 4: Operating Systems and File Management30

4 Section D: File Management  Application-based File Management  File Management Utilities  File Management Metaphors  Windows Explorer  File Management Tips  Physical File Storage Chapter 4: Operating Systems and File Management31

4 Application-Based File Management  Applications generally provide a way to open files and save them in a specific folder on a designated storage device Chapter 4: Operating Systems and File Management32

4 Application-Based File Management Chapter 4: Operating Systems and File Management33

4 File Management Utilities  File management utilities show you the files stored on your disks and help you work with them Chapter 4: Operating Systems and File Management34

4 File Management Metaphors  Storage metaphors help you visualize and mentally organize the files on your disks and other storage devices  Logical storage models Chapter 4: Operating Systems and File Management35

4 Windows Explorer Chapter 4: Operating Systems and File Management36

4 Windows Explorer  Windows Explorer helps you manipulate files and folders in the following ways:  Rename  Copy  Move  Delete  Windows offers a set of preconfigured personal folders, such as My Documents and My Music, for storing your personal data files Chapter 4: Operating Systems and File Management37

4 Windows Explorer Chapter 4: Operating Systems and File Management38

4 File Management Tips  Use descriptive names  Maintain file extensions  Group similar files  Organize your folders from the top down  Consider using default folders  Use Public folders for files you want to share  Do not mix data files and program files Chapter 4: Operating Systems and File Management39

4 File Management Tips  Don’t store files in the root directory  Access files from the hard disk  Follow copyright rules  Delete or archive files you no longer need  Be aware of storage locations  Back up Chapter 4: Operating Systems and File Management40

4 Physical File Storage  The physical storage model describes what happens on the disks and in the circuits  Storage media must be formatted before it can store files  The formatting process divides the disk into tracks and sectors Chapter 4: Operating Systems and File Management41

4 Physical File Storage Chapter 4: Operating Systems and File Management42

4 Physical File Storage  The file system keeps track of the names and locations of files  NTFS  Master File Table (MFT) Chapter 4: Operating Systems and File Management43

4 Physical File Storage  Deleting a file changes the status of that file’s clusters to empty and removes the file name from the index file  The file’s data is still there  File shredder software overwrites “empty” sectors with random 1s and 0s  Files in the Windows Recycle Bin and similar utilities can be undeleted Chapter 4: Operating Systems and File Management44

4 Physical File Storage  Fragmented files are stored in noncontiguous clusters and decrease performance  Defragmentation utilities rearrange files so that they are stored in contiguous clusters Chapter 4: Operating Systems and File Management45

4 Section E: Backup Security  Backup Basics  File Copies  Synchronization  Windows Backup  Disk Images and Bare-metal Restore  Virtual Machines  Handheld Backup Chapter 4: Operating Systems and File Management46

4 Backup Basics  A backup stores the files needed to recover data that’s been wiped out by operator error, viruses, or hardware failures Chapter 4: Operating Systems and File Management47

4 Backup Basics  Your backup schedule depends on how much data you can afford to lose  You should test your backup by trying to restore one file  The backup device you select depends on the value of your data, your current equipment, and your budget  Online backup services Chapter 4: Operating Systems and File Management48

4 Backup Basics Chapter 4: Operating Systems and File Management49

4 File Copies  Unique files are difficult to reproduce  Manually copying and pasting requires you to select the files and destination device each time Chapter 4: Operating Systems and File Management50

4 Synchronization  Synchronization compares the content of files on two devices and makes them the same  A program called Time Machine supplied with Mac OS X is a good example of synchronization software  Synchronizes every hour Chapter 4: Operating Systems and File Management51

4 Synchronization Chapter 4: Operating Systems and File Management52

4 Windows Backup Chapter 4: Operating Systems and File Management53

4 Windows Backup  A full backup makes a fresh copy of every file in the folders you’ve specified for the backup  A differential backup makes a backup of only those files that were added or changed since your last full backup session  An incremental backup makes a backup of the files that were added or changed since the last backup—not necessarily the files that changed from the last full backup Chapter 4: Operating Systems and File Management54

4 Windows Backup Chapter 4: Operating Systems and File Management55

4 Windows Backup  Backup software includes modules for restoring files  A boot disk is a removable storage medium containing the operating system files needed to boot your computer without accessing the hard disk  A recovery disk (sometimes referred to as a recovery CD) is a bootable CD, DVD, or other media that contains a complete copy of your computer’s hard disk as it existed when the computer was new Chapter 4: Operating Systems and File Management56

4 Windows Backup  The Windows Registry, or Registry as it is usually called, is an important group of files used by the Windows operating system to store configuration information about all the devices and software installed on a computer system  A restore point is a snapshot of your computer settings Chapter 4: Operating Systems and File Management57

4 Windows Backup Chapter 4: Operating Systems and File Management58

4 Disk Images and Bare-Metal Restore  Restoring a Windows computer usually entails several steps  A bare-metal restore restores the computer in a single step  A disk image is a bit-by-bit copy of the data from all sectors of a disk Chapter 4: Operating Systems and File Management59

4 Disk Images and Bare-Metal Restore Chapter 4: Operating Systems and File Management60

4 Virtual Machines Chapter 4: Operating Systems and File Management61

4 Handheld Backup  Handheld devices are usually backed up by synching them to a desktop or notebook computer  Synching is usually initiated by tethering your handheld device to a full-size computer using a USB cable  iPhones, iPods, and iPads synch with iTunes software, and you have the option to encrypt the backup to prevent your data from exposure if your computer falls victim to an unauthorized intrusion  Android devices generally do not include backup software, but several backup apps are available Chapter 4: Operating Systems and File Management62

4 Handheld Backup Chapter 4: Operating Systems and File Management63