I think the answer for Q2 is D but i could be wrong. sorry if i am
Answer:
hi here is your answer hope it helps
Explanation:
All living organisms share several key characteristics or functions: order, sensitivity or response to the environment, reproduction, adaptation, growth and development, homeostasis, energy processing, and evolution. When viewed together, these characteristics serve to define life.
Answer:
<u>3) Uncontrolled cell division occurred as a result of gene mutations</u>
<u />
Explanation:
Spontaneous modifications within the genome may occur during the process of cell division. When copies of the DNA inside the cell are made, these mutations cause errors; and can include small single nucleotide polymorphisms, and large scale additions or deletions across multiple genes.
Some, like somatic mutations, exist only inside vegetative (body) cells, that cannot be passed onto offspring. This is caused by several factors like
- UV radiation,
- chemical mutagens,
- infective agents
UV radiation damages strands of DNA, by causing dimers to form; here, consecutive nucleotide bases covalently bond instead of those on the complementary strand. This conformational change causes errors in DNA proofreading and repair mechanisms where bases are not well-incorporated into the strand- tumors (clumps of uncontrolled cell growth) may form, resulting in melanoma, a type of skin cancer.
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>