IT Hardwares

eg: UK or Brides UK or Classical Art or Buy Music or Spirituality
 
eg: UK or Brides UK or Classical Art or Buy Music or Spirituality
 
Business & Money
Technology
Women
Health
Education
Family
Travel
Cars
Entertainment
SD Editorials
Online Guide and article directory site.
Foodeditorials.com
Over 15,000 recipes & editorials on food.
Lyricadvisor.com
Get 100,000 Lyric & Albums.
  • Business & Money
    • A Guide to Business
    • Guide to Finance
    • Ideas for Marketing
    • Legal Guide
    • Guide to Insurance
    • Lettre De Motivation
    • Guide to the Stock Market
    • Human Resource Career
    • Sales Marketing
    • Forex & Trading
    • Advertising & Marketing
    • Startup Guide
  • Technology
    • Guide to Technology
    • Cell Phones
    • Computer Software
    • IT Hardwares
    • Internet
    • Online Security
    • Cameras
    • Search Engine Optimization
    • Science & Technology
  • Women
    • Guide to Women
    • Relationship Advice
    • Marriage
    • Jewelry
    • Pregnancy
    • Fashion Style
    • Divorce Guide
    • Wedding Guide
    • Dating Guide
    • Natural Beauty
  • Health
    • Guide to Health
    • Guide to Medical
    • Plastic Surgery
    • Weight Loss
    • Sports
    • Body Wellness
    • Cancer Treatment
    • Common Illness
    • Health & Lifestyle
  • Education
    • Military Service
    • Politics and Policy
    • Arts & Humanities
    • Education and Teaching
    • Learn Languages
    • Colleges & Universities
  • Family
    • Quality Home Improvement
    • Hobbies and Interests
    • Family Guide to
    • Pet Guide
    • Loans Guide
    • Credit Cards
    • Gardening Guide
    • Home Security
    • Real Estate
    • Home Decor
    • Gift & Present
  • Travel
    • The Travel Guide
    • Adventure Travel
    • Cruise Ships
    • Beach Holiday
    • Travel Accommodation
    • Holiday Destinations
  • Cars
    • Information on Cars
    • Traffic Violations
    • Auto Insurance
    • Trailers
    • Sport Cars
    • The Bikes
  • Entertainment
    • Entertainment Guide
    • World Music
    • Photo & Video
    • Television & Games

Introduction To Data Compression

    View: 
You will find a lot of data compression programs in use today and some are easier and have better features than others, so in this article I will talk about compression in general, but may through in a couple of examples for comparison.



The first thing you need to know is that there can be more than one compressed file; you can have an archive (a multiple of files). The main benefit of this is that the user can:

* Save valuable disk space

* Can send and receive files on the internet quicker

* Speeds up your processor

* Depending on the file compression program can reduce files as much as 90%

The user should also be aware that files can only be opened with the original compression program that compressed it. Think of this as a form of protection, if you will since this is like an encrypted file or archive. Adding a password is another way to insure files are safe from prying eyes and some compression programs let you do this at any level of compression or decompression with the associated commands (update,move,feshien,add). Only individual files can be password protected not whole archives.

Ever since the first personal computers (PC's) came about people found how easy it is to load up there drives with programs and downloads that eat up much of there memory. That's why developers created data compression programs in the first place, to free up hard drive space and increase processor speed.

There are a lot of data compression programs and they are not exactly alike because they use different data compression algorithms. One popular program, for example looks for repeating words or phrases and assigns them there own character or number value.

A lot of users don't fully understand the more advanced features of their data compression programs so they are not really getting there full value. Syntax command lines are a good example of this confusion. There are four basic commands in syntax (the shape of a command line);

* Command: The task to be preformed like add, delete or update.

* Archive: the name of the archive.

* Switch or Option: lets user specify a file option like adding file directories for compression.

* File: name of file(s) to be processed.

A user can compress files four basic ways:

Add files to archive - old files with same name are overwritten.

Move files to archive - upon compression old files are deleted.

Update files - makes sure you have the most recent file version.

Freshen files - almost like update, seeks out the last modified file and adds it to archive.

The above commands have there basic functions but can do other things. Ex. the update & add commands can create and compress files and the Freshen command can create a new archive.

There are only a couple of data compression programs out there that give the user more than one compression method - PKZIP AND ARJ.

PKZIP has what they call an imploding method and a shrinking method; without going into great detail imploding uses less memory (90k), and is very through. This is the default setting. Shrinking is fast but uses a bit more memory (128k), works great for smaller files.

ARJ gives the user more options for data compression. It uses multiple settings (m1 to m4),

This is a tradeoff of prosessing speed versus packing dentisy. There are 2 more options available here but test runs show no significant change in time or compression.

Even with experienced compression users, extracting compressed files with a newer version of a data compression program may prove difficult, so programmers created self extracting files (SFX) to enable beginners to easily use compressed files. This small program may be part of the original program or added after as a separate program.

I realize some of this may sound confusing and for that I apologize, and after all, people will compresses data using only the basic functions and be happy and content because it suits there present needs. In conclusion you can tell there are many options available when using any data compression program and it is well worth the time (got time on the week end?) and effort to learn some of the advanced features if you want to save some serious space on your hard drive.
Introduction To Data Compression
Anyone who has seen the movie’ Honey I shrunk the kids' can imagine how useful compression can be. Compression, which has become anonymous with Zip files work

off of the same idea only with a 'slightly' different technology.

You will find a lot of data compression programs in use today and some are easier and have better features than others, so in this article I will talk about compression in general, but may through in a couple of examples for comparison.

The first thing you need to know is that there can be more than one compressed file; you can have an archive (a multiple of files). The main benefit of this is that the user can:

?Save valuable disk space

?Can send and receive files on the internet quicker

?Speeds up your processor

?Depending on the file compression program can reduce files as much as 90%

The user should also be aware that files can only be opened with the original compression program that compressed it. Think of this as a form of protection, if you will since this is like an encrypted file or archive. Adding a password is another way to insure files are safe from prying eyes and some compression programs let you do this at any level of compression or decompression with the associated commands (update,move,feshien,add). Only individual files can be password protected not whole archives.

Ever since the first personal computers (PC's) came about people found how easy it is to load up there drives with programs and downloads that eat up much of there memory. That's why developers created data compression programs in the first place, to free up hard drive space and increase processor speed.

There are a lot of data compression programs and they are not exactly alike because they use different data compression algorithms. One popular program, for example looks for repeating words or phrases and assigns them there own character or number value.

A lot of users don't fully understand the more advanced features of their data compression programs so they are not really getting there full value. Syntax command lines are a good example of this confusion. There are four basic commands in syntax (the shape of a command line);

?Command: The task to be preformed like add, delete or update.

?Archive: the name of the archive.

?Switch or Option: lets user specify a file option like adding file directories for compression.

?File: name of file(s) to be processed.

A user can compress files four basic ways:

?Add files to archive - old files with same name are overwritten.

?Move files to archive - upon compression old files are deleted.

?Update files - makes sure you have the most recent file version.

?Freshen files - almost like update, seeks out the last modified file and adds it to archive.

The above commands have there basic functions but can do other things. Ex. the update & add commands can create and compress files and the Freshen command can create a new archive.

There are only a couple of data compression programs out there that give the user more than one compression method - PKZIP AND ARJ.

PKZIP has what they call an imploding method and a shrinking method; without going into great detail imploding uses less memory (90k), and is very through. This is the default setting. Shrinking is fast but uses a bit more memory (128k), works great for smaller files.

ARJ gives the user more options for data compression. It uses multiple settings (m1 to m4). This is a tradeoff of prosessing speed versus packing dentisy. There are 2 more options available here but test runs show no significant change in time or compression.

Even with experienced compression users, extracting compressed files with a newer version of a data compression program may prove difficult, so programmers created self extracting files (SFX) to enable beginners to easily use compressed files. This small program may be part of the original program or added after as a separate program.

I realize some of this may sound confusing and for that I apologize, and after all, people will compresses data using only the basic functions and be happy and content because it suits there present needs. In conclusion you can tell there are many options available when using any data compression program and it is well worth the time (got time on the week end?) and effort to learn some of the advanced features if you want to save some serious space on your hard drive.

More Articles from
Things You Should See On The Internet
3 Red Light Fix Repair Guide
Buy Your Domain Name
Get Rich At Home
How To Clean Up Your Computer
How To Find Website Address
How To Make Your Computer Go Faster
I Dont Want Know Lyrics
Maverick Money Makers A Scam
Money Making Guide For Rs
Search Engine Ranking Tips
To Make Your Computer Run Faster
Usb Mass Storage Device Driver
3 Reasons to Use Verizon FiOS Specialized Channels
3 Simple Tips on Detecting Spyware and How to Fix It
3 Reasons Why Zune Could Beat The Ipod
3 Simple Steps to Building Online Credibility
3 Simple Targeted Website Traffic Strategies Guaranteed Not to Get Your Buyers
3 Reasons UK Retailers Should Source Their Jewellery Online
3 Steps To Usability
3 Secrets To Create An Online Profit Machine
» More on
Computer Hardware Guide
  • Related Articles
  • Author
  • Most Popular
•A Brief Introduction To Fluid Mechanics, by Lori Hampson
•A Brief Introduction To The New Testament, by Gabriel Adams
•A New Earth Pdf, by Andrew Bleak
•A Proper Introduction To, by Andrew Bleak
•Guide To Data Analysis, by Russell Phillips
Robert Hanania has sinced written about articles on various topics from Computers and The Internet, Computer Virus and Computers and The Internet. . Robert Hanania's top article generates over 3600 views. to your Favourites.
Bald Eagle National Symbol
The term ?eagle eyes? refers to their ability to see 1 ? miles away. We need to keep an eagle eye on our freedoms that are represented by this noble bird, The American Bald Eagle, so that we dont loose them
 
A Guide to Business | Guide to Technology | Guide to Women | Guide to Health | Family Guide to | Travel & Vacations | Information on Cars

EditorialToday IT Hardwares has 2 sub sections. Such as Computer Guide and Hardware. With over 20,000 authors and writers, we are a well known online resource and editorial services site in United Kingdom, Canada & America . Here, we cover all the major topics from self help guide to A Guide to Business, Guide to Finance, Ideas for Marketing, Legal Guide, Lettre De Motivation, Guide to Insurance, Guide to Health, Guide to Medical, Military Service, Guide to Women, Pet Guide, Politics and Policy , Guide to Technology, The Travel Guide, Information on Cars, Entertainment Guide, Family Guide to, Hobbies and Interests, Quality Home Improvement, Arts & Humanities and many more.
About Editorial Today | Contact Us | Terms of Use | Submit an Article | Our Authors