Question
What is the area of a circular field? I. The area
of the largest square that can be inscribed in the given circular field is 450 cm². II. The area of the smallest square in which the given circular field can be inscribed is 900 cm². Each of the questions below consists of a question and three statements numbered I and II given below it. You have to decide whether the data provided in both the statements are sufficient to answer the question. Read all the statements and give answer –Solution
From I, Area of largest square inscribed in a circle of radius r is 2r². Then, 2r² = 450 ∴ r = √225 = 15 cm Thus we can find the area of the circular field. Hence I alone is sufficient to answer the question. From II. Area of the smallest square in which a circle can be inscribed = 4r². Then, 4r² = 900 ∴ r² = √225 = 15 cm Thus we can find the area of the circular field. Hence II alone is sufficient to answer the question.
A view in SQL is:
Consider a `LinkedList` data structure. Which control flow statement is most appropriate for iterating through all elements of the list from head to tai...
HTTPS ensures which of the following?
Which of the following is a type of phishing attack?
In the Relational Database Model, data is organized into:
What is context switching?
Which of the following is a common technique for concurrency control in databases?
Consider the following Java code snippetÂ
public class Car {
  private String model;
  private int year;
  publ...
What does normalization in DBMS achieve?
Which SQL command is used to retrieve data from a table?