A 260 ft (79.25m) length of size 4 AWG uncoated copper wire operating at a temperature of 75°c has a resistance of 0.0792 ohm.
Explanation:
From the given data the area of size 4 AWG of the code is 21.2 mm², then K is the Resistivity of the material at 75°c is taken as ( 0.0214 ohm mm²/m ).
To find the resistance of 260 ft (79.25 m) of size 4 AWG,
R= K * L/ A
K = 0.0214 ohm mm²/m
L = 79.25 m
A = 21.2 mm²
R = 0.0214 * 
= 0.0214 * 3.738
= 0.0792 ohm.
Thus the resistance of uncoated copper wire is 0.0792 ohm
Answer:
7.7 kN
Explanation:
The capacity of a material having a crack to withstand fracture is referred to as fracture toughness.
It can be expressed by using the formula:

where;
fracture toughness K = 137 MPa
geometry factor Y = 1
applied stress
= ???
crack length a = 2mm = 0.002
∴




Now, the tensile impact obtained is:

P = A × σ
P = 1728.289 × 4.5
P = 7777.30 N
P = 7.7 kN
1.Only suitable for dc
2.more expensive than moving iron type
3. Easily damaged
Answer and Explanation:
• 1 thread awaits the incoming request
• 1 thread responds to the request
• 1 thread reads the hard disk
A multithreaded file server is better than a single-threaded server and a finite-state machine server because it provides better response compared to the rest and can make use of the shared Web data.
Yes, there are circumstances in which a single-threaded server might be better. If it is designed such that:
- the server is completely CPU bound, such that multiple threads isn't needed. But it would account for some complexity that aren't needed.
An example is, the assistance number of a telephone directory (e.g 7771414) for an community of say, one million people. Consider that each name and telephone number record is sixty-four characters, the whole database takes 64 MB, and can be easily stored in the server's memory in order to provide quick lookup.
NOTE:
Multiple threads lead to operation slow down and no support for Kernel threads.