InstructionsTotal Questions: 20Total Minutes: 20This ExamTray Free Online Test or Quiz or Trivia tests your Programming Skills on the basics of Python Data Types. This practice test displays answers after finishing the exam for review. You can easily clear Competitive Exams and Job Interview Questions. Students can learn Python basics.Go through Python Theory Notes on Data Types before attempting this test.All the Best Challenge SCORE0 / 20Take This Exam 1*2*3*4*5*6*7*8*9*10*11*12*13*14*15*16*17*18*19*20*Q Buttons 1) What is data type in Python? A) The type of a variable B) The type of data variable is holding C) Both A and B D) None 2) Python is a dynamically typed programming language. State TRUE or FALSE. A) TRUE B) FALSE C) - D) - 3) Python has Primitive and Non-Primitive data types. State TRUE or FALSE. A) TRUE B) FALSE C) - D) - 4) Choose the correct answer about Python Data type? A) Data type is resolved at runtime B) Specifying Data type at compile time is not required C) The type of a variable is nothing but the type of data being assigned to it. D) All the above 5) Choose the correct answer about Python data types. A) There is no primitive data type in Python. B) All variables in python are treated like Objects. C) There are some built-in data types in Python D) All the above 6) Identify correct Python built in data types below. A) int B) float C) complex D) All the above. 7) Identify correct built-in python data types below. A) True B) False C) Both A and B D) TRUE and FALSE Ad 8) Identify correct Python built-in data types below? A) bytes B) bytearray C) memoryview D) All the above 9) Identify correct built-in Python data types below. A) list B) tuple C) range D) All the above 10) Identify correct Python built-in data types? A) set B) frozenset C) dict D) All the above 11) The None data type in Python is comparable to _____ data type in Java. A) void B) null C) int D) None of the above 12) Identify built-in data type categories in Python. A) Numeric (int, float, complex), Boolean (True, False), String or Text Sequence type(str) B) Binary Sequence Type (bytes, bytearray, memoryview), Sequence Type (list, tuple, range) C) Set type (set, frozenset), Mapping type (dict), None type D) All the above 13) What is the output of given Python program?a=9; b=-8; c=a+b; print(c); A) 17 B) -1 C) 1 D) Compiler error 14) Choose the numeric data type below? A) 10 B) 10.9 C) 10 + 9j D) All the above Ad 15) In Python boolean data types True and False are equivalent to _______ and ______. A) TRUE and FALSE B) 1.0 and 0.0 C) 1 and 0 D) None of the above 16) Choose the correct floating point number below used in Python language? A) 10.8 B) 10.00008 C) -10.8e3 D) All the above 17) Choose the correct representation of imaginary numbers or complex numbers in Python language. A) 10 + 8j B) 15.2 + 8.7j C) 28J+5.5 D) All the above 18) Identify correct representation of String data type i.e "str" in Python below. A) "Hello examtray" B) 'Hi! examtray' C) """Hello examtray.. What is your next move""" or '''Hello examtray.. What is your next move''' D) All the above 19) A Python string index starts with _____. A) -1 B) 0 C) 1 D) None of the above 20) str() function in Python allows you to create a string from other data types. State TRUE or FALSE. A) TRUE B) FALSE C) - D) - FINISH EXAM 1*2*3*4*5*6*7*8*9*10*11*12*13*14*15*16*17*18*19*20*PREVOnline Test on Python Byte CodeNEXTOnline Test on Python Data Types 2 Certification Group ID 0