1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Mrrafil [7]
3 years ago
8

Lossless and lossy are the two (2) universally known categories of compression algorithms. Compare the two (2) categories of alg

orithms, and determine the major advantages and disadvantages of each. Provide one (1) example of a type of data for which each is best suited.
Computers and Technology
2 answers:
Romashka-Z-Leto [24]3 years ago
8 0

Answer:

The lossy compression method is also known as irreversible compression and is beneficial if the quality of the data is not your priority. It slightly degrades the quality of the file or data but is convenient when one wants to send or store the data. This type of data compression is used for organic data like audio signals and images. The algorithm use in Lossy compression include: Transform coding, DCT, DWT, fractal compression, RSSMS.

The Lossless compression method is also known as reversible compression and is capable of reconstituting the original form of the data. The quality of the data is not compromised. This technique allows a file to restore its original form. Lossless compression can be applied to any file format can improve the performance of the compression ratio. The algorithm use in Lossless compression include: RLW, LZW, Arithmetic encoding, Huffman encoding, Shannon Fano coding.

Advantage of Lossy compression: Lossy compression can achieve a high level of data compression when compared to lossless compression.

Advantage of Lossless compression: Lossless compression doesn’t degrade the quality of data during compression

Disadvantage of Lossy compression: Lossy compression degrades the quality of the data during compression

Disadvantage of Lossless compression: Lossless compression has less data holding capacity when compared to lossy method

Example of type of data for Lossless compression: Text

Example of type of data for Lossy compression: Audio

Explanation:

stepan [7]3 years ago
7 0

Answer:

Lossless retains the file size while lossy algorithm discards excess files size or parts.

Explanation:

Compression algorithms are algorithms used to minimise the file size of a large file format. It is handy for maximising available disk space and reduce upload and download time of these files. Lossless and lossy are two types of compression algorithms.

Lossless algorithm is used to compress a file, but yet retains the structure of the original file or data. It is used where an identical file from the original is favourable and is used in archives.

Lossy is the opposite of lossless because it discards excess parts of a file. It is used in compressing audio files like MP3.

You might be interested in
Briefly describe the interface between the memory and the processing unit. That is, describe the method by which the memory and
xxMikexx [17]

Answer:

The memory and the processing unit communicate through the Memory Address Register (MAR) and the Memory Data Register (MDR).

Explanation:

7 0
4 years ago
Electronic business includes which of the following
Alja [10]

Answer:

D. all of these

Explanation:

5 0
3 years ago
Read 2 more answers
1. Write programming code in C++ for school-based grading system. The program should accept the Subject and the number of studen
satela [25.4K]

In this program, I am using the school-based grading system and the program should accept the subject and the number of students.

Program approach:-

  • Using the necessary header file.
  • Using the standard I/O namespace function.
  • Define the main function.
  • Declare the variable.
  • Display enter obtain marks in 5 subjects.
  • Return the value.

Program:-

//header file

#include<iostream>

//using namespace

using namespace std;

//main method

int main()

{

//declare variable

  int j;

  float mark, sum=0, a;

//display enter obtain marks in 5 subjects

  cout<<"Enter Marks obtained in 5 Subjects: ";

  for(j=0; j<5; j++)

  {

      cin>>mark;

      sum = sum+mark;

  }

  a = sum/5;

//display grade

  cout<<"\nGrade = ";

  if(a>=91 && a<=100)

//display a1

      cout<<"a1";

  else if(a>=81 && a<91)

//display a2

      cout<<"a2";

  else if(a>=71 && a<81)

      cout<<"b1";

  else if(a>=61 && a<71)

      cout<<"b2";

  else if(a>=51 && a<61)

//display c1

      cout<<"c1";

  else if(a>=41 && a<51)

//display c2

      cout<<"c2";

  else if(a>=33 && a<41)

//display d

      cout<<"d";

  else if(a>=21 && a<33)

//display e1

      cout<<"e1";

  else if(a>=0 && a<21)

//display e2

      cout<<"e2";

  else

//display invalid

      cout<<"Invalid!";

  cout<<endl;

//return the value

  return 0;

}

Learn more grading system

brainly.com/question/24298916

7 0
3 years ago
Given a matrix input_matrix, return a Numpy array that consists of every entry of A that has: an even row index in the range [0,
ipn [44]

Answer:

range [0, 7) an odd column index in the range [3, 8) This can be accomplished in a single line.

def PROBLEM3 (input_matrix):

# YOUR CODE GOES HERE

return output_matrix

# DO NOThern bus under

6 0
3 years ago
What is a WYSIWYG program?
Anna11 [10]

Answer:

A. A program that allows you to see what the HTML code will look like in text form on the site

General Formulas and Concepts:

<u>Intro to Digital Tech</u>

  • HTML
  • CSS

Explanation:

WYSIWYG, or What You See Is What You Get, is a program designed to allow the user to preview what the HTML code would look like as a final product.

B is incorrect because we use CSS to change font, color, and other things to HTML.

C is incorrect because tutorials can be found online and would not need a program to teach HTML terminology.

D is incorrect because that would be debugging and would use AI and Smart-Sense Intelligence from the coding platform.

6 0
3 years ago
Other questions:
  • A customer in a store is purchasing five items. Design a program that asks for the price of each item, and then displays the sub
    11·1 answer
  • Ken has inserted an image into his PowerPoint presentation, but the image contains a lot of empty and/or unnecessary space. He n
    10·1 answer
  • The picture that graphically represents the items you use in Windows is called a/an
    15·1 answer
  • FREE POINTS JUST ANSWER MY LATEST TWO QUESTIONS PLEASE
    10·2 answers
  • What need did anti lock brakes address?
    10·1 answer
  • PLS ANSWER QUICK!!!!
    12·1 answer
  • What is the difference between a technological problem and a technological opportunity? Explain with an example.
    7·2 answers
  • Nick is moving from Alabama to Texas. A friend of his remarked that Nick may have to pay higher taxes there. What is the cheapes
    7·1 answer
  • What is the difference between MAC address and IP address?<br> Thanks in advance
    6·1 answer
  • 4. Cash inflows from investing activities normally arise from all of the following EXCEPT
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!