Text should always be compressed using... A - Lossless compression because it it more efficient at compression, because it usually has a large file size which we need to reduce so we don't use up all our data B - Lossless compression because it can reproduce the original message, and it's important to be able to reconstruct the original message for communication purposes. C - Lossy compression because it it more efficient at compression, because it usually has a large file size which we need to reduce so we don't use up all our data D - Lossy compression because it can reproduce the original message, and it's important to be able to reconstruct the original message for communication purposes.

Answers

Answer 1

Answer:

B - Lossless compression because it can reproduce the original message, and it's important to be able to reconstruct the original message for communication purposes

Explanation:

Given that a Lossless compression is a form of file compression technique that is characterized by keeping the originality or quality of the file data while at the same time reducing the file size.

Hence, Text should always be compressed using "Lossless compression because it can reproduce the original message, and it's important to be able to reconstruct the original message for communication purposes."


Related Questions

Charles needs to ensure that when users enter information into a date field in a form for his Employees table that it follows a particular format. Which option will he use to enforce this?

input mask
data type
form fields
table properties

Answers

Answer:

input mask

Explanation:

i just did it

Answer:

input masks

Explanation:

Why do attackers tend to target public or private Wi-fi networks?


I’ll mark as brainiest

Answers

Probably because there easier to hack or something idrk much about that stuff

2.5 Code Practice
import random

a = 6
b = 3

answer = a + b

print (str(a) + " + " + str(b) + " = " + str(answer))

Answers

Answer:

from math import

Answer:

import random

a = random.randint(1,10)

b = random.randint(1,10)

answer = a * b

print (str(a) + " * " + str(b) + " = " + str(answer))

Explanation:

Worked!

can you defeat all 3 Daughters of Lerion at a 98 power level in AC Valhalla

Answers

Answer:

???????

Explanation:

Answer:

defeat what now...

Explanation:

what does an "embedded video" mean

Answers

it’s when you are hosting the video at another location and simply linking to it

Answer:

simply linking to the video at another location and

Explanation:

JAVA

Write a program to display the first ten terms of the series:
5, 10, 17, --------------​

Answers

Answer:

class Main {  

 public static void main(String args[]) {

   int a = 5;

   int delta = 5;

   for(int i=0; i<10; i++) {

       System.out.printf("%d, ", a);

       a += delta;

       delta += 2;

   }

 }

}

The symbol located to the left of a code number that identifies a code description that has been revised is _____.

Answers

Answer:

"Triangle" is the right answer.

Explanation:

Positioned or installed to something like the left including its compiler, this same code interpretation has indeed been modified throughout the standard requirements of that same CPT.  It designates a characterization of the compiler as well as the written code which has already been rewritten or changed.  

Therefore this statement is correct.

Persuasion is when Someone speaks to crowd about love
○True
○False​

Answers

false i think is the answer

What is the most popular type or method of guaranteed reservation where booking transactions will be charged automatically?

Answers

Answer:

Credit cards.

Explanation:

When booking a reservation, the most popular type or method of making sure the reservation is guaranteed where booking transactions are charged automatics is the use of credit cards.

Why this is popular is because, the hotel, reserve or suite that is about to be booked will still receive their money even if the person that booked didn't show up.

Why do attackers tend to target public or private Wi-fi networks?

Answers

Answer:

The answer to this question is given below in this explanation section.

Explanation:

A free WiFi connection in a public space can seem like a lifesaver when you are on the go.But if you decide to use public WiFi just be aware that you could be making yourself an easy target for hackers and putting your information and more at risk.

one of the dangers of using a public WiFi network is that data over this type of open  connection is often encrypted and  unsecured ,leaving you vulnerable to a man in the middle attack.It when a cyber criminal exploits a security  flaw in the network to intercept data

Avoid connecting to public WiFi connection. i if you must use a public WiFi hotpots also use a virtual privater network to secure your connection.Do not  log in to password protected websites that contains sensitive information when using a public WiFi connection for example banking and social networking sites or even email.Keep your software patched and up to date and all your devices even your mobiles ones to avoid any potential infection by viruses or malware if you do use unsecured public WiFi.

What two choices do you have when you open the Remote tab of the System Settings?

Answers

Answer:

remote assistance and remote desktop

Explanation:

^

The computer that can be used for performing the daily life tasks that might include emailing, browsing, media sharing, entertainment etc

Answers

Answer:

Yes, this statement is completely true

Explanation:

Yes, this statement is completely true. A personal computer is a multimedia machine and can be used to complete an incredibly large number of tasks with ease. Such tasks include all of the ones listed in the question. Aside from that other tasks depend more on the skill level and understanding of the user. For example, an individual who has a vast understanding of technology and programming can create software to perform absolutely any task they may want or need to do.

2.5 Code: Practice Question 1

Answers

Answer:byways the question?

Explanation:

Umm be spacific??!!!!!

You know that you should check the room for security against unwanted entry do you check locks on doors and windows. What else do you want to check

Answers

Under the bed and the closet because of monsters

What is the output of this program?
numA = 2
numB = 3
if numA == 2 or numB == 2:
print("yes")
elif numA == 2 and numB == 3:
print("no")
Output:

Answers

Answer:

Output: yes

Explanation:

First if statement is satisfied, since numA==2, so yes is printed.

The elif statement is skipped altogether, since elif statements are only evaluated, when the statement above if false, which it is not.

How should you complete the code A - valid = false B- valid = true

Answers

Answer:

A. for an if-else statement in python, if the condition is false, The else statement is executed.

B. if the condition of the if-statement is true, the indented block of code is executed.

Explanation:

The if-statement is a conditional statement in programming for decision making. It is also known as branching as it makes decisions based on two paths. It comes with another keyword called 'else'.

The If-else statement makes a decision based on the output of a condition which is defined in the if-statement. If the condition is met, the code block just after the if-statement is executed, but the else-statement block is executed if otherwise.

Who is responsible for making adjustments to the shots taken in a two-camera situation?
camera person
audio technician
technical director
A/V tech

Answers

Answer:

The correct option is;

Technical director

Explanation:

A scene in a movie is made up of several shots and the idea portrayed by a scene is determined by the technical director or the director of photography who has the responsibility of making the film appear as intended by working with the different film production departments including the editing department at various film editing phases


Where might you find recommendation engines at work?
Suggesting a new song you might
enjoy on a streaming music site.
Providing new movies you might
enjoy based on titles you liked.
An online advertisement for a video
game you recently read about in a
blog post.
All of the above

Answers

Answer:

All of the above.

Explanation:

All scenarios show signs of a recommendation engine at work since they are providing recommendations and suggestions of things that you would potentially like based on the analysis of data from your search history or likes from songs, movies, etc.

Hope this helps :)

JAVA.
plzzz help

..............​

Answers

Solution file is attached here.

computer is a major source of informarion why​

Answers

Answer:

The answer to this question is given below is the explanation section.

Explanation:

Computer can  process and store data.It can easily store large amount of data and process the data very fast but it is not the source of information it serve as a store of information because it store information and whenever we need any information we can retrieve that information from computer memory.in this way computer is s source of information.

Submit your newsletter that includes the following: two or three columns a title at least three graphics, but not more than six

Answers

Sorry for late response. I hope this answer helped.

I will be doing the biography report.  

The Biography and Life of Henry Ford.

Column One: Who was Henry Ford?

Henry Ford was the founder of Ford Motor Company and also the mass producer of the automobile. Henry Ford was born in 1863. At the age of 16, he worked as a machinist apprentice. Later, Henry began to work the family farm while still working on creating steam engines. Henry had a big interest in steam engines, which would later contribute to him building his first working automobile.

Column Two: How did Henry Ford contribute to our society?

After marrying in 1888, Ford was hired to work for Edison Illuminating Company. His position was an engineer, and Ford began to accelerate his position in the company quickly. After a while, Ford created his first operating vehicle. This was called the "Quadricycle." Ford wanted to improve on his models, so he founded the Company Ford with others. Ford then began to develop methods of mass-producing automobiles to sell to the public. After success in business, he bought the whole company and owned it all by himself. Ford began to mass-produce automobiles. It is said that " The mass production techniques Henry Ford championed eventually allowed Ford Motor Company to turn out one Model T every 24 seconds." Ford passed away in 1945. He decided to give ownership to his son Edsel Ford before he died, but Edsel sadly died before Henry Ford. The Ford company's ownership was given to Ford's grandson, Henry Ford II.

Three Graphics:

The newsletter consists of a topic from the Microsoft foundation. It typically makes charitable contributions to nonprofit organizations directly.

What is Newsletter?

A newsletter may be defined as a small or brief publication that significantly contains news of interest chiefly to a special group. The purpose of a newsletter is to promote a product or service and create an individual touchpoint with your email subscribers.

The support of the Microsoft foundation is given on a national and international basis in areas of company operations, with emphasis on the Puget Sound, Washington, area. This is permanently guided by the belief that every life has equal value, the Bill & Melinda Gates Foundation works to help all people lead healthy, productive lives.

In developing countries, it focuses on improving people's health and giving them the chance to lift themselves out of hunger and extreme poverty.

To learn more about Newsletter, refer to the link:

https://brainly.com/question/28424369

#SPJ2

You attempt to telnet to system 192.168.1.240. You receive the following message: "Connecting To 192.168.1.240...Could not open connection to the host, on port 23. No connection could be made because the target machine actively refused it." What may be the problem?

Answers

Answer:

firewall

Explanation:

The firewall could be used to protect the network from unauthorised access.Usually an ip could be whitelisted so it could transfer packets between allowing it connect through.

What will you see on the next line?

> myList = [5, 6, 10, 6, 32]
> >>> myList.remove(6)
> >>> myList

Answers

Answer:

[5, 10, 6, 32]

Explanation:

did on edge, have a good one

Answer:

[5, 10, 6, 32]

Explanation:

did on edge, have a good one

Jordan just wrote a secret message program in Python that converts the number 7,095 to 1s and 0s. Which number system is Jordan converting to?

A Binary
B Decimal
C Digital
D Hexadecimal

Answers

Answer:

binary

Explanation:

bi-two numbers doesnt meet reqiurments automatically considered 0

Answer:

Binary

Explanation:

i took the test

Kali, a Python programmer, is using the turtle module to write the word "hello." Which code should she use to indicate the location to begin writing the word? # Pick up the turtle and move it to its starting location. penup(-100, 200) goto() pendown() penup() goto(-100, 200) pendown() # Pick up the turtle and move it to (-100, 200)

Answers

Answer:

a) penup()

goto(-100, 200)

pendown()

Explanation:

The python program to indicate the location to begin writing the word can be

penup()

goto(-100, 200)

pendown()

# in python is use to add comment so it is incorrect.

all other option does not have correct syntex.

Answer:

B

Explanation:

Complete each sentence using the drop-down menu. Information on local driving laws can be found on a website. A class textbook can be found on a website. An article about how to donate blood can be found on a website. An popular magazine can be bought off of a website.

Answers

Answers:

1. D

2. A

3. B

4. C

Explanation: I just did it and got a 100%

The correct option are D, A, B and C.

What is Drop Down Menu?

A drop-down menu is a list of choices that can only be seen if a user interacts with it, either by clicking on it or by moving their mouse over it. The menu options then vertically descend and vanish after the user leaves the menu.

Dropdown menus are frequently used on websites and web applications to hide information.

It is  that consumers might not need to view after the initial page load but still might want to utilize since they let you add additional content and connections to a page without making it look cluttered.

Therefore, The correct option are D, A, B and C.

To learn more about Dropdown, refer to the link:

https://brainly.com/question/27625347

#SPJ3

How did technology change the world

Answers

Answer:

Technology has changed the world for the better.

Explanation:

Without technology, many of the things we take for advantage, such as, credit cards, calling people from far distances, heck even being able to call to across the world from where you are right now. Technology has revolutionized many things we use commonly on a day-to-day basis.

Answer:

tecnology changed our really far from ancient to the future without technology we will go back riding a horse or walking one place another it will take weeks or months or there will be no mobile so we to send message to the mail office to mail to send or we give a bird message to send another person

Explanation:

hope it helps

List two reasons why someone looking at a career in the Energy cluster might want to focus on new technology, such as energy-efficient products or sustainable energy. Give two examples of careers that may work with these new energy technologies.

Answers

Answer:

....

Explanation:

When having the new technology that we have in 2021, it'll be easier to work with since we may know more now, then back then. Career's that may work with new types of energy technologies, are Civil Engineers, Construction, or Building Inspectors.  

Answer:

When having the new technology that we have in 2021, it'll be easier to work with since we may know more now, then back then. Career's that may work with new types of energy technologies, are Civil Engineers, Construction, or Building Inspectors.  

Explanation:

the guy above me right

When delivering 2021 Rogue, what limitation should you point out when using the available wireless charging pad

Answers

Answer:

Not all mobile devices are capable of utilizing wireless charging

Explanation:

The reason for this is because the wireless charging feature is a relatively new technology, and so most older mobile devices were not build to support this feature.

Hence, this is a limitation in the case where the vehicle owner owns an older mobile device; they would unable to use the available wireless charging pad.

What category of computer would you place an N.series Nokia phone​

Answers

Answer:

In the last category

Explanation:

Your welcome

The category of computer in which you would place an N-series Nokia phone​ is a portable computer.

What is a computer?

A computer is a digital electrical machine that may be configured to automatically perform arithmetic or logical functions. Programs are general collections of operations that modern computers can do. These programs allow computers to do a variety of jobs.

There are different categories of computers. A mobile phone falls in the category of a portable computer.

Therefore, the category of computer in which you would place an N-series Nokia phone​ is a portable computer.

Learn more about Computer:

https://brainly.com/question/21080395

#SPJ2

Other Questions
Write the word sentence as an inequality. Then solve the inequality.The quotient of a number x and 4 is at most 5. An inequality is .The solution of this inequality is . if f(x)=2x+3/6x-5, then f(-1/2)= what happens when washing soda is exposed to the atmosphere What is 3/10 as a decimal and as a representation percent? Please answer fast thanks plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz plz plz plz help im confused i will mark brainliest for first correct answer! Which system of linear equations will have the same solution as that of the given system of linear equations Joyce says that 4 is a factor of every whole number that has a 4 in the ones place. Nathan says 2 is a factor of every whole number that has a 4 in the ones place. Are they both correct? Complete the following to explain. Joyce is correct For example, 14 has a 4 in the ones place and choose... 4. Choose... Nathan is Choose... Four is Choose... and all numbers with an number in the ones place have Choose... as a factor. What is the product of 7.68 and 3.92? Don't steal points its not cooli WILL reportand also answer this and u could have a chance to get brainliestill be asking 10 questionswhoever has the best answer in any of these ill give brainliest :D How did the Hundred Years War affect the French government? The distance between Columbia and Savannah is 6.5 inches on a map. If the map scale is 1 inch = 30 miles, what is the actual distance between the towns? Please help me its a glacial lab and its nine pages please help Im using all my points for this its EARTH SCIENCE 9th grade Select the correct answer.A system of equations and its solution are given below.System ATo get system B below, the second equation in system A was replaced by the sum of that equation and the first equation in system A multiplied by -2.System BA. The second equation in system B is 7x = 30. The solution to system B will be the same as the solution to system A.B. The second equation in system B is -7x = 14. The solution to system B will be the same as the solution to system A.C. The second equation in system B is -7x = 14. The solution to system B will not be the same as the solution to system A.D. The second equation in system B is 7x = 30. The solution to system B will not be the same as the solution to system A. Texas v. Johnson: Which inference can be best made about Justice Brennans opinion on flag burning? options: a) Extreme measures are needed to reinforce national unity. b) State laws should be upheld before federal laws are enforced. c) Punishment for flag burning should be clearly outlined by Congress. d) Allowing the destruction of the flag symbolizes protection of freedom. Find the value of each variable Solve each system.if a system's equations are dependent or if there is no solution ,state this . Please answer Thank you ! Which function is shown in the graph below? y = log Subscript 0.4 Baseline xy = log Subscript 1 Baseline xy = log Subscript 3 Baseline xy = log Subscript 10 Baseline x Jeremy can row 1 3 of a mile in 1 4 of an hour. What is the unit rate? The stable dollar assumption is that fluctuations in the value of the dollar are significant and may not be ignored.a) trueb) false Steam Workshop Downloader