Answer: The key areas of controversy related to genetically modified food (GM food or GMO food) are whether such food should be labeled, the role of government regulators, the objectivity of scientific research and publication, the effect of genetically modified crops on health and the environment, the effect on pesticide ..
Explanation: have a good day!
Answer: 3
Explanation:
Given :
numC = 12
while numC > 3:
numC = numC / 2
Initial value of numC = 12
The condition checks if the value of numC is greater than 12, only then will the statement be executed and the loop isn't altered
numC = 12 is greater Than 3 ;
numC = numC/2 = 12/2 = 6
numC is now 6 ;
numC = 6 is greater than 3
numC = numC / 2 = 6/2
numC is now 3
numC = 3 is not greater than 3 ; hence, loop terminates (condition isn't met)
Hence , numC = 3
Answer:
The dominant curled wing allele is also a recessive lethal.
Explanation:
If we look at the F2 ratio we see that :
curled wings: straight wings= 160:80
=2:1
Hence, if curled wings is considered to be a dominant trait then Curled wings * straight wings
Dd x dd
Punnet square will be as follows :
d d
D | Dd | Dd
d | Dd | dd
Hence in order to get F2
Dd x dd
Punnet square will be the same as above if the F1 cross is Dd* Dd
D d
D DD Dd
d Dd dd
if DD is lethal then the ratio is
Dd:dd=2:1
that is curled wings: straight wings=2:1
Hence, The dominant curled wing allele is also a recessive lethal.
Ive done that lab, an acceptable response is just a hypothesis question. Make sure to have an if, then, and a because. If you add the question I will provide an answer.