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
Answer:
a). Work transfer = 527.2 kJ
b). Heat Transfer = 197.7 kJ
Explanation:
Given:
= 5 Mpa
= 1623°C
= 1896 K
= 0.05 
Also given 
Therefore,
= 1 
R = 0.27 kJ / kg-K
= 0.8 kJ / kg-K
Also given : 
Therefore,
= 

= 0.1182 MPa
a). Work transfer, δW = 
![\left [\frac{5\times 0.05-0.1182\times 1}{1.25-1} \right ]\times 10^{6}](https://tex.z-dn.net/?f=%5Cleft%20%5B%5Cfrac%7B5%5Ctimes%200.05-0.1182%5Ctimes%201%7D%7B1.25-1%7D%20%20%5Cright%20%5D%5Ctimes%2010%5E%7B6%7D)
= 527200 J
= 527.200 kJ
b). From 1st law of thermodynamics,
Heat transfer, δQ = ΔU+δW
= 
=![\left [ \frac{\gamma -n}{\gamma -1} \right ]\times \delta W](https://tex.z-dn.net/?f=%5Cleft%20%5B%20%5Cfrac%7B%5Cgamma%20-n%7D%7B%5Cgamma%20-1%7D%20%5Cright%20%5D%5Ctimes%20%5Cdelta%20W)
=![\left [ \frac{1.4 -1.25}{1.4 -1} \right ]\times 527.200](https://tex.z-dn.net/?f=%5Cleft%20%5B%20%5Cfrac%7B1.4%20-1.25%7D%7B1.4%20-1%7D%20%5Cright%20%5D%5Ctimes%20527.200)
= 197.7 kJ
Answer:
True
Explanation:
Tensile testing which is also referred to as tension testing is a process which materials are subjected to so as to know how well it can be stretched before it reaches breaking point. Hence, the statement in the question is true