Question
In the question below some statements are given
followed by three conclusions I, II and III. You have to take the given statements to be true even if they seem to be at variance with commonly known facts. Read all the conclusions and then decide which of the given conclusion definitely follows from the given statements, disregarding commonly known facts. Statements: All Poster are Statue Mostly Statue are Cord Only Cord are Spinal Conclusions: I. Some Spinal being Poster is not a possibility II. Some Statue are not Spinal III. All Statue are PosterSolution
Only Cord are Spinal → All Spinal are Cord and Spinal can have negative relation with anyone. Hence conclusion I and II follow. All Poster are Statue → Conversion → Some Statue are Poster (I). Hence conclusion III does not follow.
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications? ...
Predict the correct output of below code in python
Greeting = lambda : print('Welcome to Ixambee’)
Greeting()
- Which type of join retrieves records from two tables where there is no matching entry in the second table?
An ATM (Automated Teller Machine) typically uses which type of computer system to perform its dedicated functions?
Which of the following design patterns violates the Open/Closed Principle of SOLID principles in object-oriented design?Â
Which type of software is designed to help users perform specific tasks, such as creating documents, spreadsheets, or presentations?
Which of the following cloud service models provides the most control over the underlying infrastructure to the user?Â
What will be the output of the following code snippet?
class Animal:
  def sound(self):
    return "Some sound"
...
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
- Which of the following is NOT one of the SOLID principles of software design?