<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1735615666520640667</id><updated>2011-11-27T15:52:11.447-08:00</updated><title type='text'>Computer Reference</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://soleracomputer.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1735615666520640667/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://soleracomputer.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Bill</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://2.bp.blogspot.com/_aA6BGR5sA-E/SUSuUBJ_yhI/AAAAAAAABJo/Tx_sKIbKgME/S220/editor.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1735615666520640667.post-4545858924674601106</id><published>2009-12-01T06:58:00.000-08:00</published><updated>2009-12-07T20:09:46.360-08:00</updated><title type='text'>Computer Document Management</title><content type='html'>I have been asked how computers manage files and their deletion. This is a simple question, but the answer is fairly elaborate to really understand the mechanics. These underlaying concepts are necessary to really understand how various software programs cooperate and it is really quite uniform.&lt;br /&gt;&lt;br /&gt;Photographs and text documents are stored in files and a basic function of any software program is to manage files created by it and other programs. One of the first things a program needs to know is what formatting the file uses to store a document. A document can be anything: letter, photo, image, etc. The way a program knows the format of a file is its extension (filename.extension). For example, myletter.doc could be the name of a Microsoft Word document.&lt;br /&gt;&lt;br /&gt;Files are organized into directories and subdirectories because it would be impossible to manage all the files if they were stored together. These are stored on mechanical devices like hard drives. The main drive is designated as "C". Just to keep things from getting confused there is a colon ":" inserted after the drive designation, for example "C:". Directories and subdirectories are separated by a forward slash "/" or a "\" depending on the operating system. A complete example is: C:\Documents and Settings\Owner\Documents\Veterans Administration\Sepulveda Aug 14, 2006.doc. In this case, if you click on the file name, Windows knows to display the document using Microsoft Word.&lt;br /&gt;&lt;br /&gt;Note that the latest version of Microsoft Word saves text files with a "docx" extension as default and can not be opened with older versions of Word. However, it can be forced to save in a "doc" format.&lt;br /&gt;&lt;br /&gt;When you use programs like Windows Explorer you will not see anything like the example above because many programs format and separate the parts of the complete directory name to reduce confusion, but it will be familiar to those familiar with DOS. Although this provides a good conceptual idea of how files are arranged into directories it does not explain the mechanics which are necessary to understand what happens when you delete a file and empty the trashcan.&lt;br /&gt;&lt;br /&gt;Just to keep things physically manageable, Windows organizes a hard drive into segments, often 4096 bytes. A segment on a hard drive is a section managed by the operating system like Windows. The size varies based on Windows version and disk size, but the size used on your computer is not critical to your conceptual understanding. Some files are larger than others are and will need more than one segment. Windows will allocate these segments when a file is saved from a pool of "free space" that it manages.&lt;br /&gt;&lt;br /&gt;When you delete a file it goes into the trashcan which is an icon representing deleted files. If you make a mistake and delete a file by error, you can undelete a file and restore it to its original directory. Years ago I deleted a file before there was undelete capability and I spent hours retyping the program. Today when you delete a file, the original data is retained in the trashcan.&lt;br /&gt;&lt;br /&gt;When you empty the trashcan the file's segments are added to the Windows "free space" and are available to be reused by windows to store new files. Large files use several segments linked together like sausages and this relationship is lost when the segments are added to the "free space". However, the bit pattern representing the data in the file is retained on each segment.&lt;br /&gt;&lt;br /&gt;Special programs can erase segments that are in the "free space", They will set all the bits in "free space" segments to "0" eliminating data in the segments. However, very weak magnetic patterns may be recoverable from a disk using electronic tools designed specifically for this purpose. This should not be a concern unless someone is doing something illegal.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1735615666520640667-4545858924674601106?l=soleracomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soleracomputer.blogspot.com/feeds/4545858924674601106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1735615666520640667&amp;postID=4545858924674601106' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1735615666520640667/posts/default/4545858924674601106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1735615666520640667/posts/default/4545858924674601106'/><link rel='alternate' type='text/html' href='http://soleracomputer.blogspot.com/2008/09/computer-document-management.html' title='Computer Document Management'/><author><name>Bill</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://2.bp.blogspot.com/_aA6BGR5sA-E/SUSuUBJ_yhI/AAAAAAAABJo/Tx_sKIbKgME/S220/editor.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1735615666520640667.post-4477103815305368418</id><published>2009-01-03T05:38:00.000-08:00</published><updated>2009-02-13T16:20:11.185-08:00</updated><title type='text'>Expert Village videos</title><content type='html'>There are many videos on a wide variety of topics. Pick your interest and find a video.&lt;br /&gt;&lt;a href="http://www.expertvillage.com/categories.htm"&gt;Expert Village&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1735615666520640667-4477103815305368418?l=soleracomputer.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://soleracomputer.blogspot.com/feeds/4477103815305368418/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1735615666520640667&amp;postID=4477103815305368418' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1735615666520640667/posts/default/4477103815305368418'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1735615666520640667/posts/default/4477103815305368418'/><link rel='alternate' type='text/html' href='http://soleracomputer.blogspot.com/2009/01/expert-village-videos.html' title='Expert Village videos'/><author><name>Bill</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='23' src='http://2.bp.blogspot.com/_aA6BGR5sA-E/SUSuUBJ_yhI/AAAAAAAABJo/Tx_sKIbKgME/S220/editor.jpg'/></author><thr:total>0</thr:total></entry></feed>
