Describe folders and libraries and give examples of each.

What will be an ideal response?


To maintain well organized storage, you will certainly want to create additional folders. You might also decide to create additional libraries.

Let's consider folders first. Your predefined folders include My Documents, My Music, My Pictures, My Videos, and Downloads. That's a good start, but these folders can quickly accumulate many files that eventually become unwieldy to work with.

You can create subfolders and use them to divide files into more manageable groups. To do so, simply right-click a folder, select New, then select Folder. Enter a name for the subfolder. Once the subfolder is created, you can move files into it.

Next, consider libraries. Windows provides four predefined libraries: Documents, Music, Pictures, and Videos. These library names are deceptively similar to the names of your predefined folders, but libraries and folders are not the same.

A library is similar to a folder only in the sense that it can be used to group similar files; however, a library doesn't actually store files. Instead, it contains a set of links to files that are stored on various devices and in various folders.

To understand how you might use libraries, suppose you're working on a project that uses a variety of documents and music. You can create a library for the project that includes folders from My Documents and Public Music. These folders remain in their original locations, but the files they contain all appear in the listing for the new library.

Computer Science & Information Technology

You might also like to view...

How do you concatenate two string values (str1, str2)?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When a superclass variable refers to a subclass object and a method is called on that object, the proper implementation is determined at execution time. What is the process of determining the correct method to call?

a. early binding. b. non-binding. c. on-time binding. d. late binding.

Computer Science & Information Technology

____ is the Linux OS term for making files appear as though they are on a local machine instead of on a remote machine.

A. Map B. Mount C. Merge D. Mirror

Computer Science & Information Technology

Discuss what a breakpoint is and how to use it.

What will be an ideal response?

Computer Science & Information Technology