Question
Statements: All Parrot are Sparrow. All
Pigeon are Sparrow. Few Penguin are Parrot. Conclusions: I. Every Pigeon is Parrot. II. Few Penguin are Sparrow. III. Every Penguin is Sparrow. In the question below some statements are given followed by three conclusions I , II and i II . 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.Solution
All Pigeon are Sparrow (A) + [All Parrot are Sparrow (A) β Conversion] β Some Sparrow are Parrot (I) β No conclusion. Hence conclusion I does not follow.
Few Penguin are Parrot (I) + All Parrot are Sparrow (A) β Some Penguin are Sparrow (I). Hence conclusion II follows but conclusion III does not follow.
What is the first phase in the software development process?
Consider the following three functions.
f1 = 100n
f2 = nlogn
f3 = nβn
Which one of the fo...
Sending a packet to all destination simultaneously is called
In data analytics, what is the primary purpose of sentiment analysis?
In syntax-directed translation, what are attributes associated with?
Define Mapping Process?
The smallest unit of memory that the CPU can read or write is ___.
What is the primary design goal of a combinational circuit?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
Which of the following clause return specific rows?