Question
If the radius of a circle is given up to 15 times, how
much of its perimeter will be the perimeter of the previous perimeter?Solution
Let radius of the circle be r cm. Circumference of the circle = 2 πr New radius of the circle = 15 r New circumference of the circle = 2 π × 15r = 30 πr Required answer = 30 πr/2 πr = 15 (times)
Which of the following is used to enforce referential integrity?
Distributed transactions typically use which protocol for atomicity?
Which constraint ensures that a column contains only unique values, but allows NULL values?
During transaction before commit which of the following statements is done automatically in case of shutdown?
Which normal form removes transitive dependency?
Which SQL command is used to retrieve data from a table?
Which of the following best describes the control flow when a method in a subclass overrides a method in its superclass, and an object of the subclass i...
Which layer of the OSI model handles logical addressing and routing?
Which of the following operators is used to compare a value to a list of literal values that have been specified?
What does [aeiou] match in a regular expression?Â