Question
The base of a right pyramid is a square of side 10 cm.
If its height is 10 cm. then the area (in cm2) of its lateral surface is:Solution
Slant height = EF Height = EO = 10 cm OF = 10/2 = 5 cm In ΔEOF, EF^2 = OE^2 + OF^2 ⇒ 10^2 + 5^2 ⇒ EF = √125 = 5√5 Slant height = EF = 5√5 cm Perimeter of the base = 4 × 10 = 40 cm Lateral surface = (1/2) × Perimeter of the base × Slant height ⇒ (1/2) × 40 × 5√5 ⇒ 100√5 cm^2
 FAT stands for?
In a database cluster setup, what is the purpose of a "warm standby" server?
Which of the following techniques is used for dimensionality reduction while preserving the data's variance?
What is a resource in the context of deadlocks?
What is the purpose of a "private blockchain"?
Which circuit configuration has a single path for current flow?
In a virtual memory system, what is a "page fault"?
Which relationship type indicates that an entity is associated with exactly one instance of another entity?
Consider below arithmetic operation in python and predict the output
X=7.5
Y=2
print(X//Y)
When working with DMA in C, which function is often used to configure DMA channels?