Answer:
Technician b is correct
Explanation:
Before adjusting drive-belt tension, it is very important to check the vehicle workshop manual for specified belt tension, so that you can match your reading against the specification in the vehicle's service manual. If the tension reading you have matches the suggested reading in the vehicle's service manual and the belt is not damaged then you do not need to proceed any further. But if the reading does not match, then you can adjust the belt tension.
Therefore, technician b is correct.
Answer: yes
Explanation: ontop of a tall building, you drop a small peace of metal covered in zinc. it is possible to be very dangerus because of gravity. some one walking on the side walk who gets hit in the head can get a concusion maybe even a brain injury.
Answer:
// Program is written in Java Programming Language
// Comments are used for explanatory purpose
import java.util.*;
public class FlipCoin
{
public static void main(String[] args)
{
// Declare Scanner
Scanner input = new Scanner (System.in);
int flips;
// Prompt to enter number of toss or flips
System.out.print("Number of Flips: ");
flips = input.nextInt();
if (flips > 0)
{
HeadsOrTails();
}
}
}
public static String HeadsOrTails(Random rand)
{
// Simulate the coin tosses.
for (int count = 0; count < flips; count++)
{
rand = new Random();
if (rand.nextInt(2) == 0) {
System.out.println("Tails"); }
else {
System.out.println("Heads"); }
rand = 0;
}
}
Answer:
C: Viscosity, the resistance to flow that fluids exhibit
Explanation:
Did it on Edge :)
Answer:
Three material considerations are;
1. Identify and appraise the attainment of the goal of the with the design specification
2. Ascertain the required load the product being designed will experience and the suitability of the design specification to that load
3. Review the producibility of the design to ensure that it can be produced with the available technology
Explanation:
1. The appraisal of the design includes the consideration of the factors of the design and the building of reliability and efficiency into the design from the beginning
2. Ascertain if the product will require toughness, elasticity, and if will be subject to sudden or repeated loading conditions
3. Ensure that the design can be readily produced with the accessible manufacturing equipment during the conceptualization stage of the design.