Start learning 50% faster. Sign in now
The area of a triangle is given by: Area = 1/2 × a × b × sin(θ) Given: a = 13 cm, b = 14 cm, and θ = 60°. Area = 1/2 × 13 × 14 × sin(60°) Area = 1/2 × 13 × 14 × √3/2 Area = 91√3/2 cm² Correct option: B) 91√3/2 cm²
Which web technology allows web pages to adapt to different screen sizes and devices?
Which of the following is a valid token in lexical analysis?
What does the complexity class P refer to?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
In Hadoop, what is the purpose of the MapReduce paradigm?
Which Apache project provides real-time stream processing and messaging capabilities in Hadoop?
What is exception handling in programming?
In the context of synchronization, what is a deadlock?
State true or false
FDMA is a communication technique that divides the available frequency spectrum into multiple non-overlapping frequency ba...
Which of the following function is used in every hashing technique