Start learning 50% faster. Sign in now
ATQ, Leena’s score = Jai's score - 30 = 95 - 30 = 65 Neha’s score = Leena's score + 45 = 65 + 45 = 110 Omar’s score = Neha's score - 32 = 110 - 32 = 78 Karan’s score in the first test = Omar's score - 22 = 78 - 22 = 56 Total maximum marks of tests = 150 + 180 = 330 Karan has to score 60% of 330 = 330 × (60/100) = 198 marks Remaining required marks = 198 - 56 = 142 Required % = (142/180) × 100 = 78.8889% or 79%
Predict the correct output of below code in python
Greeting = lambda : print('Welcome to Ixambee’)
Greeting()
Consider a Binary Search Tree (BST) where every node stores a key and two child pointers. What is the time complexity of finding the Lowest Common Ances...
Operator overloading in C++
Which component in a V-shaped software development model corresponds to the testing phase?
In a hypervisor-based virtualization environment, which of the following storage solutions is best suited for providing high availability and scalabilit...
State True/False
With a data mart, teams can access data and gain insights faster, because they don’t have to spend time searching within a ...
Dynamic programming is used by
In the field of Natural Language Processing (NLP), which of the following tasks focuses on identifying the sentiment behind a given text? ...
Which of the following SQL queries is used to find the second highest salary from an employee table?
SELECT MAX (salary) FROM emp...