Help ASAP this Answer is simple…

why is fair use important

Answers

Answer 1

Answer:

to ensure that the rights of the copyright holders are fair or balanced properly

Explanation:

hope this helps


Related Questions


Elaine wants to create a program based on the following algorithm. What data types will she use for the variables?
1. Start.
2. Read number x from the user.
3. Read list of ages age from the user.
4. Display the age at the x position in the list age].
5. Stop.
to store variable x (for example 1, 4, 7), and she can use
She can use a[n)
example 24, 53, 21).
to store list age] (for

Answers

The data types that she  will use for the variables are:

Numeric Data TypeStrings

What are Data Types?

In Programming, there is the use of a lot of numbers that is made up of different data types.

Note that A data type helps one to know what type of value an object can have and the operations that needs to be performed and as such, The data types that she  will use for the variables are:

Numeric Data TypeStrings

Learn more about  data types from

https://brainly.com/question/179886

#SPJ1

A related database stores data in the form of______

Answers

Answer:

Lists.

Explanation:

A relational database stores data in the form of lists.

Type the correct answer in the box. Spell all words correctly.

Cathy wants to set up a new web server and is busy collecting needed hardware. She has heard of friends facing issues online due to power outages. Which hardware device does Cathy need to ensure data safety in case of a power failure?

Cathy needs a[n) _______ device to ensure data safety in case of a power failure.

Answers

Answer:

surge protector

Explanation:

An uninterruptible power supply can save data during an outage, and a surge protector can prevent damage from a surge. Surge protectors absorb or ground overvoltage from spikes. Each time a surge protector does its job, resulting damage can reduce effectiveness for the next surge.

Answer:

a UPS

Explanation:

A UPS is a "uninterruptible power supply" that allows a computer to keep running for at least a short time when incoming power is interrupted.

When running a spelling and grammar check, which of these options in the "not in dictionary"/suggestion area does nora need to select when she wants to fix an error? add to dictionary ignore once ignore all one of the suggested words

Answers

Answer:

ignore all one of the suggested words

Answer:  D: one of the suggested words

Explanation:mines from enginuity and this is what it said hope it helps:)

When sending a group email, how do you ensure that one or several recipients cannot see the names of other recipients?.

Answers

To ensure that one or several recipients cannot see the names of other recipients make use of the Bcc field,.

What is the email about?

To send emails to a groups one can make use of the Cc field. This is where a person input all of the addresses there, and then separated them by commas.

Note that to hide addresses, make use of the Bcc field, as no body will be able to see the addresses added in this field.

Learn more about emails from

https://brainly.com/question/24688558

#SPJ1

Car.py The Car.py file will contain the definition of a Car class. The Car class will hold information about the cars (make, model, year, and price). We will define the Car attributes as follows: make - string value representing the brand of the car (eg. Nissan, Tesla, Toyota, Ferrari). Your program must store this attribute in uppercase characters model - string value representing the model of the car (eg. Electra, Model3, Prius, Portofino). Your program must store this attribute in uppercase characters year - integer value representing the year of the car (eg. 2010, 2000, 1963) price - integer value representing the price value of the car (eg. 20000, 30000, 25000) You will write a constructor that allows the user to construct a Car object by passing in values for the make, model, year, and price. __init__(self, make, model, year, price) In addition to the constructor

Answers

The Car.py program is an illustration of constructors and classes in Python

Constructors are used to create the instant of objects

The program in Python

The program written in Python is as follows:

class Car:

make = ""

model = ""

year = 0

price = 0

def  __init__(self, make, model, year, price):

 self.make = make.upper()

 self.model = model.upper()

 self.year = year

 self.price = price

def display(self):

 print("Make = " + str(self.make.upper()))

 print("Model = " + str(self.model.upper()))

 print("Year = " + str(self.year))

 print("Price = " + str(self.price))

Read more about Python programs at:

https://brainly.com/question/26497128

#SPJ1

Functions in Excel are grouped for easy reference. Locate the Insert Function button (Fx button) to bring up the Insert Function dialog box. How many different ways exist to look for a function

Answers

Following are the different ways that exist to look for a function,

Option 1: Insert function button (Fx button) on the Formulas ribbon.

Option 2 : More Functions from arrow near Auto sum icon on Home ribbon.

Option 3: Function Library on the Formulas ribbon.

Option 4: Shift + F3

Option 5: Enter = followed by first letter of the function.

What it does -

This function returns the number of whole working days between two dates with custom weekend parameters.

What it needs -

1. Start date, End date, Weekend (Optional), Holidays (Optional)

2. If start date later than end date, then value will be negative.

3. Enter date in specified format.

What is Excel?

Excel uses a large collection of cells formatted to organize and manipulate data and solve mathematical functions.

Learn more about excel here,

https://brainly.com/question/21382498

#SPJ1

The two 1s in binary number ‘0100010’ do not have the same value. Explain why?

Answers

Answer:

The first 1 on the left is 32 and the 1 on the right is 2. Hence this 8 digits binary number represents 32 + 2 which is the decimal number 34

Explanation:

each 1 represents the number 2 powered by a different number, so starting at the further right, the first number with value 0 is representing 2^0 , the next on the left which is value 1 is representing 2^1 which is 2 and so on. So the other 1 further on the left will be 2^5  which is 32.

Every other digit that is zero is not taking any value, but if they were, they would all be taking values from 2^0 to 2^7 Take a look below:

0  0  1  0  0  0  1  0

      32             2

What is a table in Excel?

a worksheet that has conditional formatting rules applied to it
a group of cells with content created by the AutoFill feature
a group of related data without any spaces between cells
the header and footer of an Excel worksheet

Answers

Answer:

c

Explanation:

i got it wrong twice so it gave me the correct answer.

What would a world where we have 2^128 (340 undecillion) Internet connected devices look like? How could that much Internet usage make the world better?

Answers

A world  have 2^128 (340 undecillion) of IPv addresses that helps to connect to the internet. IPv6 addresses can make it easier for working organizational teams connecting to the Internet, IP addresses that are created by IPv6 are 128 bits.

What is internet?

Internet is the system  uses the Internet protocol suite (TCP/IP)  and interconnected computer networks that communicate between two or more individuals.

Today, almost 20 IP addresses are taken by7 each home for each electronic device. The internet usage is so wide, that even a simple task  is not possible without it. Even a simple task can be done using internet.

Learn more about internet.

https://brainly.com/question/13308791

#SPJ1

What command will provide information about the dynamic routing protocols on your Cisco router and their configurations

Answers

you use the show ip protocols command.

Cheng, a student, is researching a company's profile on a professional networking website. In what way will this kind of research benefit her
most?
OA
getting recommendations from teachers
O B.
preparing for an interview
O C. upgrading her knowledge
O D.
building her brand profile

Answers

The way that this kind of research benefit her is by upgrading her knowledge.

What is research?

Research is known to  be a kind of making of new knowledge through the use of (or not) of previous knowledge in a novae and creative way.

Note that The way that this kind of research benefit her is by upgrading her knowledge as it will help her to have and get new concepts, methodologies and also have good understandings.

Learn more about research  from

om/question/968894

#SPJ1

You are writing code for a custom mobile device app, and for security reasons, you want to prevent tampering and the ability of others to read the code. Which technique will accomplish the requirement

Answers

Obfuscating programming code, often called code camouflaging, is done using a software development plug-in. The result is an unreadable variation of the original readable text.

One hint that you might be dealing with a phishing site is: a) Hidden address bar b) Fake address bar c) Misspelled text d) All the above

Answers

One hint that you might be dealing with a phishing website is: D. all the above.

What is phishing?

Phishing can be defined as a type of social engineering (cyberattack) which involves making an attempt to obtain sensitive user information, especially by disguising as a trustworthy entity in an electronic communication, which is usually over the Internet.

This ultimately implies that, some of the hints that an end user might be dealing with a phishing website include the following:

Hidden address bar.Fake address bar.Misspelled text

Read more on phishing here: https://brainly.com/question/23850673

#SPJ1

An administrator at cloud kicks wants to deactivate a user who has left the company. what are two reasons that would prevent a user from being deactivated

Answers

A reason that would prevent a user from being deactivated by an administrator is assigning the user in a workflow email alert.

The role of an administrator in a cloud network.

In Cloud computing, an administrator has the privilege and express authority to either activate, deactivate or suspend the account of an end user that is registered on his or her Cloud services platform.

However, there are two (2) reasons that would prevent an administrator from deactivating an end user and these include the following:

The end user is located in a Cloud's Custom hierarchy field.The end user has been assigned in a workflow email alert.

Read more on cloud computing here: https://brainly.com/question/19057393

#SPJ1

In deviation detection, new data is compared with a set of data called (blank) data. before data mining, it is important to remove (blank) data from databases.

Answers

In deviation detection, Predictive  analysis is used to know future results using past data while Descriptive analysis is used to see or find patterns in existing data.

What is deviation detection?

This is known to be a  Data mining work  where one build a model that tells about the most vital changes in the data from previously used or normative values.

Therefore, In deviation detection, Predictive  analysis is used to know future results using past data while Descriptive analysis is used to see or find patterns in existing data.

Learn more about deviation detection from

https://brainly.com/question/22257149

#SPJ1

Answer: in deviation detection, new data is compared with a set of data called training data. before data mining, it is important to remove noisy data from databases.

Explanation: plato

A family just changed to a different mobile phone and data service provider. They now need take some time to transfer their content to new phones and learn the features of the new service. This is an example of a:

Answers

The above scenario is an example of  switching cost customers incur changing to a new supplier.

What id Switching costs?

This is known to be the the costs that a consumer gets or has due to the effect of changing brands, or products.

Note that the above is an example of  switching cost customers incur changing to a new supplier as they are said to be psychological, effort-based, and needs time.

Learn more about mobile phone from

https://brainly.com/question/917245

#SPJ1

if you want to improve the overall quality and performance of your computer, which would you upgrade?
A. Monitor
B. Power Supply
C. RAM
D. ROM
Explain your choice

Answers

Answer:

RAM because it improves load times and has less ups and downs while under load

In what year was the earliest documented use of the word computer?.

Answers

Answer:

1613

Explanation:

referring to a person who carried out calculations, or computations, and the word continued to be used in that sense until the middle of the 20th century. This means that at first, "a computer" was a "person".

Match the script file extension to the description. - .bat - .ps1 - .vbs - .sh - .py - .js a. Windows PowerShell script file b. Unix or Linux shell script file c. Windows batch file

Answers

Answer:

.bat = windows batch file

.ps1 = windows powershell file

.vbs = virtual basic script

.sh = unix or linux shell script file

.py = python file

.js = javascript file

Consider sending a stream of packets from host a to host b using ipsec. typically, a new sa will be established for each packet sent in the stream. true or false

Answers

Consider sending a stream of packets from Host A to Host B using Ipsec. Typically, a new SA will be established for each packet sent in the stream. True or False? Tweet Answer FALSE. REASON: Ipsec SA is first connect with Host A and Host B. So, all packets in the stream use the new SA.

using one sentence or phrase, how does each web version ( web 1.0, web 2.0, web 3.0 ) differ from one another?​

Answers

Web 1.0 connected people to information and Web 2.0 connected people to each other, both iterations were built on technology and products governed by centralized organizations and corporations. Web 3.0 connects information, people, and property, essentially digitizing trust through decentralized blockchain technology.

One sentence? Here goes:

Web 3.0 is the latest iteration of the Internet, designed learning the lessons and incorporating the features from 1.0 and 2.0, into a decentralized trust network.

swer from the options 1. How many basic input devices does a desktop computer have? a)2 b)3 c)1 d)4 2. The computer equipment which feeds the computer with data is called a)Storage device b) Processing device c) Diskette d) Input device 3.When an output is displayed in a printed formitis termed as a)Softcopy output b) File c) Document d) Hardcopyoutput 4. Which computer device will convert human voice into digital voice? a) Projector b)Loudspeaker c) Microphone d) Joystick 5) All the following are hardcopy output devices except a) Photocopier b) Printer c) Projector d) Plotter 6. The computer device which is used to display the content of data to the user is called a) Input device b) Storage device c) Output device d) Pen drive 7)Which of these computer equipments will be used to display the content of data to a larger size of class during instruction or presentation? a) Television b) Monitor c) Projector d) Plotter 8. Which of these is example of non-impact printer? a) light printer b) Laser printer c) Dot matrix printer d)Daisywheel printer 9) The content of data which is displayed on a screen to the user is called. a) Output b)Hardcopy output c) Input d) Softcopy output 10) All these devices are examples of softcopy output devices except a) Projector a) Monitor c) Television d) Pinter​

Answers

Answer:

1. 3

2. D (Input Device)

3. D (Hardcopy Output)

4. C (Microphone)

5. C (Projector)

6. C (Output Device)

7. C (Projector)

8. B (Laser Printer)

9. D (Softcopy Output)

10. D (Printer)

What is one of the downsides of computer technology's role in creating images?

OA. Quality sometimes loses out to quantity.

OB. Information can be shared.

OC. Pictures can be preserved.

D. Images cannot be changed.

Answers

Answer:

A. Quality sometimes loses out to quantity.

Explanation:

What happens is that now quantity surpasses quality. Many people want to post a variety of pics or be the first one to post something, but they don't have time to make a quality image.

Discuss the variety of shapes and sizes in which cases come for desktops, laptops, tablets, smartphones, portable media devices, and game consoles.

Answers

Modern computers are comes in a multitude of designs, sizes, and designs. There is a computer form to suit each use, whether it's a massive tower under a desk or a small brick the size of, well, a brick.

How is a laptop different from a desktop?

A desktop uses an external monitor, keyboard, and mouse to be used at work or at home, whereas a laptop has all of these components integrated in and can be easily transferred as a single device that can be used in a number of locations.

Thus, Modern computers are comes in a multitude of designs, sizes, and designs.

For more information about laptop different from a desktop, click here:

https://brainly.com/question/19340665

#SPJ1

Which sentence will be parsed by the following CFG?
s a NOUN VERB
ОА.
cats walk
ОВ.
a cat walks
Ос.
A cat walks
OD. cat walking

Answers

I think that cats and walk are the right answer because it is the one that makes the most sense to put hope it helps

HELP
When differentiating data, the WHAT of the data is:

Answers

Answer:

a source and a target.

Explanation:

In computer science and information theory, data differencing or differential compression is producing a technical description of the difference between two sets of data – a source and a target.

Identifying correction services tasks
what are some tasks commonly performed in correction services jobs? check all that apply.
interviewing law offenders
using weapons, handcuffs, and other tools to control prisoners
transporting people who are sick or injured to hospitals
maintaining order and security in a courtroom
searching prisoners and their belongings
o providing legal advice to inmates
o guarding and counting inmates

Answers

The correction services tasks are:

The using of weapons, handcuffs, and other tools to control prisonersTransporting people who are sick or injured to hospitalsGuarding and counting inmates.

What is the role of the corrections?

Corrections is known to be  the aspect of  criminal justice system that helps to handle individuals who have been found to have done or committed  a crime.

Note therefore, that the correction services tasks are:

The using of weapons, handcuffs, and other tools to control prisonersTransporting people who are sick or injured to hospitalsGuarding and counting inmates.

Learn more about correction services from

https://brainly.com/question/6705028

#SPJ1

Answer:

a.b.e.g

Explanation:

in multi-channel funnel reports, how are default conversions credited?

Answers

The Multi-Channel Funnels reports are generated from conversion paths, the sequences of interactions (i.e., clicks/referrals from channels) that led up to each conversion and transaction. In the reports, channels are credited according to the roles they play in conversions—how often they assisted and/or completed sales and conversions.

Hello! I am having trouble with this code and I am trying to find out the error. (html5 by the way.)

body {
background-color: lightblue;
color: deeppink;
}

h1 {
width: 100%;
}

{
float: right;
width: 200px;
margin: 10px;
border-radius: 20px;
}

p {
text-align: left;
font-family: fantasy;
font-size: 14px;
}

Answers

Explanation:

On line 10 you wrote:

{

float: right;

width: 200px;

margin: 10px;

border-radius: 20px;

}

This is the origin of your error. You have not declared any selector for the properties. Remember CSS rules take the following form:

selector {

   property: value;

}

Other Questions
Two cars travel at the same speed to different destinations. Car A reaches its destination in 17 minutes. Car B reaches its destination in 32 minutes. Car B travels 25.6 miles and Car A travels 13.6 miles. How fast do the cars travel? uranium-235 fission given: energy released = about 200 MeV per individual reaction (mass = 235 amu) find the balanced nuclear reaction An angle measures 150.8 more than the measure of its supplementary angle. What is the measure of each angle? help me pls worth 50 points!!!! Pls hurry!!!What is one reason Richard Nixons election was a turning point?It caused many antiwar Americans to vote for the first time.Americans wanted to continue the Vietnam War. Congress and popular opinion turned away from Johnsons reforms.It caused the counterculture to support Republicans. How do the children's interactions with the man in the well reveal the theme of the text The Canadian lynx is a wild cat uniquely adapted to hunting snowshoe hares in deep snow. The Canadian lynx is found in the northern United States and Canada. A climate model predicts the temperature will increase and reduce the area of snow cover in the Canadian lynxs habitat. Draw a conclusion about the future of the Canadian lynx is the most likely if the climate model is accurate?A.The Canadian lynx will become extinct in the northern United States and Canada.B.The Canadian lynx will hunt other prey within the warmer habitat.C.The Canadian lynx will migrate to colder regions to find snowshoe hares.D.The Canadian lynx will reproduce with other cat species to survive in warmer habitats. HELP P L ZWhat will be the result of substituting 2 for x in both expressions below? One-half x + 4 x + 6 minus one-half x minus 2 Both expressions equal 5 when substituting 2 for x because the expressions are equivalent. Both expressions equal 6 when substituting 2 for x because the expressions are equivalent. One expression equals 5 when substituting 2 for x, and the other equals 2 because the expressions are not equivalent. One expression equals 6 when substituting 2 for x, and the other equals 2 because the expressions are not equivalent. Complete with the correct form of tener. (10 points)19.Yotengoquince aos.20.dieciocho aos.21.una casa privada.22.ustedes una casa privada o un apartamento?23.la misma edad.24.Mi hermano tienesNosotros tenemostienesXLos gemelos tengoEl apartamento tenemosT_tienestienesUstedes tienentenemosXun balcn pequeo.25.una familia grande, no?26 Tus toscuatro hijos.27.un gato.28.Nosotrosun perro. Some cells surround and take in materials by the process of.? A team of 3 QA testers and l QA team lead is working on a project. The team finishesthe job and is paid. The testers receive $1200 each, and the team lead receives S600more than the average salary of the entire team. How many dollars does the team leadget? Why are pigments important to the process of photosynthesis. line passing through points (3,5) with a slope of 1Write equation of the line in point-slope, slope- intercept, and standard form. Mel paid for 3/4 of the cost of a cake and Gretchen paid the rest if Mel paid $21 how much did Gretchen payPlease show how u got it PLEASE HELP ITS A MATH PROBLEM Consider the following two functions:Which statement is NOT true? Can someone explain how to convert a quadratic function in standard form to vertex form using the "complete the square" method? Oh, please give steps so I can write them down Answer this, Ill give you brainliest and I would be very appreciative. Choose the phrase that best completes this sentence. Caroline et Marc connaissent _________.A. parler franaisB. bien New YorkC. faire du skateboardD. que Paris est la capitale de la France which best describes the text structure the author used to write the passage? ** PLS HELP BRAINLIEST!! ** THIS WILL AFFECT MY GRADE Here are three lines that intersect atone point.Write a true equation based on thisdiagram.