Q1. If Performance Measurement of Any Drive Depends On File Compression Then Explain Technology Behind File Compression?
File compression works by reducing the size of files by identifying and eliminating statistical redundancy and unnecessary information. This is done through counting repeated patterns in the code and remembering it in a way that does not alter the original message. While compression can reduce the size of files, making them easier to store and transmit, it increases the workload of the processor as it must do more work to decompress files, which can negatively impact performance. Compression falls into two categories - lossless, where no information is lost, and lossy, where less important information is removed. The goal is to reduce file sizes to lower storage and transmission resource requirements.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
37 views
Q1. If Performance Measurement of Any Drive Depends On File Compression Then Explain Technology Behind File Compression?
File compression works by reducing the size of files by identifying and eliminating statistical redundancy and unnecessary information. This is done through counting repeated patterns in the code and remembering it in a way that does not alter the original message. While compression can reduce the size of files, making them easier to store and transmit, it increases the workload of the processor as it must do more work to decompress files, which can negatively impact performance. Compression falls into two categories - lossless, where no information is lost, and lossy, where less important information is removed. The goal is to reduce file sizes to lower storage and transmission resource requirements.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Q1.
IF PERFORMANCE MEASUREMENT OF ANY DRIVE
DEPENDS ON FILE COMPRESSION THEN EXPLAIN TECHNOLOGY BEHIND FILE COMPRESSION? Ans- yes, file compression really effects on the drive performance as there are more files compressed in the drive then the processor needs to do more work which increases time consumption and also makes burden on processor speed.
In file compression it works in a way that it reduces the
space by counting repeated pattern of code and remembering it in such way that it does not harm the original message reduces the file size which makes it easier to transmit among persons. In signal processing, data compression, source coding, or bit-rate reduction involves encoding information using fewer bits than the original representation. Compression can be either lossy or lossless. Lossless compression reduces bits by identifying and eliminating statistical redundancy. No information is lost in lossless compression. Lossy compression reduces bits by removing unnecessary or less important information. The process of reducing the size of a data file is often referred to as data compression. In the context of data transmission, it is called source coding; encoding done at the source of the data before it is stored or transmitted. Source coding should not be confused with channel coding, for error detection and correction or line coding, the means for mapping data onto a signal. Compression is useful because it reduces resources required to store and transmit data.