Question
‘A’ and ‘B’ can do a piece of work in 20 days
and 25 days, respectively. If they started the work together and worked on it for 4 days, then find the time taken by ‘B’ alone to complete the remaining work.Solution
Let total amount of work be 100 units Efficiency of ‘A’ = 100/20 = 5 units/day Efficiency of ‘B’ = 100/25 = 4 units/day Amount of work done by ‘A’ and ‘B’ together in 4 days = (5 + 4) × 4 = 36 units Time taken by B to complete remaining work = (100 – 36)/4 = 16 days
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?