Answer:
A) Caption
Explanation:
This option makes the most sense. It's not Word Art or Comment. An illustration is like a drawing, so that's incorrect as well, leaving only caption as the correct answer.
Hope it helps!
Answer: b)It helps to engage workers in continuous improvement activities.
Explanation: Poke-yoke method was the technique to eliminate the mistakes that happen in a manufacturing process. It helps in avoiding the issues in the product and correcting those errors.
Mistake proofing is the mechanism of this methods that ensures about the product manufactured is safe from any failure and defects.It alerts the workers to improve the product through their working.
Other options are incorrect because it was developed by Shigeo Shingo , they had easy mechanism and feedback system did not told the workers about defects.Thus, the correct option is option(b).
It is called the file extension or filename extension. It is a suffix that indicates the file format.
Answer:
False.
Explanation:
The website of an international human rights organization stores a large database of information and provides search functionality to make it easier for their visitors to locate desired information. However, this approach fails to be effective since the search functionality is limited to the website rather than the whole web is a False statement.
Answer:
prompt("Enter a value for one edge of a cube")
Store user's value into edgeCube
area = 6 * (edgeCube * edgeCube)
volume = edgeCube * edgeCube * edgeCube
print("One side of the cube is: " + edgecube);
print("The area is: " + area)
print("The volume is: " + volume)