Class 11 Mathematics Chapter 1 Sets Quiz 18 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is the union of two sets?
2. Which of these sets is equal to \{L, O, V, E\}?
3. Explain the concept of disjoint sets.
4. How many subsets of M are there?M = \{a, e, i, o, u\}
5. What is the cardinality of the set \{x | x is a day of the week\}?
6. Use a triple Venn diagram to help answer the following. A survey of students at a film school revealed the following information:51 like animated films49 like comedy films60 like dramatic films34 like animated and comedy32 like comedy and dramatic36 like animated and dramatic24 like all three types1 does not like any of the three typesHow many like only one of the three types of film?
7. Which of the following is the set of animals living in water?
8. A disjoint set is
9. Select the correct method to add multiple items (more ..... fruits) to the fruits set.fruits = \{"apple", "banana", "cherry"\} more ..... fruits = ["orange", "mango", "grapes"]
10. Melisa, David, Cathy and Peter are the only 3 students from green house that came 1st in their races last year . Which of the following is a cardial number
11. The name of set is denoted by ..... letter of English alphabet.
12. What is the cardinal number of the set \{coke, fanta, sprite\}?
13. Select the correct function to remove all items from a set:fruits = \{'apple', 'banana', 'cherry'\}
14. What is the difference between a countable and an uncountable set?
15. In the expression 5x + 7, the term x is a:
16. Number of sets in set P can be represented by which notation?
17. Given the setsA = \{2, 3, 4, 5\} and B = \{2, 4, 5, 6\}What is $A\cup B$
18. An organized and well-defined group of objects with common characteristics.
19. Consider the following code:tuple1 = ('a', 'b', 'c')tuple2 = (1, 2, 3)tuple3 = tuple2 + tuple1What will be the value of tuple3?
20. If A= \{0, 2, 4, 6, 8, 10\} andB = \{0, 1, 3, 5, 7, 9\}, find B-A.
21. Set B is a subset of set A.
22. What is the roster form of set B = \{consisting of all odd numbers between 10 to 30\}
23. What is the cardinality of the set \{1, 2, 3, 4\}?
24. It is a well-defined group of objects or collection of objects.
25. What is a correct syntax for looping through the items of a list?