Question
Statements: Some doors are windows. No window is
a hole. Conclusions: I. No hole is a door. II. Some doors are holes. In each question below are given two statements followed by two conclusions numbered I and II. You have to take the two given statements to be true even if they seem to be at variance with commonly known facts and then decide which of the given conclusions logically follows from the two given statements, disregarding commonly known facts. Give Answer:Solution
I + E = O, Hence, neither conclusion I nor II will follow. However, Conclusion I and II make a complementary pair, hence, either conclusion I or II will follow.
The number of significant figures for 5.1250 and 0.06900 respectively are____Â
What is a "collision" in the context of hashing?
What is the final value of x after the following C++ code snippet executes?
  int x = 10;
  for (int i = 0; i < 3; ++i) {
�...
What is the keyword used in Java to indicate that a class is inheriting from another class?
Using a bottom-up dynamic programming approach to calculate the 6th Fibonacci number (F(0)=0, F(1)=1), what are the values stored in the DP table F at i...
Which of the following sorting algorithms has the best worst-case time complexity of O(n log n)?
The order of convergence of Newton-Raphson method is:
Bourne-style shells uses which below symbol
Which of the following is a property of an admissible heuristic in A* search?
In which of the following scenarios would the Floyd-Warshall algorithm be most suitable?