The indenter used in the Vicker’s hardness tester is _______________

The indenter used in the Vicker’s hardness tester is _______________ Correct Answer square-base diamond pyramid

The Vickers’s hardness uses the square-based diamond pyramid as the indenter. The included angle between opposite faces of the pyramid is 136°.

Related Questions

What is the result of compiling and running the following code?
public class Tester{static int x = 4;public Tester(){System.out.print(this.x); // line 1Tester();}public static void Tester(){ // line 2System.out.print(this.x); // line 3}public static void main(String... args){ // line 4new Tester();}}
What is the result of compiling and running the following code?
public class Tester{static int x = 4;int y = 9; public Tester(){System.out.print(this.x); // line 1printVariables();}public static void printVariables(){System.out.print(x); // line 2System.out.print(y); // line 3}public static void main(String... args) { // line 4new Tester();}}
What is the angle of indenter in Vicker’s hardness test?