Question
The average cost of three chairs is Rs.12000. The
average cost decrease by 18% when one more chair is included. What is the cost price of the 4th chair?Solution
Total cost of three chairs = 12000 × 3 = Rs. 36000 Average cost of all the four chairs = 12000 × (82/100) = Rs. 9840 Total cost of all the four chairs = 9840 × 4 = Rs. 39360 Cost of the 3rd chair = 39360 - 36000 = Rs. 3360
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?