Question
A and B started a business. After 2 years they got
Rs.1425 as profit. Find the ratio of the investments of A and B, if A’s share is Rs.525.Solution
B’s share = 1425 – 525 = Rs.900 Ratio of share of A and B = 525 : 900 = 7:12
What is the worst-case time complexity of inserting n2Â elements into an AVL tree with n elements initially?
In the context of database backup, what does the term "point-in-time recovery" refer to?
The maximum number of binary trees that can be formed with three unlabeled nodes is:
Which protocol is used to securely access and manage remote network devices over an unsecured network by providing encrypted communication?
What is an identifier in C language?
Trace the output int main() { int a=12,b=39; printf ("%d",a&b); return 0; }
Which component in Hadoop is responsible for managing cluster resources and scheduling tasks?
Predict the output for below code in python
X=true
Y=false
Z=false
if not X or Y :
print(“first case”)
In CPU design, what does the Control Unit (CU) primarily handle?
What is the purpose of flow control in data communication?