Question
Akshay invested Rs. 1950 in two schemes P and Q in the
respective ratio of 8:5. Scheme P and Q are offering simple interest at the rate of 8% per annum and 10% per annum, respectively. Find the interest obtained after 2 years from scheme P.Solution
Amount invested in scheme P = (8/13) × 1950 = Rs. 1200 Interest earned from scheme P = 1200 × 8% × 2 = Rs. 192
In a combinational circuit, what is the key characteristic that distinguishes it from a sequential circuit?
Which consensus mechanism is used by Bitcoin, the first blockchain-based cryptocurrency?
_______is the machine learning algorithms that can be used with unlabeled data?
A is the only candidate key. Then how many superkey possible with R(A,S,C,D)
What is the primary purpose of the three-way handshake in TCP?
A device that connects network with different protocols?
An ADT defines:
What is the output of the following Python code snippet?
  x = [1, 2, 3]
  y = x
  x.append(4)
  print(y)
Which logic gate operation is performed by an XOR gate?
Which of the following is NOT a method for handling deadlocks?