Answer:
The answer is "discipline" , I was doing the same thing a minute ago. I hope this anwser is helpful! ^^
Explanation:
Answer:
B (exponential growth )
Explanation: wish u the best bby <33
Answer:
The algorithm is as follows:
1. Declare Arr1 and Arr2
2. Get Input for Arr1 and Arr2
3. Initialize count to 0
4. For i in Arr2
4.1 For j in Arr1:
4.1.1 If i > j Then
4.1.1.1 count = count + 1
4.2 End j loop
4.3 Print count
4.4 count = 0
4.5 End i loop
5. End
Explanation:
This declares both arrays
1. Declare Arr1 and Arr2
This gets input for both arrays
2. Get Input for Arr1 and Arr2
This initializes count to 0
3. Initialize count to 0
This iterates through Arr2
4. For i in Arr2
This iterates through Arr1 (An inner loop)
4.1 For j in Arr1:
This checks if current element is greater than current element in Arr1
4.1.1 If i > j Then
If yes, count is incremented by 1
4.1.1.1 count = count + 1
This ends the inner loop
4.2 End j loop
Print count and set count to 0
<em>4.3 Print count</em>
<em>4.4 count = 0</em>
End the outer loop
4.5 End i loop
End the algorithm
5. End
Engineering ethics is not without abstraction, but in contrast with computing, it is animated by a robust and active movement concerned with the seamless identification of ethics with practice.
<h3 /><h3>What is engineering?</h3>
This is a branch of science and technology concerned with the design, building, and use of engines, machines, and structures that uses scientific principles.
Comparing ethics in engineering and ethics in computing:
- Engineering ethics are a set of rules and guidelines. While computing ethics deals with procedures, values and practices.
- In engineering ethics, engineers must adhere to these rules as a moral obligation to their profession While in computing ethics, the ethics govern the process of consuming computer technology.
- Following these ethics for the two professions will NOT cause damage, but disobeying them causes damage.
Some practical examples in the computing field:
- Avoid using the computer to harm other people such as creating a bomb or destroying other people's work.
- Users also should not use a computer for stealing activities like breaking into a bank or company.
- Make sure a copy of the software had been paid for by the users before it is used.
Some practical examples in the engineering field:
- Integrity for oneself.
- Respect for one another.
- Pursuit of excellence and accountability.
Hence, Engineering ethics is the field of system of moral principles that apply to the practice of engineering and following them is important to the profession.
Read more about <em>engineering</em> here:
brainly.com/question/17169621
#SPJ1
Answer:
P = 4.745 kips
Explanation:
Given
ΔL = 0.01 in
E = 29000 KSI
D = 1/2 in
LAB = LAC = L = 12 in
We get the area as follows
A = π*D²/4 = π*(1/2 in)²/4 = (π/16) in²
Then we use the formula
ΔL = P*L/(A*E)
For AB:
ΔL(AB) = PAB*L/(A*E) = PAB*12 in/((π/16) in²*29*10⁶ PSI)
⇒ ΔL(AB) = (2.107*10⁻⁶ in/lbf)*PAB
For AC:
ΔL(AC) = PAC*L/(A*E) = PAC*12 in/((π/16) in²*29*10⁶ PSI)
⇒ ΔL(AC) = (2.107*10⁻⁶ in/lbf)*PAC
Now, we use the condition
ΔL = ΔL(AB)ₓ + ΔL(AC)ₓ = ΔL(AB)*Cos 30° + ΔL(AC)*Cos 30° = 0.01 in
⇒ ΔL = (2.107*10⁻⁶ in/lbf)*PAB*Cos 30°+(2.107*10⁻⁶ in/lbf)*PAC*Cos 30°= 0.01 in
Knowing that PAB*Cos 30°+PAC*Cos 30° = P
we have
(2.107*10⁻⁶ in/lbf)*P = 0.01 in
⇒ P = 4745.11 lb = 4.745 kips
The pic shown can help to understand the question.