Answer:
The correct answer is
option C. current to pneumatic (V/P)
Explanation:
A current to pneumatic controller is basically used to receive an electronic signal from a controller and converts it further into a standard pneumatic output signal which is further used to operate a positioner or control valve. These devices are reliable, robust and accurate.
Though Voltage and current to pressure transducers are collectively called as electro pneumatic tranducers and the only electronic feature to control output pressure in them is the coil.
Answer:
0.008
Explanation:
From the question, the parameters given are:
Velocity V = 5 m/s
Pressure = 10 pa
But pressure = F/A
10 = F/A
F = 10A
Substitute all the parameters into the formula below
Coefficient of viscosity (η) = F × r /[AV]
Where
F = tangential force,
r = distance between layers,
A = Area, and
V = velocity
(η) = 10A × 0.004 /[A × 5]
The A will cancel out
(η) = 10 × 0.004 /[5]
(η) = 0.04 /5
(η) = 0.008
Therefore, the coefficient of viscosity of the fluid is 0.008
Answer:
insert (array[] , value , currentsize , maxsize )
{
if maxsize <=currentsize
{
return -1
}
index = currentsize-1
while (i>=0 && array[index] > value)
{
array[index+1]=array[index]
i=i-1
}
array[i+1]=value
return 0
}
Explanation:
1: Check if array is already full, if it's full then no component may be inserted.
2: if array isn't full:
- Check parts of the array ranging from last position of range towards initial range and determine position of that initial range that is smaller than the worth to be inserted.
- Right shift every component of the array once ranging from last position up to the position larger than the position at that smaller range was known.
- assign new worth to the position that is next to the known position of initial smaller component.
The answer is answered! Explanation:
Answer with Explanation:
The crown will be pure if it's specific gravity is 19.3
Now by definition of specific gravity it is the ratio between the weight of an object to the weight of water of equal volume
Since it is given that the weight of the crown is 11.8 N we need to find it's volume
Now According to Archimedes principle when the crown is immersed into water the water shall exert a force in upwards direction on the crown with a magnitude equaling to weight of the water displaced by the crown
Mathematically this is the difference between the weight of the crown in air and weight when immersed in water
Thus Buoyant force is 
Now by Archimedes principle This force equals in magnitude to the weight of water of same volume as of the crown
Thus the specific gravity of the crown equals

As we see that the specific gravity of the crown material is less than that of pure gold hence we conclude that it is impure.