Question
A person is standing 30 meters away from the base of a
building. If the angle of elevation from the person's eye level to the top of the building is 60 degrees, find the height of the building (assuming the person's eye level is 1.5 meters above the ground).Solution
Let the height of the building be h. The height from the eye level to the top is given by: tan 60 degrees = (h - 1.5)/30, where tan 60 degrees = √3 ≈ 1.732. Thus, h - 1.5 = 30 * 1.732 h - 1.5 = 51.96 h = 51.96 + 1.5 = 53.46 m. Correct Answer: c) 53.46 m
- In a relational database, which key uniquely identifies tuples within a table and can never contain NULL values?
What will be the output of the following code when implementing the SCAN I/O scheduling algorithm?
def scan(requests, head, direction):
 ...
Which of the following cloud service models provides the most control over the underlying infrastructure to the user?Â
Which method is used to compute the inverse of a matrix in numerical computing efficiently?
Which of the following data structures is best suited for implementing a priority queue?  Â
To count total no of argument in shell
Truncate command in SQL
Which layer in the OSI model corresponds to the Transport layer in the TCP/IP model and is responsible for end-to-end communication, error correction, a...
 The term "FAT" is stands for_____
In the context of Intelligent Systems, which of the following algorithms is primarily used for real-time pathfinding in robotics?