1 00:00:00,000 --> 00:00:03,899 Hello. I'd like to speak with you today about creating a compressed folder in 2 00:00:03,899 --> 00:00:07,859 Windows 7. Before I do that, however, I'd like to talk a little bit about 3 00:00:07,859 --> 00:00:13,920 compression. First of all, as you know, everything on the computer is 4 00:00:13,920 --> 00:00:18,960 represented in bits. Everything is reducible to zeros and ones -- and by 5 00:00:18,960 --> 00:00:25,500 "everything," I mean text files. I mean programs. I mean audio. I mean video. To 6 00:00:25,500 --> 00:00:37,079 give you an example, Paint stores images as bitmaps. Each canvas is made up of a 7 00:00:37,079 --> 00:00:43,050 certain number of pixels across and down. Each pixel can be a single color. One pixel 8 00:00:43,050 --> 00:00:47,989 can be red or it can be blue, but it can't be partly red and partly blue. If 9 00:00:47,989 --> 00:00:54,120 you're dealing with a monochrome image such as we have here, you really only 10 00:00:54,120 --> 00:00:59,760 have two choices: black or white. Two choices can be represented by a single 11 00:00:59,760 --> 00:01:06,750 bit; for example, zero might represent white, one might represent black. So in an 12 00:01:06,750 --> 00:01:11,760 uncompressed format, ordinarily this might be stored as lots and lots and 13 00:01:11,760 --> 00:01:16,770 lots of zeros to represent all of this white, still more zeros more zeros more 14 00:01:16,770 --> 00:01:22,950 zeros, then three black or three -- we've got three black pixels here, so we've got 15 00:01:22,950 --> 00:01:29,909 three ones, a lot more zeros to represent all this white. Five ones in a row to 16 00:01:29,909 --> 00:01:35,430 represent this next line down -- five black squares, lots and lots of white squares, 17 00:01:35,430 --> 00:01:42,960 lots more zeros and so on. Imagine, however if instead of having to store 00 18 00:01:42,960 --> 00:01:48,360 000 -- a thousand zeros followed by a few ones followed by a thousand more zeros 19 00:01:48,360 --> 00:01:54,000 followed by maybe 25 ones, imagine instead of having to take all those bits 20 00:01:54,000 --> 00:02:02,040 for that, you had some special way of saying repeat 0 a thousand times.That 21 00:02:02,040 --> 00:02:05,909 special way of representing a thousand zeros would take less space than 22 00:02:05,909 --> 00:02:11,430 representing the series with a thousand bits. This would be an example of a very 23 00:02:11,430 --> 00:02:17,550 simple compression algorithm using this special repeating symbol. Now 24 00:02:17,550 --> 00:02:22,950 in actual practice, the compression algorithms are far more complex, but this 25 00:02:22,950 --> 00:02:26,850 gives you a feel for how it might be possible to represent the exact same 26 00:02:26,850 --> 00:02:36,960 information in less space. Windows makes it possible to save files of various 27 00:02:36,960 --> 00:02:43,230 types using less space with its built-in compression. You can create a compressed 28 00:02:43,230 --> 00:02:47,990 folder and then put files into it and the files -- depending on what is in them -- 29 00:02:47,990 --> 00:02:52,290 may very well take up less space; it might be just a little less space, it might be a lot 30 00:02:52,290 --> 00:02:58,110 less space. So for example this "Psych notes" is nineteen thousand bytes, more or 31 00:02:58,110 --> 00:03:04,500 less, of text. To create a compressed folder, I could right-click on an empty 32 00:03:04,500 --> 00:03:09,480 spot in this pane just as I would to create a regular folder, and -- again, just 33 00:03:09,480 --> 00:03:13,590 as with a regular folder -- I can go to "New," but if instead of choosing "Folder," I 34 00:03:13,590 --> 00:03:19,920 choose "Compressed zipped folder," I will create a compressed folder. I can then 35 00:03:19,920 --> 00:03:25,470 give this compressed folder any name that I like, such as "Notes" (because i'm 36 00:03:25,470 --> 00:03:30,460 going to be putting my notes in here). I click outside of that area to deselect 37 00:03:30,460 --> 00:03:37,350 "Notes." I'm then going to right-drag and drop my "Psych notes" on to my "Notes" 38 00:03:37,350 --> 00:03:41,970 folder. By right-dragging rather than dragging, I can choose whether I wish to 39 00:03:41,970 --> 00:03:47,430 copy the "Psych notes" or to move them. "Copy" is bold, so that's the default. In 40 00:03:47,430 --> 00:03:52,290 point of fact, I do wish to copy; I'm going to choose "Copy" here. Now you'll 41 00:03:52,290 --> 00:03:58,050 notice that I've got my original "Psych notes" that is 19 kilobytes. My compressed 42 00:03:58,050 --> 00:04:03,720 folder is 11 kilobytes; it's a lot smaller. If I open up my compressed 43 00:04:03,720 --> 00:04:07,950 folder, I can see a "Psych notes" listed in here, and I can double click on the "Psych 44 00:04:07,950 --> 00:04:16,079 notes." When I do that, you see that Word opens in read-only mode; that's one of 45 00:04:16,079 --> 00:04:21,600 the disadvantages of compression -- we don't just compress everything that 46 00:04:21,600 --> 00:04:26,340 we're working with partly because if we want to make any sort of changes, 47 00:04:26,340 --> 00:04:31,169 we're going to be having to extract the file from our compressed 48 00:04:31,169 --> 00:04:36,389 folder. We're going to have to decompress the file -- restore to the original size -- 49 00:04:36,389 --> 00:04:41,250 make changes, and then we could put the modified file back into a compressed 50 00:04:41,250 --> 00:04:46,080 folder, if we wished. The other downside of working with a compressed object is 51 00:04:46,080 --> 00:04:52,199 that it's going to take a little bit longer to do any sort of processing, but 52 00:04:52,199 --> 00:04:58,860 if I do wish to extract this file again, if I just want to open it I could choose 53 00:04:58,860 --> 00:05:06,419 to open it here. If I come up to the folder above my compressed folder so I 54 00:05:06,419 --> 00:05:10,919 can see the compressed folder, I can right-click on it and choose to "Extract 55 00:05:10,919 --> 00:05:17,010 All." I'm going to be asked where would you like to place the extracted file, 56 00:05:17,010 --> 00:05:23,250 and by default it will be placed in the same folder as the one that 57 00:05:23,250 --> 00:05:27,389 contains the compressed folder. So I'll leave the default here. I'm not going to 58 00:05:27,389 --> 00:05:32,490 browse to any different location, and I don't want to see the extracted files 59 00:05:32,490 --> 00:05:37,949 when complete. I'll just say "Extract," and now you'll see we have a new, 60 00:05:37,949 --> 00:05:44,760 uncompressed folder called "Notes." The compressed one has an icon 61 00:05:44,760 --> 00:05:50,070 that has a zipper on it; regular folders do not have the zipper. If you are 62 00:05:50,070 --> 00:05:55,080 showing your file types, compressed folders have the file type or the 63 00:05:55,080 --> 00:06:04,530 extension of "zip." Uncompressed ones don't have any visible extension. So what 64 00:06:04,530 --> 00:06:08,490 are the main points with creating a compressed folder and using it? To create 65 00:06:08,490 --> 00:06:14,460 it, you can right-click on a blank part of the window-->New-->Compressed (zipped) 66 00:06:14,460 --> 00:06:18,960 Folder. Give it whatever name you'd like. Place in it anything that you'd like to 67 00:06:18,960 --> 00:06:23,760 have compressed. When you wish to make use of the items. if you just want to see 68 00:06:23,760 --> 00:06:26,550 the contents, you don't want to make any changes, you're not doing anything all 69 00:06:26,550 --> 00:06:30,449 that extensive, you can work with the compressed version. If you do wish to 70 00:06:30,449 --> 00:06:36,719 make changes, you do wish to do extensive processing, you're going to be 71 00:06:36,719 --> 00:06:41,580 needing to right-click on the folder and choose "Extract All." 72 00:06:41,580 --> 00:06:45,810 If you don't wish to extract everything, another thing you could do is you could 73 00:06:45,810 --> 00:06:52,229 come into the folder copy the item that you wish to extract. If I had 10 74 00:06:52,229 --> 00:06:56,400 different items in here and I only wished to extract the "Psych notes," I could 75 00:06:56,400 --> 00:07:00,780 right- click on psych notes and choose "Copy," go wherever I like to paste it, 76 00:07:00,780 --> 00:07:07,259 right-click and choose "Paste." Now I already have a file of this name -- my original 77 00:07:07,259 --> 00:07:11,520 file-- in here, so Windows has asked me what do I want to do: Do I 78 00:07:11,520 --> 00:07:17,520 really wish to replace the original with a copy, do I wish to say "Don't copy," or 79 00:07:17,520 --> 00:07:21,169 I'm going to copy but keep both files, 80 00:07:21,319 --> 00:07:27,449 and in theory I should be seeing a second copy in here. I'm not sure why I'm 81 00:07:27,449 --> 00:07:37,259 not, but in theory I should be. Okay I'm not sure why I hadn't been seeing the 82 00:07:37,259 --> 00:07:42,110 second copy; I just refreshed the screen and now you can see the second copy. 83 00:07:42,110 --> 00:07:46,129 Thank you very much. Goodbye