8 June, 2026 kushwaha2252091@gmail.com 0 Comments 1 category Build in functions chapter 1 (M3-R5) build in data types 1 / 25 25. Which of the following is NOT a built-in data type? A) list B) tuple C) array D) dict 2 / 25 24. Which data type stores data in key:value format? A) dict B) tuple C) set D) bool 3 / 25 23. Which built-in data type represents a collection of unique items? A) tuple B) list C) set D) str 4 / 25 22. Which data type is enclosed in quotes? A) str B) int C) bool D) set 5 / 25 21. Which data type can store multiple items in sequence? A) list B) bool C) int D) float 6 / 25 20. Which function is used to check a variable’s data type? A) check() B) type() C) data() D) find() 7 / 25 19. What is the type of {“a”:1}? A) set B) tuple C) dict D) list 8 / 25 18. What is the type of {1,2,3}? A) dict B) set C) tuple D) list 9 / 25 17. What is the type of (1,2,3)? A) tuple B) list C) set D) dict 10 / 25 16. What is the type of [1,2,3]? A) tuple B) list C) set D) dict 11 / 25 15. Which data type does not allow duplicate values? A) list B) tuple C) set D) str 12 / 25 14. Which data type is ordered and immutable? A) list B) set C) tuple D) dict 13 / 25 13. Which data type is ordered and mutable? A) tuple B) list C) set D) bool 14 / 25 12. What is the type of True? A) int B) float C) bool D) str 15 / 25 11. What is the type of “Python”? A) str B) int C) float D) tuple 16 / 25 10. What is the type of 25.5? A) float B) int C) str D) list 17 / 25 9. What is the type of 100? A) float B) int C) str D) bool 18 / 25 8. Which data type is represented by curly braces { }? A) list B) tuple C) set D) str 19 / 25 7. Which data type stores key-value pairs? A) list B) tuple C) dict D) set 20 / 25 6. Which data type is represented by parentheses ( )? A) tuple B) list C) dict D) set 21 / 25 5. Which data type is represented by square brackets [ ]? A) tuple B) set C) list D) dict 22 / 25 4. Which data type has only True and False values? A) dict B) bool C) tuple D) list 23 / 25 3. Which data type stores decimal numbers? A) bool B) float C) int D) set 24 / 25 2. Which data type stores whole numbers? A) int B) str C) list D) tuple 25 / 25 1. Which data type is used to store text in Python? A) int B) float C) str D) bool Your score isThe average score is 88% 0% Restart quiz Category: O LEVEL TEST Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Post navigation Previous: CCC MOCK TEST-2Next: chapter 8 (M3-R5) o level Related Posts Chapter 3 (m1-r5) O'Level [ays_quiz id="4"] Test Chapter 9 (m1-r5) O'Level [ays_quiz id="6"] Test Chapter 4 (M1-R5) O'Level [ays_quiz id="12"] [ays_quiz id="13"] Test