Answer:
The resistance is 24.9 Ω
Explanation:
The resistivity is equal to:

The area is:
A = 60 * 60 = 3600 um² = 0.36x10⁻⁴cm²

If NA is greater, then, the term 1/NA can be neglected, thus the equation:

Where
V = 0.44 V
E = 11.68*8.85x10¹⁴ f/cm


The length is:
L = 10 - 0.335 = 9.665 um
The resistance is:

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.
Answer:
theoretical fracture strength = 16919.98 MPa
Explanation:
given data
Length (L) = 0.28 mm = 0.28 × 10⁻³ m
radius of curvature (r) = 0.002 mm = 0.002 × 10⁻³ m
Stress (s₀) = 1430 MPa = 1430 × 10⁶ Pa
solution
we get here theoretical fracture strength s that is express as
theoretical fracture strength =
.............................1
put here value and we get
theoretical fracture strength =
theoretical fracture strength =
theoretical fracture strength = 16919.98 MPa
Sorry, I don't know the answer...
Mark Me<u> BRAINLIEST</u> plzzz plzzz plzzz...