Question
If the percentage of Mathematics students passed in exam
is increased by 50% and percentage of students passed in accounts is decreased by 40%, then what will be the total number of students passed in Mathematics and Accounts together?Solution
Required Answer = 2400 ×((12×150)/(100 ×100)+ (15 ×60)/(100 ×100)) = 2400 × 0.27 = 648
Consider the following C++ code:
#include
class Base {
public:
  Base() {
    std::cout << "Ba...
What problem does the Floyd-Warshall algorithm solve?
Which of the following practices is essential for maintaining security compliance in both Windows and Unix/Linux environments?Â
Simplify the Boolean expression.
Y= AB+A(B+C)+B(B+C)
Consider the following Python code:
class Vehicle:
  def __init__(self, brand):
    self.brand = brand
  def...
fill the blank for 19.
Which of the following is a challenge in machine translation?
Which of the following statements accurately describes the characteristics of a primary key in a relational database?
Which of these is a primary benefit of cloud disaster recovery?
Binary Search is an efficient searching algorithm that follows the Divide and Conquer approach. What is its time complexity?