What are your initial thoughts regarding copyright and fair use after watching the clip?

(The clip is The Clock by Christian Marclay, just a 3-minute clip 2010-2011 you can find on YT)

Answers

Answer 1
The answer is A you’re welcome

Related Questions

A salesman has been traveling to different businesses all day to give a sales presentation. Each time, he was starts up his laptop and logs into Windows to show his PowerPoint presentation to the customer. During his second appointment, his laptop lost power and shut itself off abruptly. He arrives at his third appointment and plugs in his laptop to recharge it. When he powers on his laptop, he sees a very low resolution version of his normal desktop. He attempts to change the resolution from 800 x 600 to 1920 x 1080 (his normal resolution), but cannot find it in the Display Settings options inside of Windows. Which of the following could be the cause of this error?
A. Corrupted or missing display driver
B. Graphic card failure
C. Corrupted motherboard firmware
D. Corrupted memory module

Answers

Answer:

A. Corrupted or missing display driver

Explanation:

The most likely reason for this problem would be a corrupted or missing display driver. The display driver is in charge of grabbing the information from the graphic card and adjusting all the necessary settings so that all of the graphic card's power is able to be utilized. Missing or corrupt drivers can cause errors such as laggy display, wrong resolution/minimum resolution, missing display settings, etc. A graphic card failure on the other hand would show no image on the screen whatsoever when turning on the computer.

Use the drop-down menus to complete statements about back-up data files.

The default storage location for back-up data files is in the local
folder.

PST files are not
in the Outlook client, and users must
the files

to make them usable.

Answers

Answer:

the third one trust me

Explanation:

Answer:

Documents

accessible

import or export

Explanation:

Edge, just did it

An archaeologist is dating several recently uncovered sites. She estimates that the site featuring a post-and-lintel design is older than the site featuring corbelled arches. Why might she have reached this conclusion?

The corbelled arch did not become common until the first century C.E.
The post-and-lintel design was discontinued at the end of the Neolithic Era.
The corbelled arch required more advanced knowledge to create than the post-and-lintel design.
The post-and-lintel design did not require slave labor, unlike the corbelled arch.

Answers

Answer:

Its b

Explanation:

just took the test

Give 5 advantages of using powerpoint?​

Answers

it can be presented pictorially and thus make it easier to adopt the material

Design a program that ask the user to enter a series of positive numbers. The user should enter a negative number to the series. After all the positive numbers have been entered the program should display their sum

Answers

Answer:

total = 0

while True:

   number = float(input("Enter a number: "))

   

   if number < 0:

       break

   

   total += number

   

print("The total of the positive numbers entered is", total)

Explanation:

*The code is in Python.

Initialize the total as 0

Create a while loop. Inside the loop:

Ask the user to enter a number. Check the number. If it is smaller than 0 (This means it is a negative number), stop the loop using break. Add the number to the total (cumulative sum). (This way your program keeps summing numbers until you enter a negative number)

When the loop is done, print the total

WHAT DOES THE SCRATCH CODE BELOW DO?

Answers

i think the correct answer would be b but im not 100% so if i’m wrong please lmk :]

help plz its do today

Answers

Answer:

It is a good idea to consider supply and demand when considering your future career. This will give us an idea of how easy or difficult it is to enter the area and make a living from it.

Explanation:

What is the output?

class car:

model = "

age = 0

myCar = car()

myCar.age= myCar.age + 10

print(myCar.age)

Output: ___

Answers

Answer:

10

Explanation:

# A class named car is created

# There are two variables in the class, model and age.

# model is a string holding value for the model of the car.

# age is an integer holding value for the age of the car.

class car:  

   model = ''   # model is initialized as empty string

   age = 0       # age is initialized as 0

myCar = car()    # creating a car object named myCar

myCar.age= myCar.age + 10   # the value of the age is updated by adding 10. (Note that myCar was our object. If we want to access any properties of the object, we type the object name, . , and the property name. Initially, age was 0, we added 10 to it and it becomes 10)

print(myCar.age)    #prints the age of the myCar object, 10

bcr is an out put device true or false​

Answers

Answer:

Hey mate....

Explanation:

This is ur answer......

True

Hope it helps!

mark me brainliest plz......

Follow me! :)

Answer:

False?

Explanation:

explain why it is important to follow a course or a program in keeping with your value system​

Answers

Answer:

The American educational system offers a rich set of options for the foreign student. There are such a variety of institutions, programs, and places to choose from that the choice can be overwhelming for students, even those from the United States. As you begin your search for institutions, it is important that you familiarize yourself with the American educational system. Understanding the system will help you narrow down your options and develop your educational plan.

Explanation:

Sorry if it doesn't look like the question.

A collection of entries posted on a web site and displayed in reverse chronological order (from newest to oldest entries), is known as: А social collaboration. B media sharing. С a blog D a tweet.​

Answers

A) Social Collaboration

Social Collaboration is a way for people to combine their information and make it easier to go through and to work well as a team.

14 points, what is an IP v4 packet??

Answers

Answer:

Internet Protocol version 4 (IPv4)

Explanation:

is the fourth version of the Internet Protocol (IP). It is one of the core protocols of standards-based internetworking methods in the Internet and other packet-switched networks. IPv4 was the first version deployed for production on SATNET in 1982 and on the ARPANET in January 1983.

Answer:

Internet Protocol version 4 (IPv4) is the fourth version of the Internet Protocol (IP). It is one of the core protocols of standards-based internetworking methods in the Internet and other packet-switched networks. IPv4 was the first version deployed for production on SATNET in 1982 and on the ARPANET in January 1983.

Explanation:

Who Has any idea How to code?

Answers

A bit I guess. I can only do C# though
i kinda know how to, took computer science last year

Anyone who know how to use canva .com please make a logo of the name : Deadly Sins

Answers

Answer:

Yes ma'am as in the anime?

Explanation:

Cuz there's a anime show called 7 deadly sins or just deadly sins?

Answer:

hello give the person above brainlist

Explanation:

Tip of advice on brainliest.You can copy and paste the question then search it in the search bar because i can guaranty that someone has asked that question before. and then all you got to do that and you can keep your points. hope this helps! ;)

Answers

Answer:

Thx Man i actully didnt think of it before

(Hey do u wanna rp btw (roleplay

Explanation:

Which of the following is not a key component of a structure?
A. Name
B. Properties
C. Functions
D. Enumerations

Answers

D. Enumerations! Because I know that is NOT a leg compentent of a structure

What is the function of this logical comparator! =?

Answers

Answer:

See explanation

Explanation:

!= means not equal

The given operator is not a logical operator but rather a comparison operator.

It compares two expressions, values or variables and returns true if the items being compared are not equal.

what advice can you give to learners to achieve their goals​

Answers

Answer:

Never give up, take your time, don't get distracted easily, lock your electronics in a box until you finish your work.

Reach for the stars! Always go the extra mile! Never give up!

In a sentence

If you wanted to become a police officer and you had to read boring books and you wanted to give up, but always think "I should always push myself past my limits, If I gave up then how would i know what I could have become?

Trademark

Owned by me

Write the function greeting that takes a string as input. That string will be formatted as Name Age Hobby, without any punctuation. greeting should split their response into list elements, then use index values to greet them by name and respond that you enjoy that hobby as well, with the format: ‘Hello, ! I also enjoy !' Make sure your output matches this format! For example, greeting('Jose 17 hockey') # => 'Hello, Jose! I also enjoy hockey!' greeting('Cindy 14 robotics') # => 'Hello, Cindy! I also enjoy robotics!'

Answers

Answer:

The function in Python is as follows:

def greetings(details):

   details = details.split(' ')

   print('Hello, '+details[0]+'!, I also enjoy '+details[2])

Explanation:

This defines the function

def greetings(details):

This splits the input string by space

   details = details.split(' ')

This prints the required output

   print('Hello, '+details[0]+'!, I also enjoy '+details[2])

After splitting, the string at index 0 represents the name while the string at index 2 represents the hobby

Which of the following is a true statement about parameters in data management? Check all that apply.

Answers

Answer:

Parameters are used to limit or refine results.

A multiply parameter contains more than one condition to locate, sort, or filter data.

Searching for the number 12 in your spreadsheet is an example of a simple parameter.

Explanation:

Answer:

1,3,4

Explanation

What does each row represent?
What distinguishes one record from another?
What should you choose as the primary key for
this table?

Answers

Answer:

I think this is your answer broski.

Explanation:

Answer:

a..c,,c

Explanation:

drop down on edge

What are the five generations of computers?​

Answers

Answer:

First Generation, Second Generation, Third Generation, Fourth Generation, Fifth Generation

Explanation:

First Generation- Vacuum Tubes

Second Generation- Transistors

Third Generation- Integrated Circuits

Fourth Generation- Microprocessors

Fifth Generation- Artificial Intelligence

Price of ETH coin right now?
Don't answer if u don't know.

Answers

Answer:

58,715.40

Explanation:

The____
mode is generally used when delivering a presentation to an audience.

Slide
Auto
Default
Window.

Answers

Answer:

Default

Explanation:

The four modes of delivery— memorized, impromptu, manuscript, and extemporaneous—are all valuable in group presentations. However, the most common mode of delivery is extemporaneous.

Default would be the correct answer.

You already know how to use lists. What is the index of 5 in the following list?
[2, 3, 5, 1, 6]
O 4
02
O 1
03

Answers

The answer is 1, the 3rd circle

Which of the following would be better communicated with an image than with text?
Choose the answer.
the tone of a person's voice
an invitation to a museum opening
the decor at a wedding
the schedule for a conference

Answers

Answer:

A decor to a wedding

Explanation:

its bc who would want to know how its described when u could look of how it looks u might be speechless

The wedding's decor would've been best communicated through an image than through prose, and further calculation can be defined as follows:

Humans react and process new info more efficiently than every sort of data. Visual content is processed 60,000 seconds faster by the human brain than text. It is the picture is worth 60,000 words! Moreover, visual data accounts for 90% of the information conveyed to the mind.

Therefore, the final choice is "the decor at a wedding ".

Learn more:

brainly.com/question/16390691

Which of the following are logical reasons for using a pie chart to show how employees spend their time at ABC organization? Choose all that apply.

Answers

The logical reasons for using a pie chart to show how employees spend their time at ABC organization are;

the pie chart will help to show breakdown of hours worked by all employees at ABC organization.The pie chart works well to show changes in productivity over the course of a year.The pie chart works well to show trends in data.

What is a pie chart ?

A pie chart  can be regarded as a circular statistical graphic, partitioned to slices to illustrate numerical proportion.

With the use of this pie charts, the ABC organization can be able to know breakdown of hours worked by all employees at ABC organization , hence option 1,2,4 are correct.

Learn more about pie chart  at;

https://brainly.com/question/8407283

Answer:

A, C

Explanation:

its a and c your welcome

Find the total cost of a $125 coat purchased in Los Angeles County where the sales tax is 9%. Use the expression c + 0.09c
A
$11.25
B
$112.50
c
$126.25
0 $136.25

Answers

The answer is B I believe

What can help you take better animal photographs?

Use a lower ISO.
Focus on the animal's nose.
Be ready to catch the shot.
All of the above

Answers

Answer:

All of the above

Explanation:

i think i may be wrong.

Answer:

be ready to take the shot

Explanation:

Which wizard is a tool provided by Access that is used to scan the table’s structure for duplicate data?

Query Design Wizard
Table Design Wizard
Table Analyzer Wizard
Performance Analyzer Wizard

Answers

Answer:

Table Analyzer Wizard

Explanation:

Other Questions
5. What are Mrs. Dalloway's thoughts and mood as the scene ends? A train left for Houston, and 5 hours later, a car traveling 74 mph tried catching up to the train. After8 hours, the car caught up. What was the train's average speed? The cost of tuition at a local college is $10,000 and increases 4% each year. What is the cost of tuition after 5 years? Mr Abraham is able to divide the learners in his mathematics class into equal groups of 2, 5 or 6 without leaving any learners out. What is the smallest possible number of learners in the class Why did Major League Baseball owners support segregation by 1890?They feared that African Americans would not pay to watch white players.They wanted to pay their players less money than players in the Negro leagues earned.They feared that white audiences would not pay to watch African American players.They wanted their players to make as much money as players in the Negro leagues did. What is the slope of the line? find the value of x. Round the length to the nearest tenth. Answer the question in the top is informal and elevated, simple and concrete , denotative and pretentious , formal and pedantically . What the answer now now now now now now now now now please answer it How do you think the Lowell system affected production? Someone help plz make sure its right :) List the three parts of the cell cycle. Making the Most of MucusJust the name itself will make you giggle. It's a great word that conjures visions of slime and unpleasantness. It is perhaps the most annoying part of having a cold or allergies. Mucus, however, plays a very important role in defense of our bodies and our health. In fact, it's high time mucus got a lot more respect.First, there are some amazing facts about mucus that are worthy of respect. Humans produce about a liter of mucus every day, whether they are sick or not. Bony fish and some invertebrates (snails or slugs) also have mucus cells on the outside of their body. This external mucus creates a protective coating that prevents predators' toxins from doing harm. Humans produce mucus to protect our stomachs, our lungs, and several other systems.We tend to not like mucus because it is a considered a symptom or sign that something is wrong. We usually only see it when we are sick, and so we tend to dislike it. According to Michael M. Johns, III, MD, however, "mucus is incredibly important for our bodies." Johns, an assistant professor at Emory University, calls mucus "the oil in the engine" of our bodies. Without mucus, our engines, or bodies, would freeze up and stop working properly.Furthermore, mucus is not just the nasty gunk you see when you are sick. It lines the tissues in your mouth, your nose, throat, and lungs. It also is crucial in protecting your digestive system. Mucus puts a protective coating over the surfaces of these tissues, keeping them moist. Most of the time we don't notice mucus is making our lives better. It does its job quietly, making everything run smoothly, keeping our inner tissues soft and flexible enough to fight off invaders.Occasionally, though our mucus-making membranes go into overdrive. If you eat a hot pepper, your mucus membranes in your mouth and throat start producing extra mucus to protect you. If you come into contact with pollen, you may get a runny nose and start sneezing and coughing. When these things happen, your mucus systems start making more fluids to wash away the irritating particles. Mucus also has some antibodies that increase our ability to fight off bacteria and viruses.It's hard to appreciate what is essentially slime, but we have mucus for some very good reasons. It helps to keep us healthy and lets us know when our bodies are under attack. We would be wise to respect what our bodies do to keep us safe. So the next time you find yourself reaching for a tissue, remember mucus is your friend and ally.What's in a Name?Mucus is a great word, not only because it gives name to an important bodily function, but also because it is one of those words that simultaneously makes you feel grossed-out and giggly. Other words for this powerfully important human-health tool include slime and phlegm. Slang words for mucus include boogers and snot. All of these words have the same giggle-power, simply from the combination of consonants and vowels. By the way, mucus is an old word; it's been around since the mid-1600s and has roots back to Latin (mucere, to be moldy or musty) and Greek (myxa, mucus). While you may assume that words like snot and boogers are relatively new slang terms, they are not. Snot dates to 1560 and comes from an Old English word, gesnot, and has the same root as the word snout. The word booger is not quite as old but has been in use since the 1890s.Read this sentence from the main text:It's hard to appreciate what is essentially slime, but we have mucus for some very good reasons.What purpose does the word slime serve in this sentence? A. It introduces the idea that the presence of mucus has health benefits for most humans. B. It introduces the idea that bodies are under attack whenever there is mucus. C. It refers to most humans' opinion of mucus and contrasts with the more scientific term. D. It suggests mucus deserves the lack of respect it receives. I will brainliest if correct! The graph of an exponential model in the form y=aXb^x passes through the points (3,5) and (4,10). Which point is also on the graph?(Multiple choice) 2. What was the instrumentation Franklin used to determine the structure of DNA?Multiple choice question.A)X-ray diffractionB)spectroscopyC)electron diffractionD)chromatography Give advice to young job seekers on which strategies they can follow if they experience rejection while job hunting i missed a day of school and we started a new unit lol 4What is one conclusion the author makes about wildlife? 5y > 10 please help!! You start with a container that is 8L big and the temperature in the room is 326K.If the you take the container out in the heat at 352K, how big will it get? Madison had seven pizza boxes left over from her girls weekend and each pizza box there were 2/5 of a pizzas left how much total pizza was left from the weekend