Question
‘A’ invested Rs. 4800 for ‘x’
months while ‘B’ invested Rs. 800 less amount than ‘A’ for (x + 3) months. If the ratio of the profits received by ‘A’ and ‘B’ is 4:5, respectively then find the value of ‘x’Solution
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?