plz help im timed
An artist posted a picture of a painting on his website in order to sell it. Another business copied the picture and used it as a background on a website without giving credit to the artist. This action is most strongly related to which aspect of life?

culture

society

ethics

economy

Answers

Answer 1

Answer:

i believe C. Ethic

Explanation:

Ethics or moral philosophy is a branch of philosophy that "involves systematizing, defending, and recommending concepts of correct and wrong behavior". The field of ethics, along with aesthetics, concerns matters of value, and thus comprises the branch of philosophy called axiology.


Related Questions

Help me please. I'LL MARK BRAINIEST

Answers

Answer:

A and B

Explanation:

yes

Which tool would you use to display only the
breeds that are good with kids? (Filter, sort, locate)
Which filter parameter would display only rows 3
and 6? (No, yes, less than 100)
Which tool would organize the list from most
preferred to least preferred? (Sort, locate, filter)
Which tool would organize the list from lightest
breeds to heaviest breeds? (Sort, locate, filter)
(A simple parameter, multiple parameters) is/are needed to organize
the list so that it shows only dog breeds that are
good with kids and less than 25 inches tall.

Answers

Answer:

Which tool would you use to display only the breeds that are good with kids?:Filter

Which filter parameter would display only rows 3 and 6?: No

Which tool would organize the list from most preferred to least preferred? Sort

Which tool would organize the list from lightest breeds to heaviest breeds?: Sort

Multiple Parameters: is/are needed to organize the list so that it shows only dog breeds that are good with kids and less than 25 inches tall.

Explanation:

From the spreadsheet, the tool that would be used to display only the breeds that are good with kids is known aa a filter.

Spreadsheet

Based on the spreadsheet that's shown, it should be noted that the filter parameter would not display only rows 3 and 6.

A tool that can be used to organize the list from most preferred to least preferred is sort tool. This is essential for sorting.

Also, it can be used to organize the list from lightest breeds to heaviest breeds.

In conclusion, the multiple parameters are needed to organize the list.

Learn more about spreadsheet on:

https://brainly.com/question/25879801

Select the correct answer.
Which of these factors can be created as a physical model?
OA
a next-generation car
OB.
software code
OC. website address
OD.
conversion of energy
O E knowledge of a product

Answers

A. a next generation car

Your ____ should always be bigger than your gutters

Answers

Always always always

What can we do to positive interaction online?

Answers

Answer:

We can help eachother out with things.

Explanation:

Eg. Schoolwork and homework because our stress level will decrease.

We can help eachother and always be nice to people. Some people call me too nice but it’s just me being a positive person. Try to stay away from anyone who’s toxic as well

Which pair of devices have the same input motion and different outputs?

scissors and adjustable wrench

nutcracker and can opener

musical instrument and adjustable wrench

salad tongs and nutcracker

Answers

Answer:

nutcracker and can opener

Explanation:

How does using list make a program easier to develop and maintain

Answers

Answer:

Kindly check explanation

Explanation:

List is a built in data type used in programming languages, it consists of data enclosed in square brackets []. A llust has different functionality most of which makes development and maintenance of programs easier. Some of the core usefulness of a list include its ability to incorporate different types of data such as strings, int, floats and so on in just a single list. Lists also be created in a list (called list of lists). Deletion of list elements, searching through elements in a list, replacement of values in the list and appending new data values to an already existing list. Lists also provides an easy way to loop through elements embedded in them and list operations can be carried out simultaneously.

Lists are simply data types that can hold multiple values of different data types using one variable.

Usefulness

As its definition implies, it is used to hold different values.

Take, for instance:

num1 = 5

num2 = 10

The above statements can be combined into a list as follows:

num[] = [5,10]

The data types of the values in the list may not be the same.

The following is another correct definition of a list

person_details = ["Kaitlyntoohey",29,45.6]

The above list contains a string, an integer and a float datatype.

Lastly, a list can also contain a list.

Read more about lists at:

https://brainly.com/question/14284563

Search online for the various configuration processors available. Mention the brand names that are widely used.

Answers

Answer:

Some of the configuration processors that are available are:

Phenom X4: Phenom X4 is the first quad-core microprocessor family that depends on K10 microarchitecture. Phenom X4 CPUs make use of four-digit model numbers that begin with 9. The remaining three digits in the model number show relative processor performance.

Athlon: Athlon is a seventh generation x86 processor. Athlon dynamically buffers internal microinstructions at runtime. These microinstructions result from parallel x86 instruction decoding.

Sempron: The first Sempron CPUs depended on the Athlon XP architecture using the Thoroughbred or Thorton core. These models were equipped with the Socket A interface, 256 KiB L2 cache, and 166 MHz front-side bus (FSB 333). These models use different technologies and CPU socket formats.

Opteron: Opteron is AMD's x86 server and workstation processor line. It was the foremost processor to support the AMD64 instruction set architecture. The Opteron processor has an integrated memory controller that supports DDR SDRAM, DDR2 SDRAM, or DDR3 SDRAM (depending on the processor generation). This both decreases the latency penalty for accessing the main RAM and does not require a separate northbridge chip.

The brand names widely used are Intel and AMD.

The configuration processors available are

Phenom X4AthlonSempronOpteron

Intel and AMD are the two most commonly utilized brand names.

What are configuration processors?

The path through a business process or operation is represented by a processor. By selecting the Configure option with the right mouse click, you can configure a processor. A processor's type and name are automatically the same.

The computer needs both processing power and instructions, which the processor delivers. The clock speed of a processor should be your first consideration. Your computer will run faster if the clock speed is higher.

Different architectures are used to build the various CPU kinds. Processors with one, two, four, six, eight, or twelve cores are the most common types of CPUs.

Learn more about configuration processors, here:

https://brainly.com/question/10710240

#SPJ5

PLEASE I REALLY NEED HELP
I have an hp laptop and it is FROZEN!! I cannot press x out of any of my tabs and the whole thing is frozen but I can pull up my settings and I can move my mouse. Shutting it off/down didn't work and it's still frozen please tell me what to do. also, will restarting it log me out of my whole account(s)? I NEED HELP PLEASEE

Answers

First try shutting down your computer for 5 minutes.

Turn it on if tabs are still open, try to right click it and press delete if you have that.

if you have none of your acounts try to make anew accounts the add a account to the new account you just made. still having peroblems, let me know?

Answer:

wait to it dies or hold the shut down button till it turns off

Explanation:

navy use sonar method to locate the position of submarine under water .the waves used in sonar are

Answers

Ultrasonic Waves are used by Sonar systems

what is a password attack?

Answers

Answer:

A password attack is exactly what it sounds like: a third party trying to gain access to your systems by cracking a user's password.

Answer:

A hacker trying to hack into your accounts/systems by cracking your password.

Write a program to generate the following series using nested loop.
1
2
12345
22
1234
12
222
123
123
1234
2222
12
12345
22222
1

Answers

Answer:

12 3456 2.2 12 .222 234 806 227 6697

Answeete

Explanation:

Select the correct answer from each drop-down menu.
Complete the following sentence.
In this last step of initiation phase, projects are . At this stage, the project is with projects that are running.



1(approved
2(compared

Those are the answers
#platogang

Answers

Answer:

Approved

Explanation:

Answer:

the answer is in the question

Explanation:

Rachel has set up a computer network. In this network, due to a device, the computers partake in the message transfer process. Which device is
this?
А. NIC
В. hub
C. modem
D. switch
E. bridge

Answers

it’s a modem which is like a router

Use the drop-down menus to complete the statements about message marking, categorizing, and flagging.

After skimming a message, you can mark it as
if you want to come back to it later.

Categories are color coded and can be renamed and sorted in the
pane.

The Outlook command for “flagging” a message is called
.

Flagged messages can be viewed in the
and can be customized for name, due date, and reminders.

Answers

Answer:

unread

message

follow up

to-do bar

Explanation:

In the human digestive system, which mechanism is responsible for cutting and grinding food?

A) organ

B) stomach

C) teeth

D)
intestines

Answers

Answer:

teeth

Explanation:

the mechanism is teeth

What are the benefits of writing functions that use parameters and return List 2 please and explain what is return

Answers

Answer and explanation:

There are many benefits of writing functions that use parameters and return. Some of them are:

1. Flexibility: With functions having parameters, several values of the parameters can be used at invocation time thereby making the application flexible. For example, given the following function in Java.

public void showName(String name){

   System.out.println("Your name is " + name);

}

To call this method (function), the programmer could use various values for the name parameter used in the function like so:

showName("John");

showName("Doe");

If the function didn't have a parameter, it is possible it will only print a hardcoded name every time the function is called.

2. Scope Control: When a function is allowed to return a value, it helps to work around scope issues since variables declared within a function are limited to that function and do not exist outside the function. This means that the values of these variables cannot be used anywhere else outside the function in which they are being declared. However, if the function returns a value, the value can be used anywhere else in the program.

For example:

public String getDouble(int x){

   int y = x * 2

   return y;

}

The function above returns twice the value of the argument supplied to it. Since the integer variable y is declared within the function, it's value cannot be used outside the function. However, since the value is being returned by the function, it could be used anywhere the function is being called. Thanks to the return keyword.

is this very epik or not?

Answers

Answer:

e p i k ༼ つ ◕_◕ ༽つ

Answer:

much epic

Explanation:

Approximately how many tweets are posted on Twitter each day? 500 500 thousand 500 million 500 billion

Answers

Answer:

around 500 million

Explanation:

When you send large attachments, you are not
a. considering the needs of others
b. doing anything wrong
c. helping to maintain respectful communication
d. following social conventions
Please select the best answer from the choices provided
A
ОО
B
ОС

Answers

Answer:

c,becauses she is helping

Explanation:

thank me later

Answer:

A

Explanation:

i got a 100

Which of the following types of information can be stored in an electronic database?
-Text
-Alphanumeric
-Date
-All of the above

Answers

All of the above I believe

The types of information that can be stored in an electronic database is text, alphanumeric, and also date. The correct option is D.

What is a database?

A database is a structured collection of information or data that is typically stored electronically in a computer system. A database management system is usually in charge of a database (DBMS).

Any collection of data or information that has been specially organized for rapid search and retrieval by a computer is referred to as a database.

Databases are designed to make it easy to store, retrieve, modify, and delete data in conjunction with various data-processing operations.

Text, alphanumeric, and date information are all examples of information that can be stored in an electronic database. A database's five major components are hardware, software, data, procedures, and database access language.

Thus, the correct option is D.

For more details regarding a database, visit:

https://brainly.com/question/6447559

#SPJ3

what is the mest gun in pixel gun 3d imma give you brainliest

Answers

Answer:

The Mest Gun or the gun on your avatar

Explanation:

Because typo!!

What is that I would like to know?

On December 9, 1698, computer inventor Douglas Engelbart demonstrated many new computing technologies, including the computer mouse. His demonstration was so important that it became known as “The Mother of All Demos”. It would be at least two decades before some of the technologies he demonstrated saw widespread use, but all of them are used by people today. Here is a list fo some of Engelbart’s technologies. Which ones do you use today? The computer mouse, video conferencing hypertext links, word processing, or collaborative real-time editing

Answers

Answer:

all of them

Explanation:

Answer: All trust guy above

Explanation:

.

WILL MARK BRIAN PLZ HELP PLZ I BEG YOU While levels often change in order to give a game some more variability, they might also change to tell more of the what?

Group of answer choices


game creation process


instructions


game story


animation

Answers

Answer:

Game story

Explanation:

Answer:

Game Story

Explanation:

Binary to Denary
11101111=

1111111=

Answers

Answer:

1110111= 239

1111111=127

Explanation:

The method is 1 ,2 ,4 ,8 16, 32 ,64 let me know if this helped g

what is the mass of a cookbook

Answers

Answer:

it varies on the size of the cookbook

Explanation:

Rebecca's school has planned an excursion to the nearest TV production studio. Rebecca noticed cameras on stands that send signals directly to
the production control room for collaboration with other cameras. Which camera is the production house using for recording?
OA
prosumer camera
OB
studio camera
OC.
DSLR camera
OD
Glidecam

Answers

A. Prosumer camera I think not sure tho I just know for sure it’s not B but I’m almost posting it’s A

Where do the projection lines converge in a perspective sketch?

Answers

Answer:

Option B, Vanishing point

Explanation:

The complete question is

Where do the projection lines converge in a perspective sketch?

A. the ground line

B. the vanishing line

C. the eye point

D. the horizon line

Solution

A point lying on the image of a perspective drawing where the drawings ( two-dimensional perspective projections) of two parallel line meet in three dimensional space is known as Vanishing point

4.8 Code Practice: Question 2 I need help on this one python

Answers

Answer:

for y in range(88, 43, -4):

  print(y, end=" "

Explanation:

yw

What is the base of a number system?

A.
the minimum number of digits needed to represent a number in that system
B.
the place value of the leftmost digit in numbers written in that system
C.
the place value of the rightmost digit in numbers written in that system
D.
the number of symbols used to represent numbers in that system

Answers

Answer:

A

the minimum number of digits needed to represent a number in that system

Other Questions
Which of the coordinate points below will fall on a line where the constant of proportionality is 1/3? Select all that apply.A) (5,8)B) (3,1)C) (9,3)D) (12,4)E) (18,6) how do find what conjecture is and how to prove it ? What stage of drying should the be clay be when darting? WILL MARK BRAINLIEST Fill in the blank with the future tense of the verb in parenthesis. Il _____ dix ans. (avoir) A) avoira. B) aura. C) aurai 7. Jasmine wants to prevent getting burned by accidently touching a hot metal pipe, What would be the worstinsulator for her to use to put around the pipe?a, Glassb. Rubberc. Clothd. Wood 2 24.42 = ?...... ..... 4. Triangle TRY was reduced to form triangle PIE.What number best represents the scale factor usedto change triangle TRY to triangle PIE?OONTAX1987:6 5 4 3 2 -1002 3 4 5 6 7 82I-5- ?8 Select an equivalent ratio to the following12 chocolate croissants to 9 cheese croissants- 24 : 19- 4 to 3- 3/4 Alicia necesitaba pan. Adnde fue ella? In Marubeni America Corp. v. United States, the federal appellate court ruled that the Nissan Pathfinder was, for tariff classification purposes a motor vehicle for the transport of passengers. The classification of goods is significant because: Question 16 options: A) the fair value will vary depending on the classification B) the subsidy will vary depending on the classification C) the tariffs will vary depending on the classification D) the dumping duty will vary depending on the classification Write a program that plays the popular scissor-rockpaper game. (A scissor can cut a paper, a rock can knock a scissor, and a paper can wrap a rock.) The program randomly generates a number 0, 1, or 2 representing scissor, rock, and paper. The program prompts the user to enter a number 0, 1, or 2 and displays a message indicating whether the user or the computer wins, loses, or draws. Here are sample runs:scissor (0), rock (1), paper (2): 1The computer is scissor. You are rock. You wonscissor (0), rock (1), paper (2): 2The computer is paper. You are paper too. It is a draw The unit of electrical charge.(1 Point)CapacitorCoulombElectric DipoleElectromagnetFerromagneticGeneratorMagnetic ForceNorth and South PolesOhmsVoltage Which statement best describes the relationship between photosynthesis and cellular respiration?Photosynthesis removes carbon from the atmosphere, and cellular respiration releases carbon back into the atmosphere.Photosynthesis is part of the carbon cycle, and cellular respiration is not.Only plants perform photosynthesis, and only animals perform cellular respiration.Photosynthesis releases carbon into the atmosphere, and cellular respiration removes carbon from the atmosphere. guys need help with this question NOTE: the answer is a mixed number not a whole number. HELP PLEASEEEE AND THANK YOU SORRY CAPS LOCK Dennis recently purchased an old car for $1000, and he knows that each year, the cars value will increase by 2% each year. What is the value of the car after 20 years? PLS ANSWER CORRECTLY 50 POINTS AND BRAINLIEST!!!During an investigation, a scientist burned 48 g of magnesium strip. After the reaction, the total mass of the product formed was found to be 80 g. Does the law of conservation of mass hold true in this case? Use complete sentences to justify your answer based on numerical calculations. PPPPPPPPPPPLLLLLLLLLLLZZZZZZZZZZZZ HHHHHHHHHHHHHHEEEEEEEEEEEEEEEEEEEEEEEELLLLLLLLLLLLPPPPPPPPP!!!!!!!!!!!!!!Use what you have learned from reading "The Bike" by Gary Soto to analyze how the author's use of figurative language and imagery impact the story. Be sure to use text evidence to support your answer. when nature gets angry, the result is mass destruction. Test your knowledge about natural disastersby filling in the blanks .1. on 12 may 2008 an earthquake measuring 7.9 on the richter scale left approximately 70000 people dead 375000 injured and 4.8 million homeless .the earthquake called the great ______"earthquake, was named after the town in ________,which was Earth epicenter however tremors were felt as far as 1500km away. After the Magna Carta, British nobles created what governmental system? Group of answer choicescommunistoligarchyparliamentarysocialist