Answer:
The correct option is;
D. The vessel has closed living spaces onboard
Explanation:
Type B-1 Fire extinguishers
A fire extinguisher is required by the law to be installed in a boat that hs the following specifications
1) There are closed compartment in the boat that can be used for fuel storage
2) There exist double double bottom that is only partially filled with flotation materials
3) There are closed living spaces in the boat
4) The fuel tank is permanently installed in the boat
5) The engine is inboard.
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:
Federal agencies
Explanation:
NIST (National Institute of Standards and Technology) also called between 1901 and 1988 National Bureau of Standards (NBS), it is an agency of the Technology Administration of the United States Department of Commerce. The mission of this institute is to promote innovation and industrial competition in the United States through advances in metrology, standards and technology in ways that improve economic stability and quality of life.
As part of this mission, NIST scientists and engineers continually refine the science of measurement (metrology) by creating precise engineering and manufacturing required for most current technological advances. They are also directly involved in the development and testing of standards made by the private sector and government agencies. The NIST was originally called the National Bureau of Standards (NBS), a name it had from 1901 to 1988. The progress and technological innovation of the United States depends on the abilities of the NIST, especially if we talk about four areas: biotechnology , nanotechnology, information technologies and advanced manufacturing.
Answer:
Distillation, heat
Explanation:
Here in this question, we simply want to look at the best options that could fit in the gaps.
We have a mixture of liquids having boiling points which is far from each other.
Whenever we have a mixture of liquids with boiling points far away from each other, the best technique to use in separating them is to use distillation. That is why we have that as the best fit for the first missing gap.
Now, to get the liquids to separate from each other, we shall be needing the heating mantle for the application of heat. This ensures that the mixture is vaporized. After vaporization, the condensing tube will help to condense the vapor of each of the liquids once we reach the boiling point of either of the two.
Kindly note that the liquid with the lower temperature will evaporate first and will be first obtained. In fact after reaching a little above the boiling point of the lower boiling liquid, we can be sure that what we have left in the mixture pot is the second other liquid with the higher boiling point.
Answer:
The diamond ore will break and you won't get any diamonds.
Explanation: