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:
Hence, the three effects of electric current are heating effect, magnetic effect and chemical effect.
Answer:Prepare plans with detailed drawings that include project specifications and cost estimates.
Design and execute engineering experiments to create workable solutions.
Develop engineering calculations, diagrams and technical reports.
Explanation:
Answer:

Explanation:
The position of each point are the following:

Since the three objects report charges with same sign, then, net force has a repulsive nature. The net force experimented by point charge A is:





Answer:
a) The Net power developed in this air-standard Brayton cycle is 43.8MW
b) The rate of heat addition in the combustor is 84.2MW
c) The thermal efficiency of the cycle is 52%
Explanation:
To solve this cycle we need to determinate the enthalpy of each work point of it. If we consider the cycle starts in 1, the air is compressed until 2, is heated until 3 and go throw the turbine until 4.
Considering this:




Now we can calculate the enthalpy of each work point:
h₁=281.4KJ/Kg
h₂=695.41KJ/Kg
h₃=2105KJ/Kg
h₄=957.14KJ/Kg
The net power developed:

The rate of heat:

The thermal efficiency:
