Home > Articles > Other IT Certifications

This chapter is from the book

This chapter is from the book

Managing Files

For the most part, the majority of your interaction will be with files. You'll create them, save them, move them, and delete them when you're done with them. In this next section, you'll learn where the operating system stores your work.

In this section, you'll learn the following:

  • About the system's hierarchical file storage system

  • How to navigate the storage system

  • How to duplicate and move a file or folder

  • How to delete and restore a file or folder

  • How to find files and folders

  • How to reduce the size of a file or folder

Concepts

Regardless of whether you're working with an external diskette, a CD-ROM, or the hard drive, the operating system stores files in a hierarchical structure. In other words, there's usually a starting point, commonly called the root directory, that lists a number of folders (or directories). These folders can contain more folders, and each of those folders can contain even more folders.

A folder within a folder is called a subfolder. Each folder is capable of storing multiple files, but that's where it stops. You can't store a file in a file. Only folders can contain more folders and files.

Your System's Hierarchical File Structure

  • Understand how an operating system shows drives, folders, files in a hierarchical structure.

Figure 3.24 shows just one system's structure; you can access each drive and view the folders and files on each.

Figure 3.24Figure 3.24 The operating system displays each drive and its folders and files in a hierarchical structure.


Storage Devices

  • Know that the devices used by an operating system to store files and folders are the hard disk, diskette, CD-ROM, network drives.

The operating system can handle multiple storage media, as you've already learned. You can create folders on a floppy or hard drive, and you can store files in any of those folders on any drive, including network drives that are made available to you. Other devices, such as CD-ROMs, may contain files without allowing you to save new files.

Folders and Directories

Folders, also known as directories, and files make up the bulk of your system.

Navigating Files and Folders

  • Navigate to a file, folder on a drive.

To access a folder and subsequently the files stored in that folder, open the Windows Explorer by right-clicking the Start button and choosing Explore. Begin with the first layer—the drive—and continue to browse through the structure until you find the file you need. For instance, when accessing a file stored on your hard drive, select the C:\ drive item. Doing so displays all the folders and files to the right, as shown in Figure 3.25.

Figure 3.25Figure 3.25 Display all the folders and files on the C: drive.


Click the plus sign to display all the folders and files stored in that folder. At that point, the plus sign changes to a minus sign (-). Click the minus sign to collapse the folder.

Creating Directories and Folders

  • Create a directory/folder and a further subdirectory/subfolder.

To add a subfolder, select the folder to which you want to add the folder. Then, select New from the Windows Explorer File menu. Next, choose Folder from the resulting submenu. Windows adds a new folder to the hierarchical structure, as shown in Figure 3.26. To add a subfolder to the folder, select the folder and repeat the above process. You can continue this process to nest additional subfolders, if you like.

Figure 3.26Figure 3.26 Windows adds a new folder.


Displaying Folder Properties

  • Open a window to display directory/folder name, size, location on drive.

To learn about a folder, right-click the appropriate folder and choose Properties from the resulting submenu. Figure 3.27 shows the resulting Properties dialog box, which displays the folder's name, size, and location within the drive's file structure.

Figure 3.27Figure 3.27 Display a folder's properties.


Working with Files

Files are your bread and butter; in this next section, you'll learn about files.

The Different File Types

  • Recognize common file types: word processing files, spreadsheet files, database files, presentation files, image files, audio files, video files, compressed files, temporary files.

Where files are concerned, a file by another name isn't just as sweet! Each software application uses a specific file type, which is usually indicated by the file's extension—the three or four (sometimes more) characters at the end of a file's name following the dot character (.). Review the file's extension to learn the file's type. Table 3.2 lists a variety of file types.

Table 3.2 File Types

Type

Application or Common Name

Extension

Word processing

Microsoft Word

.doc

Generic

.txt, .rtf

WordPerfect

.wpd

Spreadsheet

Microsoft Excel

.xls

Microsoft Works

.wks

Lotus 1-2-3

.wk1, .wk2, .wk3

Database

Microsoft Access

.mdb, .adp

dBase

.dbf

Presentation

Microsoft PowerPoint

.ppt

Image

Bitmap

.bmp

JPEG

.jpg

Audio

Wave

.wav

Video

Windows Media

.wma

MPEG

.mpg

Compressed

PKZip

.zip

Temporary

A special file created by the system

.tmp


Counting Files

  • Count the number of files, files of a particular type, in a folder (including any files in subfolders).

To learn how many files are in a folder, check the folder's properties, as we did before. After locating the folder in the Windows Explorer, right-click it and select Properties from the resulting submenu. The folder's Properties window displays the number of files in the folder and subfolders (refer to Figure 3.27).

Learning the number of files by type is a bit more complicated because you need a command prompt:

  1. Access a command prompt by clicking the Start button and choosing All Programs from the Start menu.

  2. Choose Accessories and then select Command Prompt from the resulting list.

  3. In the Command Prompt window, enter the following command to view a summary of the folder's files, as shown in Figure 3.28 (the figure doesn't show the entire summary).

Figure 3.28Figure 3.28 Use a command prompt to count files by their type.


Changing File Status

  • Change file status: read-only/locked, read-write.

By default, anybody can access a file and change it. That's what's known as a read-write file. Anybody with access to your system can open the file and change the contents. One way to protect a file is to change its status to read-only (or locked). Then, someone can still view the file, but she won't be able to change its contents. To view or update a file's status, follow these steps:

  1. Locate the file in the Windows Explorer.

  2. Right-click the file and choose Properties from the resulting submenu.

  3. In the Properties dialog box, click the Read-Only option, as shown in Figure 3.29. Click OK to dismiss the dialog box.

Figure 3.29Figure 3.29 Change a file's status to read-only to keep users from changing the file's contents.


To make a file read-write after it has been changed to read-only, follow the same steps but uncheck the Read-Only option.

Sorting Files

  • Sort files by name, size, type, date modified.

You might find it easier to find files when your files are sorted in a particular way. To sort files, choose Arrange Icons by from the View menu, as shown in Figure 3.30. Most of the sorting options are self-explanatory. You can sort by filename, size, type, or the date the file was last modified.

Figure 3.30Figure 3.30 You can sort files in a number of ways.


The Importance of Extensions

  • Understand the importance of maintaining correct file extensions when renaming files.

Earlier we mentioned that a file's extension is a quick and easy way to discern the file's type. Not only does a file's extension help you, but also it helps the software application used to create and manipulate that file. When you open an existing file by a software application, the software will check the file's extension, and if it isn't the right extension, it won't (usually) open the file.

Checking for the correct extension helps protect the integrity of both your software and your files. Opening a file in the wrong software has the potential to destroy the data or even permanently corrupt the file.

TIP

Fortunately, Windows alerts you if you try to change the extension when you rename a file. If you get this alert, stop and make sure that you aren't making a mistake.

Renaming Files, Directories, and Folders

  • Rename files, directories/folders.

Naming files and folders is a large subject. You'll want to give your folders and files meaningful names that indicate the folder or file's purpose. On the other hand, some organizations have strict conventions for naming folders and files, and the actual names might have nothing to do with the contents.

Regardless of how you go about choosing a name, chances are that you'll end up changing a few of them along the way. Fortunately, renaming a folder or file is simple. To rename a file or folder, follow these steps:

  1. Right-click the folder or file in the Windows Explorer.

  2. Choose Rename from the resulting submenu, which puts the item in edit mode. The item is highlighted in a small box, and the cursor is positioned with the box, as shown in Figure 3.31.

Figure 3.31Figure 3.31 Use edit mode to rename a folder or file.


  1. Type the new name and press Enter.

Duplicate and Move

Just like changing a file or folder's name, you might need to reposition a folder or file. That might mean moving a file or a group of files from one folder to another or moving a subfolder and all its files from one folder to another. You might even need to copy or move a file or subfolder full of files from a hard drive to diskette or vice versa.

Selecting Files, Directories, and Folders

  • Select a file or directory or folder individually or as a group of adjacent or nonadjacent files or directories or folders.

Using the Windows Explorer, select the drive that contains the files or folders you want to duplicate or move. Locate and select the folder or files. You can select a single file by simply clicking it. Selecting a group of files takes a few more steps.

To select a group of contiguous (or adjacent) files, select the first file in the block of file items and hold down the Shift key as you select the last file. Doing so highlights the entire block of files—the first, the last, and every file between the two, as shown in Figure 3.32.

Figure 3.32Figure 3.32 Select a contiguous list of files.


Files aren't always in a contiguous list. When you need to select a number of noncontiguous files, select the first and then hold down the Ctrl key as you click the remaining files. The operating system highlights each of the files that you click, as shown in Figure 3.33.

Figure 3.33Figure 3.33 Click each file while holding down the Ctrl key to select noncontiguous files.


Duplicating Files, Directories, and Folders

  • Duplicate files and directories or folders between directories or folders and between drives.

To duplicate a folder or file, select the file (as discussed in the previous section). Then, choose Copy or Copy to Folder from the Edit menu. (Use Copy when working with a file and Copy to Folder when working with a folder.) Windows displays the Copy Items dialog box. Use the resulting list to locate the target folder, as shown in Figure 3.34. The list includes all your system's drives and folders, including external drives such as the floppy or CD. Select the appropriate drive and folder, and click the Copy button. Doing so makes an exact duplicate of the selected file or files at the new location. This procedure is an easy way to back up your work to floppy or CD-ROM.

Figure 3.34Figure 3.34 Use the Copy command to duplicate files.


Moving Files, Directories, and Folders

  • Move files, directories/folders between directories/folders and drives.

Moving files and folders is similar to copying them. Just remember that you won't end up with two files in different locations. You're simply moving a file from one location to another. Use the process in the preceding section to move files and folders, except choose Move to Folder from the Edit menu.

The Importance of Backing Up Your Files

  • Understand why making a backup copy of files to a removable storage device is important.

In the last section, we mentioned that you can use the copy feature to copy your work to a floppy or CD. That's what's known as a backup copy—an extra copy that you can resort to if the worst happens and you can't use your computer, or a file stored on your computer is corrupted.

You'll want to back up your files on a regular basis. If the only copy of your work is on the internal hard drive and something happens to your computer system, such as a virus, hardware failure, theft, and so on, you've lost not only your computer, but all your hard work.

It could take days to reconstruct all your work, and even then, it might not be possible to fully recover everything. Do yourself a favor and back up your work on a frequent and regular basis. Even every day isn't too often if you make frequent changes and additions to your files.

Delete and Restore

With time, most files do become obsolete and you'll want to delete them to free up space.

Deleting Files, Directories, and Folders

  • Delete files, directories/folders to the recycle bin/wastebasket.

To delete a file, simply select it in Windows Explorer and press Delete. There's nothing to it! However, before actually deleting a file, you might want to make a backup copy as discussed in the previous section.

To delete a folder, select the folder in Windows Explorer and press Delete. This will delete both the folder and everything stored in the folder (other folders or files).

Deleted files and folders are not completely removed from your system. Rather, they are stored in the recycle bin. The next section shows how you can get back a file that you accidentally deleted.

Restoring Files, Directories, and Folders

  • Restore files, directories/folders from the recycle bin/wastebasket.

How many times have you deleted a file only to groan, "Oh no!" just moments later? It happens to everyone, but don't fret. Windows stores deleted files in a special folder called the recycle bin instead of immediately deleting a file. You can restore a file from the recycle bin to its original location by simply right-clicking the file in the recycle bin and selecting Restore.

Taking Out the Trash

  • Empty the recycle bin/wastebasket.

The recycle bin can consume a lot of disk space if you let the deleted files pile up; just like real garbage, all those files can really muck up the place. Consequently, it's a good idea to occasionally delete the files in the recycle bin. To do so, right-click the recycle bin (in the Windows Explorer or on the desktop), and choose Empty Trash from the resulting submenu. Unlike dragging a file to the recycle bin, emptying the recycle bin is permanent.

Searching

The more files you add, the harder it might be to find just the file you need. Oh, they're there on your hard drive; you just can't find them. When this happens, you can use the Windows Search (or Find) tool to quickly locate the files.

Finding Files, Directories, and Folders

  • Use the Find tool to locate a file, directory/folder.

To launch the Search feature, click the Start button and choose Search from the Start menu. Doing so opens a new window with several options. Click the All Files and Folders option, which displays a new set of options.

Enter the name of the file or folder you're searching for into the first control, as shown in Figure 3.35, and then click Search. After a few seconds, Windows begins displaying a list of files that match the entered name. To immediately launch a file, simply double-click the file in the results list.

Searching by File Properties

  • Search for files by content, date modified, date created, size, wildcards.

When searching for information, a file's name might not be helpful. For instance, you might need to search for a file based on the day it was last modified, or you might be searching for a specific string of characters (such as "cat") within any file. When this is the case, Windows needs more information. Table 3.3 lists the options and settings.

Figure 3.35Figure 3.35 Search for a specific file or folder.


Table 3.3 Advanced Search Options

Intent

Option

Additional Settings

Results

Search by content

Enter the exact text string that you're searching for into the second control in the A Word or Phrase in the File control.

 

Finds all the files that contain the search string.

Search by date modified

Click the When Was It Modified option.

Don't Remember

Includes all dates.

Within the Last Week

Finds all files modified during the current week.

Past Month

Finds all files modified during the current month.

Within the Past Year

Finds all files modified in the current year.

Specify Dates

Allows you to specify a time period.

Search by file's size

Click the What Size Is It option.

Don't Remember

Includes all sizes.

Small (Less Than 100KB)

Finds all files that are smaller than 100KB in size.

Medium (Less Than 1MB)

Finds all files that are smaller than 1MB in size.

Large (More Than 1MB)

Finds all files that are larger than 1MB in size.

Specify Size (in KB)

Narrows the search by specifying a range of sizes.

Search by file type

Click More Advanced Options option.

Select a file type from the Type of File control's drop-down list.

Finds all files of the specified file type.


Windows does not offer an easy way to search for files by date created. But here's a trick you can use. Search for the file by date modified, using a date range that includes the date created that you're looking for. Then right-click at the top of the results on the header row, where it says Date Modified. This will show you a list of information that you can display about each file in the results. Select Date Created from the list, and then click the Date Created header to sort the results by date created. Now you can quickly scan the list to find the file that you're looking for.

Wildcards are special characters that narrow the results of your search. Technically, a wildcard is a symbol that represents one or more characters. Use them when you're uncertain of the exact characters needed. Windows supports two wildcard characters during a search task: the asterisk (*) matches any character or multiple characters, and the question mark (?) matches any one character in the same position.

When searching by filename or by content, simply substitute the appropriate wildcard for the unknown characters. For instance, Sm*th would match Smith, Smyth, and smooth. On the other hand, Sm?th would match only Smith and Smyth.

Viewing Recently Used Files

  • View list of recently used files.

Sometimes the easiest way to find a file is to view a list of the most recently used files. This procedure is an efficient way to search for a file without having to wait for Windows to search through all the files in your system.

To find a file in this manner, click the Start menu and choose My Recent Documents from the Start menu. Doing so displays a list of all the files you've recently opened. Simply click a file to open it.

TIP

If the Start menu doesn't list your recently used documents, right-click the Start menu, choose Properties, and click the Customize button on the Start Menu tab. Then, click the Advanced tab and check the List My Most Recently Opened Documents option, and click OK twice.

Compressing Files

Files come in all sizes and the more data a file contains, the larger it is. In addition, file types can create large files, even when the file contains a small amount of data. For instance, a database or image file can be very large. The larger a file is, the more room it consumes. Furthermore, larger files take longer to download when transferring files over the Internet. As a result, you might find yourself compressing files from time to time—both to save space and to save time when transferring data.

What Is File Compression?

  • Understand what file compression means.

Compressing a file, a folder, or even a software application decreases the size of that file and consequently the space required to store that file on your hard drive or diskette (or CD-ROM). In addition, a compressed file transfers more quickly over the Internet than a noncompressed file.

Compressing Files

  • Compress files in a folder on a drive.

To compress a folder, select the file or folder in Windows Explorer and select New. Then, choose Compressed (zipped) Folder from the resulting list of options shown in Figure 3.36. Once you compress a folder, you can drag files to it. You can move a compressed folder and its files to a diskette, CD-ROM, or another folder.

Figure 3.36Figure 3.36 Compress a file to save space.


Extracting Compressed Files

  • Extract compressed files from a location on a drive.

To extract a compressed file, right-click it and select Extract to from the resulting menu. This option is available only when you've selected a compressed file.

Pearson IT Certification Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Pearson IT Certification and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Pearson IT Certification products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by Adobe Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.pearsonitcertification.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020