One property of light that makes it possible to record the image of an object with the camera

Answers

Answer 1

Answer:

Reflection

Explanation:

Reflection is the property of light in which when a ray of light hits a smooth surface, it bounces back in the direction in which it came from. If i is the angle between the normal to the surface and the incident ray, and r is the angle between the normal and reflected ray, the law of reflection states that the angle of incidence equals the angle of reflection. That is, i = r.

So, to record the image of an object with a camera, one property of light that makes that possible is reflection because, the incidence rays form an image of the object in the camera, while the reflected rays reflect the image so that it is visible to the eye.


Related Questions

Determine whether the phrase below is a sentence or a fragment.

While we were in Greece, we ate a lot of feta cheese.
a.
Sentence
b.
Fragment

Answers

sentence.


i believe it is sentence

What temperature is most commonly used in autoclaves to sterilize growth media and other devices prior to experimentation

Answers

Answer:

The most effective temparature used in autoclave is 121°C

The DuPage Freight Shipping Company charges the following rates: Weight of Package Rate per Pound 2 pounds or less $1.10 Over 2 pounds, but not more than 6 pounds $2.20 Over 6 pounds, but not more than 10 pounds $3.70 Over 10 pounds $3.80 Design a program that does the following: asks the user to enter the weight of a package and displays the shipping charges. 1. Prompt the user for the weight of a package 2. Determines the rate per pound in a getRate module 3. Calculates and displays the total shipping charge in a getTotal module Hint - you may want to use a global variable for this! Please submit three things:

Answers

Answer:

The program in Python is as follows:

def getRate(weight):

   if weight<=2.0:

       rate = 1.10

   elif weight>2 and weight<=6:

       rate = 2.20

   elif weight>6 and weight<=10:

       rate = 3.70

   else:

       rate = 3.80

   return rate

def getTotal(weight,rate):

   total = weight * rate

   print("Total: ",total)

weight = float(input("Weight: "))

rate = getRate(weight)

getTotal(weight,rate)

Explanation:

This defines the getRate function

def getRate(weight):

The following if conditions determine the corresponding rate based on the value of weight passed to the function

   if weight<=2.0:

       rate = 1.10

   elif weight>2 and weight<=6:

       rate = 2.20

   elif weight>6 and weight<=10:

       rate = 3.70

   else:

       rate = 3.80

This returns the rate back to the main method

   return rate

The getTotal module begins here

def getTotal(weight,rate):

This calculates the total charges

   total = weight * rate

This prints the calculated total

   print("Total: ",total)

The main begins here

This gets input for weight

weight = float(input("Weight: "))

This gets the rate from the getRate function

rate = getRate(weight)

This passes values to the getTotal function

getTotal(weight,rate)

Other Questions
Assume a court determined the driver was on a detour from his regular duties and was negligent when he ran over Mr. Melnick's dog. Who would be liable to Melnick The sum of 9 and c is less than orequal to 15. What line from Act III of Hamlet supports the conclusion that Shakespeare is critical of actors? compare and contrast two of the three forms of city government. help asap! Might be easy for some of you A number is divisible by 3 if the sum of the digits of the number is divisible by 3. If an object undergoes a change in momentum of 10 kg m/s in 3 s ,then the force acting on it is Lincoln's Emancipation Proclamation freeing the slaves was issued on the heels of what Northern "victory" in 1862? i am doing 7th grade coding 3.02 assignment can anybody help me it says bad input on line 3 and this is what it is can someone help me grade = int(input("What grade are you in?")) Groundwater PollutionFor Questions 17-21 write True if the statement is true. If the statement is false, replacethe underlined word or words to make the statement true. Write your changes on theline.17. Groundwater pollution is easy to monitor and clean up.18. Groundwater pollution as a result of human activity is widespread.19. Pollutants leach through soil and seep into storage tanks20. It can take decades for groundwater to get rid of its contaminants.21. Most efforts to reduce groundwater pollution focus on prevention The Latina side of my identity was forged and closely nurtured by my family through our shared experiences and traditions. How do the words forged and nurtured affect the meaning of this passage? Mary Katherine has a bag of 3 red apples , 5 yellow apples and 4 green apples , Mary takes a red apples out of the bag and does not replace it. What is the probability that the next apple she takes out is yellow question in picture | Math Amelia, Luis, Shauna, and Clarence used different approaches to solve the inequality7.2b + 6.5 > 4.8b 8.1.Amelia started by subtracting 7.2b from both sides to get 6.5 > 2.4b 8.1.Luis started by subtracting 4.8b from both sides to get 2.4b + 6.5 < 8.1.Shauna started by subtracting 6.5 from both sides to get 7.2b > 4.8b 14.6.Clarence started by adding 8.1 to both sides to get 7.2b + 14.6 > 4.8b.Which students first step was incorrect, and why?Amelias, because the variable term must be isolated on the left sideLuiss, because he flipped the inequality sign when he subtractedShaunas, because she did not apply the subtraction property of equality properly Clarences, because the terms he added together were not like terms Help me with this problem You react 25.0 grams of aluminum with iron (II) chloride. How many grams of iron will youmake? 2A1 + 3FeCl2 --> 2AlCl3 + 3Fe(PLS HELP ASAP) What fraction of a circle does an arc measure of 30 degrees encompass?1/121/41/61/3 Why did eleven southern states choose to secede after the election of Abraham Lincoln in 1860, and why did Lincoln and the United States go to war in response Solve: all real numbersno solutionPlease help What is the vertex ofy= 3/4x^2+3x+2