Question
A regular hexagon has a side length of 10 units. Find
the area of the hexagon.Solution
A regular hexagon can be divided into 6 equilateral triangles. The side length of each equilateral triangle is 10 units. The area of an equilateral triangle with side length s is (β3/4) * sΒ² . So, the area of one equilateral triangle is (β3/4) * 10Β² = 25β3 square units. The area of the entire hexagon is 6 * 25β3 = 150β3 square units. Answer: (A)
Time complexity of heap sort is:
Which type of database key is a candidate key that has not been chosen as the primary key?
Which data structure uses LIFO (Last In, First Out) principle?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
- Which of the following is the primary characteristic of Infrastructure as a Service (IaaS) in cloud computing?
Which of the following accurately describes the role of a "foreign key" in a relational database system?
Deletion in Red-Black Trees maintains balance using:
Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?
In the dynamic programming approach for LCS, the base cases are crucial for correctly initializing the dp table.
Consider the following Python co...
RISC stands for: