Question
. In the questions given below there are three
statements followed by three conclusions I, II and III. You have to take the three given statements to be true even if they seem to be at variance from commonly known facts. Read all the conclusions and then decide which of the given conclusions logically follows from the given statements disregarding commonly known facts. Statements: Only carrot is pumpkin. Some carrots are cabbages. Some cabbages are cauliflowers. Conclusion: I. Some pumpkins are cauliflowers. II. Some carrots are cauliflowers. III. No pumpkin is cabbage.Solution
Only carrot is pumpkin → All pumpkins are carrots and pumpkins cannot have any positive relation with anyone. Hence conclusion I does not follow but conclusion III follows. Some carrots are cabbage (I) + Some cabbages are cauliflowers (I) → No conclusion. Hence conclusion II does not follow.
What is the primary purpose of Continuous Integration (CI) in software development?Â
A process makes a system call to request a resource. If the resource is unavailable, the process will typically transition to which state?
Which statement is FALSE about open loop system?
What does "optimal substructure" mean in the context of Dynamic Programming?
What is the primary disadvantage of using an array as a data structure?
A system call is typically implemented as a(n):
When analyzing the performance of a sorting algorithm, what is a common operation to count for time complexity? Â
Which of the following is an example of SaaS?
Consider the following JSON object:
json
{
 "user": {
  "id": "u123",
  "name": "Alice",
  "age"...
In AJAX (Asynchronous JavaScript and XML), which of the following properties must be set to true to prevent the browser from waiting for the response be...