Question
The average age of a group of 24 persons is found to be
30 years. Later it is found that age of two of the persons is calculated as 30 and 60 instead of 56 and 10. Find the correct average age of the group.Solution
Required average = {(24 × 30) – 30 – 60 + 56 + 10}/24 = 29 years
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?