Question
If diameter of a circle is increased by 25%, what will
be the area of the circle? I. Circumference of the circle is 88 m. II. Area of the circle is 616 sq.m. Each of the questions below consists of a question and two statements numbered I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and give answer –Solution
From I, 2Pi r = 88m ⟹ r = (88 x 7)/(22 x 2) = 14 m. d = 28 m. increased d = 125% of 28 = 35 m increased r = 17.5 m increased area = Pir² = (22 × 17.5 × 17.5)/(7) = 962.5m² From II, Pi r² = 616 m² ⟹ r²= = 196 r = 14 m. d = 28 m. increased d = 125% of 28 = 35 m increased r = 17.5 m increased area = Pi r²= (22 × 17.5 × 17.5)/(7) = 962.5m²
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?