Answer:
DNA digested with both enzyme h and e
Explanation:
<span>phenotype, genotype is the answer for the question above hope this will help.</span>
B. It is rigid it is important becuase it keeps the plants structure and it allows the plant to stand upright.It is not a fluid and because it is rigid it does not stretch.It cannot be C. because the cell wall is made of cellulose and it is a non living maerial therefore it cannot be alive
Cell A is more efficient at exchanging substances due to larger surface area to volume ratio.
Cell A is more efficient at exchanging substances with the surrounding environment than cell B because it has the larger surface-area-to-volume ratio. Larger surface area of the cell exchanges more substances with the surrounding environment while on the other hand, lower surface area of the cell exchanges less materials with the environment so we can conclude that cell A is more efficient at exchanging substances due to larger surface area to volume ratio.
Learn more: brainly.com/question/24962460
Procedure Bigsub is
procedure A (Flag: Boolean ) is
v,w : Integer
procedure B is
u,y : Integer
A(false);
end; -- of B
if flag
then B;
else C;
...
end; -- of A
procedureC is
u,w,y : Integer;
procedure D is
t,z : Integer
...
z = t*u + y-w;
...
end; -- of D
...
D;
end; -- of C
begin
t,u,v : Integer
...
A(true);
...
end; <span>-- of BigSub</span>