1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Bond [772]
3 years ago
8

There are several reasons it’s important to use the right tool and the right size tool for the job, but the most important reaso

n is for _________________________.
A worn, dull or defective tool is more dangerous to use than a sharp tool that’s in good condition. If you find a defective tool or equipment you should FIRST: _________________________________________
The most important reason you don’t lay tools on bumpers or fenders is that they could: ______________________________________________________________________________________
The most important reason jack handles should be kept raised when they are not in use is: ______________________________________________________________________________________
Creepers are used for working under cars. When they are not in use, the safest way to store them is: ______________________________________________________________________________
Spills and excess oil, grease, gasoline or solvent must be cleaned up immediately because they are a fire hazard, and most importantly, because: ____________________________________________________
Use caution around an engine that’s been running because:
It is hot and can cause severe burns Hot fluids will be present

Cooling fan may engage at any time All of these

If battery acid splashes on you or your clothes, wash it off immediately with: ______________________________________________________________________________________
Before you raise or lower the car warn everyone nearby to: ____________________________________
All flammables are to be stored in: ______________________________________________________
When cleaning up an oil spill, use _________________________to absorb the oil before sweeping it up.
Be sure you are standing on a dry floor when you’re working with anything electrical because: ______________________________________________________________________________________
Frayed wires, worn insulation or loose connections can cause:
Burns or fires Short circuits Shock All of these



True or False?

Asphyxiation is caused by breathing toxic substances in the air.
Accidents never result from breaking safety rules.
The safety catch on a hydraulic lift must be engaged before you work under the vehicle.
You should always have your instructor demonstrate potentially dangerous equipment before you try to use it.
There is only 1 kind of accident that can happen in an auto repair shop.
Always pull vehicles through shop doors slowly and carefully to make sure they will clear the bottom of the raised door.
If you use power tools carefully, wearing eye protection usually is not necessary.
Dust from brake shoes should be blown around the shop with compressed air.
An electric-powered tool should never be used unless the plug has a functional ground prong.
Coolant has a sweet smell and is not hazardous for animals or humans to drink.
It is ok to wear jewelry while working in the shop.
A dry chemical fire extinguisher is usable for most types of fires.
There are 6 classes of fire extinguishers and any one of them can be used on any fire.
Improper use of an air nozzle can cause blindness, deafness, or death.
A class D fire extinguisher is classified for combustible metals, such as magnesium.
Dangling clothing, long hair, or a string from a sweatshirt hood can become caught in a moving part and cause extreme injury.
Horseplay and practical jokes are ok when there are no vehicles in the shop.
Common sense and good judgment should be utilized at all times in the shop.
The Occupational and Health Safety Administration (OSHA) assures healthy and safe working environments by authorizing enforcements of the standards developed under the Act.
The use of a frayed electrical cord is ok as long as you do not stand near it while electricity runs through it.
An electrical fire is a Class C fire.
Gasoline can be stored in any closed container.
It is OK to work under a vehicle on a lift with the safety catch not engaged as long as your careful.
A screwdriver can also be used as a pry bar.
Tools may be stored safely on top of a battery.
The safe and proper way to carry a vehicle battery is with a battery carrier and not your bare hands.
Before you lift the car with a jack it is not necessary to chock the wheels that remain on the ground.
Safety (jack) stands should only be placed under the proper lifting points of a vehicle once you have raised it with a hydraulic floor jack.
You should stay out of a clearly marked operating safety zone while someone is using that piece of equipment.
Computers and Technology
1 answer:
Helga [31]3 years ago
4 0

Answer:

ok t dog

Explanation:

You might be interested in
Which of the statements below is true?
emmainna [20.7K]

The given statement that is true is; B: The Formatting, Standard, and Drawing toolbars are displayed.

<h3>Which statement is true of microsoft word?</h3>

In Microsoft word, there are different toolbars that are useful in operation. Now, from the given image from Microsoft word, we can see that toolbar is clicked. However in the fly-down from it, we see that the standard, formatting and drawing toolbars are ticked and as such they are the ones displayed.

Looking at the options, the correct one is Option B because it tells us that Formatting, Standard, and Drawing toolbars are displayed.

Read more about a true statement at; brainly.com/question/25605883

8 0
3 years ago
Betty was sitting at a coffee shop reading her favorite book. She heard an explosion nearby. In a few, she could hear ambulance
enot [183]
B or D are the options I would suggest.
4 0
3 years ago
Read 2 more answers
There Are Two Programs in this Question who will attempt first i will give brainliest ans reward and big points:-
Korolek [52]

Answer:

here you go ,could only do Question 2.try posting question 1 seperately maybe someone else can also try to help

Explanation:

Question 2.

#include <iostream>

using namespace std;

// class BankAccount

class BankAccount{

  

    // instance variables

    private:

        int accountID;

        int balance;

  

    public:

      

        // constructor

        BankAccount(int accountID, int balance){

            this->accountID = accountID;

            this->balance = balance;

        }

      

        // getters and setters

        void setAccoutnId(int accountID){

            this->accountID = accountID;

        }

      

        int getAccountId(){

            return accountID;

        }

      

        void setBalance(int balance){

            this->balance = balance;

        }

      

        int balanceInquiry(){

            return balance;

        }

};

class CurrentAccount : public BankAccount{

  

    public:

  

        // constructor

        CurrentAccount(int accountID, int balance):BankAccount(accountID,balance){

          

        }

      

        // function amount to withdraw

        void amountWithdrawn(int amount){

            setBalance(balanceInquiry()-amount);

        }

      

        // function to deposit amount

        void amountDeposit(int amount){

            setBalance(balanceInquiry()+amount);

        }

};

class SavingsAccount : public BankAccount{

  

    public:

      

        // constructor

        SavingsAccount(int accountID, int balance):BankAccount(accountID,balance){

          

        }

  

        // function amount to withdraw

        void amountWithdrawn(int amount){

            setBalance(balanceInquiry()-amount);

        }

      

         // function to deposit amount

        void amountDeposit(int amount){

            setBalance(balanceInquiry()+amount);

        }

      

      

};

int main()

{

    // calling function of Current Account

    cout<<"Current Account : "<<endl;

    CurrentAccount current(122,100000);

    current.amountWithdrawn(10000);

    cout<<"Your balance after withdraw : ";

    cout<<current.balanceInquiry()<<endl;

    current.amountDeposit(30000);

    cout<<"Your balance after deposit : ";

    cout<<current.balanceInquiry()<<endl;

    cout<<endl<<endl;

  

    // calling function of Savings Account

    cout<<"Savings Account : "<<endl;

    SavingsAccount saving(125,80000);

    saving.amountWithdrawn(5000);

    cout<<"Your balance after withdraw : ";

    cout<<saving.balanceInquiry()<<endl;

    saving.amountDeposit(20000);

    cout<<"Your balance after deposit : ";

    cout<<saving.balanceInquiry();

    return 0;

}

4 0
3 years ago
Assume that the int variables i and j have been declared, and that n has been declared and initialized.
timama [110]

Answer:

public class num6 {

   public static void main(String[] args) {

       int n = 4;

       for(int i = 1; i <= n; ++i) {

           for(int j = 1; j <= i; ++j) {

               System.out.print("* ");

           }

           System.out.println();

       }

   }

}

Explanation:

This solution is implemented in Java

Two for loops are required for this (an inner nd outer for loop).

The innner and outer for loops can be seen as implementing rows and columns (so on the first 'row' i=1, so a single star is printed, on the second row, i =2, two stars are printed and so on, all on seperate lines)

8 0
3 years ago
What helps to identify trends?
vagabundo [1.1K]
Pie graph but idk if thats the answer
4 0
4 years ago
Read 2 more answers
Other questions:
  • Consider a set of mobile computing clients in a certain town who each
    13·1 answer
  • What three steps Name a group??
    14·1 answer
  • Question 5 (1 point)
    5·1 answer
  • 2. An evil twin attack that broadcasts a legitimate SSID for an unauthorized network is an example of what category of threat? A
    9·1 answer
  • In which table is the input and the corresponding output of a Boolean function listed? How is the output of the NAND gate determ
    9·1 answer
  • First, read in an input value for variable valCount. Then, read valCount integers from input and output each integer on a newlin
    6·1 answer
  • A major public university graduates approximately 10,000 students per year, and its development office has decided to build a We
    10·1 answer
  • . Define the process of Technological relationship
    12·1 answer
  • A researcher is interested in learning more about the different kinds of plants growing in different areas of the state she live
    8·1 answer
  • What describes Accenture's approach to automation?
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!