ummm I think sorry I don’t know I just want points lol
4. Of course the scientists are concerned, particularly the environmentalists. In fact, they are the people who find alternative ways in order to preserve out natural resources.
5. This is true. Land environments is more susceptible to pollution than water environment. Because of the assimilative capacities of the bodies of water, they can cleanse themselves.
6. False. The weather, the water quality and the forest are three of the things that have drastically changed throughout time. Because of emitting too much air pollutants into the atmosphere, it has led to global warming and climate change.
7. This is true. No matter the size of the area is, it will always be affected.
8. This is true. Biology is the study of life. So, all living things and others related to it are under its field of study.
9. This is false. The atmosphere contains the ozone layers which protects the Earth from UV rays. Without the ozone layer, life would not be possible here on Earth.
10. This is true. Nature would always go about its own cycle. It is the actions of mankind and the effect towards nature that bring about environmental problems.
Answer:
<u>Syntax of function in the Python Programming Language.</u>
def function_name():
'''body of the function or code'''
#calling of the function
function_name()
Note: In Python Programming Language, Indentation is sensitive if you not focus on the indentation then, you program occurs an indentation error.
Explanation:
In Python Programming language, we can use the "def" keyword to define a function then we write the name of the function and then use parentheses for the argument list. "#" is used for the single-line comment and " ''' ''' " is used for the multiple line comment.
A function is the part or module of the program which provides users the feature of reusability of that code anywhere only by calling them.
Answer:
___I__22. paper
___I__23. glass
___C__24. iron
___I__25. plastic
___C__26. gold
__C___27. copper
___I__28. wood
___I__29. Rubber
___C__30. Aluminum
Materials which do not allow current to flow easily are called insulators.
Materials which allows current to flow easily are called Conductors.