Question
Angle bisectors of Q and R meet at point S, inside the
triangle PQR. If angle QSR = 118˚ , then the measure of angle P is:Solution
So, angle QSR = 90 + (angle P)/2 => 118 = 90 + (angle P)/2 => angle P = 28 x 2 = 56˚
What is the purpose of the #include
directive in C/C++ programming? Consider the following Python code:
class Vehicle:
def __init__(self, brand):
self.brand = brand
def...
Which of the following is a key characteristic of a Public Cloud?
What is the primary purpose of the memory management process known as "compaction"?
Which of the following operation is performed by Domain Name Server (DNS)?
Which probability distribution is most widely used to model channel noise in pulse code modulation?
In PAM technique which of the below attributes of the pulse is used to vary as the amplitude of message varies
Which functional dependency holds in given relation R (A, B, C) and why?
Consider the following statement regarding DIAC.
Statement (1): DIAC is unidirectional device.
Statement (2): DIAC can be used for trigger...
- In a dense index, why might an index entry not appear for every search key value in the file?