Answer:
a) 0.684
b) 0.90
Explanation:
Catalyst
EO + W → EG
<u>a) calculate the conversion exiting the first reactor </u>
CAo = 16.1 / 2 mol/dm^3
Given that there are two stream one contains 16.1 mol/dm^3 while the other contains 0.9 wt% catalyst
Vo = 7.24 dm^3/s
Vm = 800 gal = 3028 dm^3
hence Im = Vin/ Vo = (3028 dm^3) / (7.24dm^3/s) = 418.232 secs = 6.97 mins
next determine the value of conversion exiting the reactor ( Xai ) using the relation below
KIm =
------ ( 1 )
make Xai subject of the relation
Xai = KIm / 1 + KIm --- ( 2 )
<em>where : K = 0.311 , Im = 6.97 ( input values into equation 2 )</em>
Xai = 0.684
<u>B) calculate the conversion exiting the second reactor</u>
CA1 = CA0 ( 1 - Xai )
therefore CA1 = 2.5438 mol/dm^3
Vo = 7.24 dm^3/s
To determine the value of the conversion exiting the second reactor ( Xa2 ) we will use the relation below
XA2 = ( Xai + Im K ) / ( Im K + 1 ) ----- ( 3 )
<em> where : Xai = 0.684 , Im = 6.97, and K = 0.311 ( input values into equation 3 )</em>
XA2 = 0.90
<u />
<u />
<u />
Answer:
The source code files for this question have been attached to this response.
Please download it and go through each of the class files.
The codes contain explanatory comments explaining important segments of the codes, kindly go through these comments.
<span class="sg-text sg-text--link sg-text--bold sg-text--link-disabled sg-text--blue-dark">
java
</span>
<span class="sg-text sg-text--link sg-text--bold sg-text--link-disabled sg-text--blue-dark">
java
</span>
<span class="sg-text sg-text--link sg-text--bold sg-text--link-disabled sg-text--blue-dark">
java
</span>
<span class="sg-text sg-text--link sg-text--bold sg-text--link-disabled sg-text--blue-dark">
java
</span>
<span class="sg-text sg-text--link sg-text--bold sg-text--link-disabled sg-text--blue-dark">
java
</span>
Below is the program to separate odd and even numbers
<u>Explanation</u>:
<u>L1:</u>
mov ah,00
mov al,[BX]
mov dl,al
div dh
cmp ah,00
je EVEN1
mov [DI],dl
add OddAdd,dl
INC DI
INC BX
Loop L1
jmp CAL
<u>EVEN1:</u>
mov [SI],dl
add Even Add,dl
INC SI
INC BX
Loop L1
<u>CAL: </u>
mov ax,0000
mov bx,0000
mov al,OddAdd
mov bl,EvenAdd
MOV ax,4C00h
int 21h
end
The above program separates odd and even numbers from the array using 8086 microprocessor. It has odd numbers in 2000h and even numbers in 3000h.
Answer and Explanation:
The criteria defined for the instruments that changes rapidly with time, ae called dynamic characteristics. These characteristics are namely
1. Speed of response
2. Fidelity
3. Dynamic error
4. Measuring lag
Speed of response
It is the speed with which a measurement system responds to changes in the measured quantity.
Fidelity
It is the degree to which a measurement system indicates changes in the measured quantity without dynamic error.
Dynamic error
It is the difference between the true value of the quantity changing with time and the value indicated by the measurement system if no static error is assumed. It is also known as measurement error.
Measuring lag
It is the delay in the response of a measurement system to changes in the measured quantity. It is divided into two as follows.