Which of the following statements is used to create an empty set?
What is the output of the following piece of code when executed in the python shell?
Which of the following lines code will result is an error?
What is the output of the code shown below?S=set ([1, 2, 3,]) S, union ([4, 5}) S|([𝟒, 𝟓])
What is the output of the line of code shown below, if s1 = {1, 2, 3} Is S1 subset ?
A _____ is an ordered collection of objects.
The set of odd positive integers less than 10 can be expressed by ______
Power set of empty set has exactly _____ subset.
What is the Cartesian product of A = {1, 2} and B = {a, b}?
The Cartesian product B x A is equal to the Cartesian product A x B. Is it True or False?
What is the cardinality of the set of odd positive integers less than 10?
Which of the following two sets are equal?
Let the set A is the {1, 2, 3} and B is {2, 3, 4}. Then number of elements in A U B is
Let the set A is {1, 2, 3} and B is {2, 3, 4}. Then number of elements in A Ո B is
Let the set A is {1, 2, 3} and B is {2, 3, 4}. Then the set A – B is
If A, B and C are any three sets, then A-(BՈC) is equal to
Which of the following is the empty set?
If a set A has n elements, then the total number of subsets of A is
If A and B are any two sets, then AՍ (AՈB) is equal to
If two sets A and B are having 99 elements in common, then the number of elementscommon to each of the sets A x B and B x A are
If A = {x : x is a multiple of 4} and B = { x : x is a multiple of 6} then A∩B consists of allmultiples of?
If A = {1, 2, 3, 4, 5}, B = {2, 4, 6}, C = {3, 4, 6}, Then (AՍB)ՈC is
If n (A) =4, n (B) =3, n (A×B×C) =24, then n(C) =
If A = {2, 3, 5}, B = {2, 5, 6}, then (A – B) × (A Ո B) is
The set of intelligent students in a class is [AMU 1998]
If A and B be any two sets, then (AՈB)’ is equal to
In a class of 100 students, 55 students have passed in Mathematics and 67 students havepassed in physics. Then the number of students who have passed in Physics only is
20 teachers of a school either teach mathematics or physics. 12 of them teachmathematics while 4 teach both the subjects. Then the number of teachers teachingphysics only is
In a battle 70% of the combatants lost one eye, 80% an ear, 75% an arm, 85% a leg, x%lost all the four limbs. The maximum value of x is
If A and B are not disjoint sets, then n(AՍB) is equal to? [Kerala (Eng.) 2001]