Answer:
Farmers who use conventional tillage use compost more than other farmers.
Explanation:
Convectional tillage is good to the environment because it attains the following;
- It increases porosity of the soil
- It loosens the soil thus allowing proper root growth and air exchange
- It is an effective way to incorporate manure and break sod fields
- Tilled soils warm faster in spring
Answer:
a. 1.91 b. -8.13 mm
Explanation:
Modulus =stress/strain; calculating stress =F/A, hence determine the strain
Poisson's ratio =(change in diameter/diameter)/strain
extension lines,sketches,leader lines,dimensions describes all illustrations created by freehand.
Answer:
#Initialise a tuple
team_names = ('Rockets','Raptors','Warriors','Celtics')
print(team_names[0])
print(team_names[1])
print(team_names[2])
print(team_names[3])
Explanation:
The Python code illustrates or printed out the tuple team names at the end of a season.
The code displayed is a function that will display these teams as an output from the program.
Answer:
(A) elemental, alloy, or compound thin films are deposited on to a bulk substrate
Explanation:
In film deposition there is process of depositing of material in form of thin films whose size varies between the nano meters to micrometers onto a surface. The material can be a single element a alloy or a compound.
This technology is very useful in semiconductor industries, in solar panels in CD drives etc
so from above discussion it is clear that option (a) will be the correct answer