 Manipulation of documents and data in files on a computer. One may create a new file or edit an existing file and save it; Open or load a pre-existing.

Slides:



Advertisements
Similar presentations
The Windows File System and Windows Explorer To move around the file system and examine your files or get to one you want (say, to modify, delete or copy.
Advertisements

Operating Systems. Operating System (OS) The software that manages the sharing of the resources of a computer. Examples of Operating Systems ◦ Windows.
SLC/Ver1.0/OS CONCEPTS/Oct'991INTRODUCTION What is an Operating System? Operating Structure -System Components -OS Services -System Calls & Programs -System.
Module 4.2 File management 1. Contents Introduction The file manager Files – the basic unit of storage The need to organise Glossary 2.
RHO 10 Website CHT INFORMATION SYSTEM FILE MANAGEMENT MAIL MERGE RHO 10 Website CHT INFORMATION SYSTEM FILE MANAGEMENT MAIL MERGE Louie T. Binondo IT Programmer.
File System Analysis.
Chapter 10: File-System Interface
Return to the Office 2007 web page Lesson 3: Managing Computer Files.
File Management Systems
MCT260-Operating Systems I Operating Systems I Navigating the File System.
With Microsoft ® Office 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 GO! with Microsoft ® Office 2010 Common Features Using the Common.
Operating Systems File systems
Silberschatz, Galvin and Gagne  Operating System Concepts Common System Components Process Management Main Memory Management File Management.
3.2 Software System utilities. Data can be transferred in various formats. For e.g. “A tab delimited text file” it is a especial kind of plain text file.
Operating Systems Concepts 1. A Computer Model An operating system has to deal with the fact that a computer is made up of a CPU, random access memory.
FILE MANAGEMENT FOR THE GENEALOGISTS Creating/organizing files and folders.
Paths and Trees and Folders
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
Chapter 4: Operating Systems and File Management 1 Operating Systems and File Management Chapter 4.
Microsoft Office Illustrated Fundamentals Unit B: Understanding File Management.
Chapter 3.1:Operating Systems Concepts 1. A Computer Model An operating system has to deal with the fact that a computer is made up of a CPU, random access.
Chapter 7 Working with Files.
Computer Systems Week 10: File Organisation Alma Whitfield.
I Can… Define basic file management and related terms Identify levels of a file system Identify and explain ways to view files in Windows OS Explain the.
INTRODUCTION TO OPERATING SYSTEMS. An operating system is a program that controls the overall activity of a computer. Like an orchestra conductor an operating.
Operating Systems (CS 340 D) Dr. Abeer Mahmoud Princess Nora University Faculty of Computer & Information Systems Computer science Department.
Chapter 3: Operating-System Structures System Components Operating System Services System Calls System Programs System Structure Virtual Machines System.
Exploring Your Desktop To run presentation, please click on bottom arrow to right to change to next frame.
Chapter 4 Test.  Drive Organize  Folder Name or Rename  File Move or Copy  Save As Delete  Extension s Save As or Copy  Shortcut.
Windows3.ppt1 Objectives: l Describe the Windows 2000 user interface l Identify elements of a window Using Windows Using Windows.
Operating Systems TexPREP Summer Camp Computer Science.
Component 4: Introduction to Information and Computer Science Unit 4: Application and System Software Lecture 3 This material was developed by Oregon Health.
Folder & File Management By Computer Magic Presented by Jane Cable.
File Management Basics for Managing Your Files. What exactly is file management?  File management is the process of placing, naming, and organizing files.
File Management Organizing files and folders. In this tutorial you will learn how to:  Create folders  Name files and folders  Organize your files.
With Microsoft ® Office e© 2013 Pearson Education, Inc. Publishing as Prentice Hall1 Common Features Using the Common Features of Microsoft ® Office.
Chapter 10: File-System Interface 10.1 Silberschatz, Galvin and Gagne ©2011 Operating System Concepts – 8 th Edition 2014.
File System Interface. File Concept Access Methods Directory Structure File-System Mounting File Sharing (skip)‏ File Protection.
Operating Systems (CS 340 D) Dr. Abeer Mahmoud Princess Nora University Faculty of Computer & Information Systems Computer science Department.
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 3: Operating-System Structures System Components Operating System Services.
File Systems (1). Readings r Reading: Disks, disk scheduling (3.7 of textbook; “How Stuff Works”) r Reading: File System Implementation ( of textbook)
Lesson 11: Looking at Files and Folders what a file or folder is on the computer how to recognize a file or folder on the desktop how to recognize the.
Sheila Fredericks File Management. Think of your computer as if it were a file cabinet Computer C D Each file drawer is a computer drive.
OS, , Part I Operating - System Structures Department of Computer Engineering, PSUWannarat Suntiamorntut.
Return to the Office 2007 web page Lesson 3: Managing Computer Files.
Chapter 4. Drive – The largest storage area. The C: Drive is usually the hard drive, but you can have other drives on your network or on a separate device.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
CMPF124 Personal Productivity With Information Technology Chapter 1 – Part 2 Introduction to Windows Operating Systems Manipulating Windows GUI CMPF 124.
Introduction to Operating System. 1.1 What is Operating System? An operating system is a program that manages the computer hardware. It also provides.
File and File Systems Compiled by IITG Team Need to be reorganized and reworded.
Today We Will Review: Operating Systems (Windows) (week 3 & 4) Starting up MS Windows Desktop and its contents Functions of the desktop components Brain.
System Components Operating System Services System Calls.
Operating System Structure Lecture: - Operating System Concepts Lecturer: - Pooja Sharma Computer Science Department, Punjabi University, Patiala.
Chapter 2 – Introduction to Windows Operating System II Manipulating Windows GUI 1CMPF112 Computing Skills for Engineers.
Office 2016 and Windows 10: Essential Concepts and Skills
An Introduction to Computers and Visual Basic
TexPREP Summer Camp Computer Science
An Introduction to Computers and Visual Basic
File Managements.
Lesson 9 Windows Management
Chapter 2: Operating-System Structures
Operating Systems Tasks 17/02/2019.
An Introduction to Computers and Visual Basic
Introduction to Operating Systems
Outline Chapter 2 (cont) OS Design OS structure
Microsoft Office Illustrated Fundamentals
Chapter 2: Operating-System Structures
An Introduction to Operating Systems
Paths and Trees and Folders
Presentation transcript:

 Manipulation of documents and data in files on a computer. One may create a new file or edit an existing file and save it; Open or load a pre-existing file into memory; or close a file without saving it. One may group related files in directories. These tasks are accomplished in different ways in different operating systems and depend on the user interface design and, to some extent, the storage medium being used.  Simply a file system or filesystem. The system that an operating system or program uses to organize and keep track of files. For example, a Hierarchical File System is one that uses directories to organize files into a tree structure.  The operating system provides its own file management system, you can buy separate file management systems. These systems interact smoothly with the operating system but provide more features, such as improved backup procedures and stricter file protection. COMPUTER FILE MANAGEMENT

 A hierarchical file system is how drives, folders, and files are displayed on an operating system.  In a hierarchical file system, the drives, folders, and files are displayed in groups, which allows the user to see only the files they're interested in seeing. For example, in the picture to the right, the Windows directory (Windows\) contains the System32, Tasks, and Web folders.  Each of these folders could have hundreds of their own files, but unless they are opened the files are not displayed.

 Example: Drive (C:)  Directory/Folder (C:\My Documents)  Sub-directory/Sub-folder (C:\My Documents\My Pictures)  File (C:\My Documents\My Pictures\VacationPhoto.jpg)  Commands such as the Cut/Copy/Paste commands in the file menu of Explorer can be used to manage the files to and from other directories.

The file manager handles all files on secondary storage media. To perform these tasks, file management must:  Be able to identify the numerous files by giving unique names to them.  Maintain a list telling where exactly each file is stored, how many sectors on the medium it occupies, and in which order those sectors make up the file.  Provide simple and fast algorithms to read and write files in cooperation with the device manager.  Give and deny access rights on files to users and programs.  Allocate and deallocate files to processes in cooperation with the process manager.  Provide users and programs with simple commands for file handling.

 1. Organize by file types. Make applications easier to find by creating a folder called Program Files on your drive and keeping all your applications there. For instance, the executables for Word, PowerPoint and Simply Accounting would all reside in the Program Files folder.  2. One place for all. Place all documents in the My Documents folder and no where else. So whether it’s a spreadsheet, a letter or a PowerPoint presentation, it goes here. This will make it easier to find things and to run backups.

 3. Create folders in My Documents. These are the drawers of your computer’s filing cabinet, so to speak. Use plain language to name your folders; you don’t want to be looking at this list of folders in the future and wondering what “TFK” or whatever other interesting abbreviation you invented means.  4. Nest folders within folders. Create other folders within these main folders as need arises. For instance, a folder called “Invoices” might contain folders called “2010”, “2009” and “2008”. A folder named for a client might include the folders "customerdata" and "correspondence". The goal is to have every file in a folder rather than having a bunch of orphan files listed.

 5. Follow the file naming conventions. Do not use spaces in file names, keep file names under 27 characters, and use all lower case. So a file named for a client should be jackdawson rather than Jack Dawson. If you break any of these rules, be consistent about it.  6. Be specific. Give files logical, specific names and include dates in file names if possible. The goal when naming files is to be able to tell what the file is about without having to open it and look. So if the document is a letter to a customer reminding him that payment is overdue, call it something like "overdue081210"; rather than something like “letter”. How will you know who the letter is to without opening it? See the next point.

 7. File as you go. The best time to file a document is when you first create it. So get in the habit of using the "Save As" dialogue box to file your document as well as name it, putting it in the right place in the first place.  8. Order your files for your convenience. If there are folders or files that you use a lot, force them to the top of the file list by renaming them with a ! or an AA at the beginning of the file name.

 9. Cull your files regularly. Sometimes what's old is obvious as in the example of the folder named "Invoices" above. If it's not, keep your folders uncluttered by clearing out the old files. Do not delete business related files unless you are absolutely certain that you will never need the file again. Instead, in your main collection of folders in My Documents, create a folder called "Old" or "Inactive" and move old files into it when you come across them.  10. Back up your files regularly. Whether you're copying your files onto another drive or onto tape, it's important to set up and follow a regular back up regimen.

-END Thank you for your cooperation..