Question
Find the area of the sector of a circle with radius 14
cm and central angle 90°.Solution
The area of the sector is given by: Area of sector = (θ/360) × π × r², where θ is the central angle, and r is the radius. Given: r = 14 cm and θ = 90°. Area of sector = (90/360) × π × 14² = 1/4 × π × 196 = 49π cm² Correct option: B) 49π cm²
Which of the following is a significant disadvantage of using a traditional file system compared to an RDBMS?
A "diamond" shape in an E-R Diagram typically represents a:
A column or set of columns that uniquely identifies each row in a table is called a:
Which key uniquely identifies a record in a table?
Which of these ensures referential integrity?
Which debugging tool allows a developer to pause program execution at specific lines, inspect variable values, and execute code step-by-step?Â
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...
Indexes improve query performance but can degrade performance of:
Shadow paging in recovery eliminates the need for:
Which of the following is used to remove all records from a table without removing the table structure?