Question
Statements: J # Q, Q * D, D % P, P $ Y
Conclusions:      I. Q * Y               II. P *Y               III. Y @ P             IV. P # Q In these questions, symbols $, *, #, % and @ are used with different meaning as follows: ‘X $ Y’ means ‘X is not smaller than Y.’ ‘X * Y’ means ‘X’ is greater than Y’. ‘X # Y’ means ‘X’ is not greater than Y’. ‘X % Y’ means ‘X’ is smaller than Y’. ‘X @ Y’ means ‘X is neither smaller than nor greater than Y.’Solution
given statements: J # Q, Q * D, D % P, P $ Y After converting: J ≤ Q , Q > D, D < P , P ≥ Y After combining: J ≤ Q > D < P ≥ Y Conclusion a → Q * Y → Q > Y ( Q > D < P ≥ Y ) , No relationship can be established between Q and Y so, it is not true. Conclusion b → P * Y → P > Y ( P ≥ Y) it will make an either case, and conclusion III also is true.   Conclusion d → P # Q → P ≤ Q ( Q > D < P ), No relationship can be established between P and Q so, it is not true.
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?