phoeneous wrote: » Actually, A is the only answer. Compression isn't supported on a FAT32 partition and C assumes that you are still working with the FAT32 partition without converting it first.
Hyper-Me wrote: » Seems like A is right to me? Its more administrative effort in the beginning, but the question says "...and still be able to access the files". With B or C you would have to keep extracting and rezipping/backing up the files every time you wanted to touch them, therefore creating a lot of overhead in the time it takes to work with the files.
astorrs wrote: » Let's review the question: "How can you compress the files with the least amount of administrative effort and still be able to read the files? " The only criteria in the question are:Compress the files Exert the least amount of effort to accomplish #1 Ensure you can still read the files Therefore the correct answer is C. Oh and as long as you don't change a base install of Windows (any version in the last 10 years or so) a compressed folder (zip file) looks and operates the same as a folder to the end user; but even if it didn't that wasn't a criteria we needed to meet when choosing the correct answer. And no I wouldn't not use C in the real world, but that doesn't impact the correct answer for the exam.
Hyper-Me wrote: I'm not saying you are wrong, astorrs, i'm just trying to fully understand the wording of the question because its very ambiguous.
Webmaster wrote: » I wrote the question to be ambiguous so you're likely to choose the right answer only if you know the details of the different types of compression and when they are available, and that when you do make a mistake you won't be tricked into a similar case on the actual exam. astorrs' explanation you quoted covers it all. The requirement is to be able to read the data files. It's a hypothetical situation as you can expect on the real exam as well. As Astorss said, in a real world situation you would likely go for another option, i.e. converting to NTFS (or getting a larger hard disk). If it's still confusing, I suggest you read my TechNotes linked to above and play around some more with the different types of compression on an actual Windows XP machine.
phoeneous wrote: » Copying a file inherits the compression state of the target folder. Moving a file within the same ntfs volume retains its compression state. Moving a file to a different ntfs volume inherits the compression state of the target folder.