one statement is given and after that two conclusions are provided. You have to take the statements to be true though it shows difference from the known facts. At first, read the statements and then go to the conclusions. Among the conclusions, decide which is logically correct and answer the question by choosing the options provided. Statements:Some kangaroos are chimpanzees.
No chimpanzee is Dinosaur.
Conclusions:I. All kangaroos are chimpanzees.
II. Some dinosaurs are kangaroos.
one statement is given and after that two conclusions are provided. You have to take the statements to be true though it shows difference from the known facts. At first, read the statements and then go to the conclusions. Among the conclusions, decide which is logically correct and answer the question by choosing the options provided.
Statements: All lovers are singers. All film directors are lovers Conclusions: I. All film directors are singers. II. Some lovers are film directors.
Zero has two representations in:
Sign magnitude has +0 and -0
1’s complement also has +0 and -0
2’s complement has only one zero
So correct is A and B.
Let R be a relation on the set of ordered pairs of positive integers such that ((p, q), (r, s)) ∈ R if and only if p − s = q − r. Which one of the following is true about R?
Let R be a relation on ordered pairs of positive integers such that ((p,q),(r,s)) R iff p-s=q-r
Check reflexive:
For reflexive, take (p,q)=(r,s)
Then condition becomes
p-q=q-p
2p=2q
p=q
This is not true for every ordered pair, so R is not reflexive.
Check symmetric:
Given p-s=q-r
Rearrange: p+r=q+s
Now for symmetry we need
r-q=s-p
This also gives r+p=s+q, same condition.
So R is symmetric.
Consider the following statements:
S1: There exists infinite sets A, B, C such that A ∪ C = B ∪ C is finite.
S2: There exist two irrational numbers x and y such that (x+y) is rational.
Which of the following is true about S1 and S2?
Von Neumann architecture is based on a stored program concept where instructions and data are stored in the same memory. It uses binary arithmetic and executes instructions sequentially through the fetch–decode–execute cycle. Parallel processing is not a characteristic of the classical von Neumann model.