Answer:
my_mul:
.globl my_mul
my_mul:
//Multiply X0 and X1
// Does not handle negative X1!
// Note : This is an in efficient way to multipy!
SUB SP, SP, 16 //make room for X19 on the stack
STUR X19, [SP, 0] //push X19
ADD X19, X1, XZR //set X19 equal to X1
ADD X9 , XZR , XZR //set X9 to 0
mult_loop:
CBZ X19, mult_eol
ADD X9, X9, X0
SUB X19, X19, 1
B mult_loop
mult_eol:
LDUR X19, [SP, 0]
ADD X0, X9, XZR // Move X9 to X0 to return
ADD SP, SP, 16 // reset the stack
BR X30
Explanation:
Answer:
1. Industrial revolution was initiated or borne through the production of Steel
2. World War 1 led to the development of Tanks
Explanation:
The production of Steel through the Bessemer Process in the middle of the nineteenth century was a major technological development that spurred the Industrial revolution. This invention led to the widespread use of steel in the production of many things including vehicles and airplanes.
During the First World War in 1914, soldiers found the use of just their armaments in battle as not so productive. This led to the development of Tanks in 1915 that would continue moving towards the enemy even when being shot at.
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Vlad [161]
Answer:
Explanation:
you need more information x
Answer:
the maximum length of specimen before deformation is found to be 235.6 mm
Explanation:
First, we need to find the stress on the cylinder.
Stress = σ = P/A
where,
P = Load = 2000 N
A = Cross-sectional area = πd²/4 = π(0.0037 m)²/4
A = 1.0752 x 10^-5 m²
σ = 2000 N/1.0752 x 10^-5 m²
σ = 186 MPa
Now, we find the strain (∈):
Elastic Modulus = Stress / Strain
E = σ / ∈
∈ = σ / E
∈ = 186 x 10^6 Pa/107 x 10^9 Pa
∈ = 1.74 x 10^-3 mm/mm
Now, we find the original length.
∈ = Elongation/Original Length
Original Length = Elongation/∈
Original Length = 0.41 mm/1.74 x 10^-3
<u>Original Length = 235.6 mm</u>