Question
Statements: All Dictionary are Letter Some
Letter are Words No Word is Number Conclusion: I. Some Letter are not Number II. Some Letter are Dictionary III. Some Letter are Number 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 conclusion s.Solution
Some Letter are Words (I) + No Word is Number (E) → Some Letter are not Number (O). Hence conclusion I follows but conclusion III does not follow.
All Dictionary are Letter (A) → Conversion → Some Letter are Dictionary (I). Hence conclusion II follows.
- Name the method in which each user is assigned with an equal-portion of the bandwidth.
What does PHP stand for?
Which technique is used to address the issue of class imbalance in a classification task?
Token Ring networks operate at what speed?
Hadoop is an open-source framework commonly used for processing and analyzing big data. What is the primary component of Hadoop responsible for distrib...
Accessing top element of stack without deleting it ?
Which of the following characteristics describes an ideal operational amplifier (op-amp)?
Which data structure in a compiler is used for managing information about variables and their attributes?
Â
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
Which layer of the OSI model is responsible for logical addressing and routing?