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:
(b)Distortion energy theory.
Explanation:
The best suitable theory for ductile material:
(1)Maximum shear stress theory (Guest and Tresca theory)
It theory state that applied maximum shear stress should be less or equal to its maximum shear strength.
(2)Maximum distortion energy theory(Von Mises henkey's theory)
It states that maximum shear train energy per unit volume at any point is equal to strain energy per unit volume under the state of uni axial stress condition.
But from these two Best theories ,suitable theory is distortion energy theory ,because it gives best suitable result for ductile material.
Disability is extremely diverse. While some health conditions associated with disability result in poor health and extensive health care needs, others do not. However, all people with disability have the same general health care needs as everyone else, and therefore need access to mainstream health care services.
Answer:
The answer is "Option a".
Explanation:
Myelination was the myelinization mechanism of a neuron axon. The endothelium is enveloped all around the axon and isolates the axon that inhibits the neuronal message from leaking with the other neuronal axons. Inside this example, therefore, its tubes tape worked similarly to those of myelin sheath, which stops brain transmission.
Answer:
Answer with Explanation is in the following attachments.
Explanation: