Answer:
Pressure = 11.38 psi
Force = 13.981 Ibf
Explanation:
Step by step solution is in the attached document.
Answer:
Alice is correct.
The loop are dependent.
Explanation:
for(i = 1; i <= N; i = (i*2)+17 )
for(k = i+1; k <= i+N; k = k+1) // notice i in i+1 and i+N
printf("B")
This is a nested for-loop.
After the first for-loop opening, there is no block of statement to be executed rather a for-loop is called again. And the second for-loop uses the value of i from the first for-loop. The value of N is both called from outside the loop.
So, the second for-loop depend on the first for loop to get the value of i. For clarity purpose, code indentation or use of curly brace is advised.
Answer:
(a) Increases
(b) Increases
(c) Increases
(d) Increases
(e) Decreases
Explanation:
The tensile modulus of a semi-crystalline polymer depends on the given factors as:
(a) Molecular Weight:
It increases with the increase in the molecular weight of the polymer.
(b) Degree of crystallinity:
Tensile strength of the semi-crystalline polymer increases with the increase in the degree of crystallinity of the polymer.
(c) Deformation by drawing:
The deformation by drawing in the polymer results in the finely oriented chain structure of the polymer with the greater inter chain secondary bonding structure resulting in the increase in the tensile strength of the polymer.
(d) Annealing of an undeformed material:
This also results in an increase in the tensile strength of the material.
(e) Annealing of a drawn material:
A semi crystalline material which is drawn when annealed results in the decreased tensile strength of the material.