0 Comments

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?

2 / 25

24. Which data type stores data in key:value format?

3 / 25

23. Which built-in data type represents a collection of unique items?

4 / 25

22. Which data type is enclosed in quotes?

5 / 25

21. Which data type can store multiple items in sequence?

6 / 25

20. Which function is used to check a variable’s data type?

7 / 25

19. What is the type of {“a”:1}?

8 / 25

18. What is the type of {1,2,3}?

9 / 25

17. What is the type of (1,2,3)?

10 / 25

16. What is the type of [1,2,3]?

11 / 25

15. Which data type does not allow duplicate values?

12 / 25

14. Which data type is ordered and immutable?

13 / 25

13. Which data type is ordered and mutable?

14 / 25

12. What is the type of True?

15 / 25

11. What is the type of “Python”?

16 / 25

10. What is the type of 25.5?

17 / 25

9. What is the type of 100?

18 / 25

8. Which data type is represented by curly braces { }?

19 / 25

7. Which data type stores key-value pairs?

20 / 25

6. Which data type is represented by parentheses ( )?

21 / 25

5. Which data type is represented by square brackets [ ]?

22 / 25

4. Which data type has only True and False values?

23 / 25

3. Which data type stores decimal numbers?

24 / 25

2. Which data type stores whole numbers?

25 / 25

1. Which data type is used to store text in Python?

Your score is

The average score is 88%

0%

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Posts