Question
What is the area of a square? I. The measure of
diagonal of the square is given. II. The measure of one side of the square is given. III. The perimeter of the square is given. In each of the following questions, a question is followed by information given in three statements. You have to study the question along with the statements and decide that the information given in which of the statements is necessary to answer the question.Solution
Let the diagonal of a square be ‘d’. Diagonal of a square = √2 a d = √2 a a = d/√2 Area of a square = (d/√2)² From II, Let the sides of a square be ‘a’. Area of a square = (side)² = a² From III, Let the perimeter = 4 × side P = 4a a = P/4 Area of a square = (P/4)²
Which command displays the manual page for another command?
How can you make a shell script executable?
Which character is used to denote a single-line comment in a shell script?
In shell scripting, which operator is used for string comparison?
In shell scripting, how do you assign the string "Hello World" to a variable named `MESSAGE`?
Which command is used to search for a string inside a file?
Metadata in a data warehouse primarily describes:
Which character is used to denote a single-line comment in a shell script?
Which command is used to display the current working directory in a Unix-like operating system?
Which operator is used to append output to a file?