Answer:
<em><u>1</u></em>
<em><u>1What is the output of 2 Input XNOR gate if both the inputs are same? Explanation: The output of 2 Input XNOR gate is 1 if both the inputs are same. The output of the XNOR gate is 1 if both the inputs are logic 0 or logic 1. This is why they are called as equality detector.</u></em>
Answer:
The molecular weight will be "28.12 g/mol".
Explanation:
The given values are:
Pressure,
P = 10 atm
=
=
Temperature,
T = 298 K
Mass,
m = 11.5 Kg
Volume,
V = 1000 r
=
R = 8.3145 J/mol K
Now,
By using the ideal gas law, we get
⇒
o,
⇒
By substituting the values, we get
As we know,
⇒
or,
⇒
Answer:
Check the explanation
Explanation:
Code
.ORIG x4000
;load index
LD R1, IND
;increment R1
ADD R1, R1, #1
;store it in ind
ST R1, IND
;Loop to fill the remaining array
TEST LD R1, IND
;load 10
LD R2, NUM
;find tw0\'s complement
NOT R2, R2
ADD R2, R2, #1
;(IND-NUM)
ADD R1, R1, R2
;check (IND-NUM)>=0
BRzp GETELEM
;Get array base
LEA R0, ARRAY
;load index
LD R1, IND
;increment index
ADD R0, R0, R1
;store value in array
STR R1, R0,#0
;increment part
INCR
;Increment index
ADD R1, R1, #1
;store it in index
ST R1, IND
;go to test
BR TEST
;get the 6 in R2
;load base address
GETELEM LEA R0, ARRAY
;Set R1=0
AND R1, R1,#0
;Add R1 with 6
ADD R1, R1, #6
;Get the address
ADD R0, R0, R1
;Load the 6th element into R2
LDR R2, R0,#0
;Display array contents
PRINT
;set R1 = 0
AND R1, R1, #0
;Loop
;Get index
TOP ST R1, IND
;Load num
LD R3,NUM
;Find 2\'s complement
NOT R3, R3
ADD R3, R3,#1
;Find (IND-NUM)
ADD R1, R1,R3
;repeat until (IND-NUM)>=0
BRzp DONE
;load array address
LEA R0, ARRAY
;load index
LD R1, IND
;find address
ADD R3, R0, R1
;load value
LDR R1, R3,#0
;load 0x0030
LD R3, HEX
;convert value to hexadecimal
ADD R0, R1, R3
;display number
OUT
;GEt index
LD R1, IND
;increment index
ADD R1, R1, #1
;go to top
BR TOP
;stop
DONE HALT
;declaring variables
;set limit
NUM .FILL 10
;create array
ARRAY .BLKW 10 #0
;variable for index
IND .FILL 0
;hexadecimal value
HEX .FILL x0030
;stop
.END
uniform
welcome 2 Ghana African state western region
Answer: 255
255 turns are required to create 25 ohms of secondary impedance.
Explanation:
Given that,
Number of turns in primary wire N₁ = 900
impedance on Primary wire Z₁ = 400 ohms
Number of turns in Secondary wire N₂ = ?
impedance on Secondary wire Z₂ = 25 ohms
we know that, the relationship between turn and impedance is
Zp / Zs = ( Np / Ns )²
(Primary impedance / secondary impedance) = Number of turns in primary wire / Number of turns in secondary wire)²
there fore
Z₁ / Z₂ = ( N₁ / N₂ )²
Now we substitute
( 400 / 25 ) = ( 900 / N₂ )²
400 / 25 = 900² / N₂²
we cross multiple to get our N₂
400 × N₂² = 900² × 25
N₂² = ( 900² × 25 ) / 400
N₂² = ( 810000 × 25 ) / 400
N₂² = 20250000 / 400
N₂² = 50625
N₂ = √50625
N₂ = 225
Therefore 255 turns are required to create 25 ohms of secondary impedance.