Answer:
The correct option is;
c. Leaving the chuck key in the drill chuck
Explanation:
A Common safety issues with a drill press leaving the chuck key in the drill chuck
It is required that, before turning the drill press power on, ensure that chuck key is removed from the chuck. A self ejecting chuck key reduces the likelihood of the chuck key being accidentally left in the chuck.
It is also required to ensure that the switch is in the OFF position before turning plugging in the power cable
Be sure that the chuck key is removed from the chuck before turning on the power. Using a self-ejecting chuck key is a good way of insuring that the key is not left in the chuck accidentally. Also to avoid accidental starting, make sure the switch is in the OFF position before plugging in the cord. Always disconnect the drill from the power source when making repairs.
Answer:
Distributes a floor load or weight
Explanation:
Answer:
/* C Program to rotate matrix by 90 degrees */
#include<stdio.h>
int main()
{
int matrix[100][100];
int m,n,i,j;
printf("Enter row and columns of matrix: ");
scanf("%d%d",&m,&n);
/* Enter m*n array elements */
printf("Enter matrix elements: \n");
for(i=0;i<m;i++)
{
for(j=0;j<n;j++)
{
scanf("%d",&matrix[i][j]);
}
}
/* matrix after the 90 degrees rotation */
printf("Matrix after 90 degrees roration \n");
for(i=0;i<n;i++)
{
for(j=m-1;j>=0;j--)
{
printf("%d ",matrix[j][i]);
}
printf("\n");
}
return 0;
}
Answer:
True :)
Explanation:
You can recycle it! Tire recycling is the most practical and environment-friendly way of disposing of old and worn-out tires. Due to their inherent durability, large volume and environment and health risks, tires are one of the most problematic sources of solid wastes.
Hope it helped have a nice day! :)
Answer:
Explanation:
They are altered by variables such as temperature hence making materials challenging when dealing with them.