Answer:
b. pass through pores in the capillary endothelium
Explanation:
The fenestrated capillaries and sinusoids have pores in their endothelium. These pores or the intracellular clefts vary in size between the fenestrated capillaries and sinusoids. Sinusoids have larger intracellular clefts. The pores serve as a passage for the movement of water-soluble substances, proteins and other substances that cannot cross the hydrophobic interior of the cell membranes.
Water-soluble hormones also cannot pass through the capillary walls. Therefore, these hormones pass through the pore or the fenestrations present in the endothelium of capillaries. 
 
        
             
        
        
        
The correct answer is hypertonic
        
             
        
        
        
Answer: This told him that the allele for a green pod is dominant to the allele for yellow pods.
Explanation: Dominant traits will express themselves even if the allele for the other trait is there. If all of the offspring were green even though they carried the allele for a yellow pod, green must be dominant.
 
        
                    
             
        
        
        
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>