Python Mock Test 01 This mock test is specially designed for you. There are 50 questions in this mock test, for which 45 minutes time has been given, here you will get the same questions which are often asked in the exam, so read the test comfortably. If you have any problem then please tell in comment box. Abhay Excel Computer-Your Own Family To start the mock test, enter your email id and your name and get ready to do better. Gmail Name 1. Who developed Python Programming Language? Deselect Answer Guido van Rossum Rasmus Lerdorf Niene Stom Wick van Rossum None 2. - -------- is a connector showing the relationship between the representative shapes. Deselect Answer Box Line Process Arrow None 3. What keyword would you use to add an alternative condition to an if statement? Deselect Answer else elif None of the above else if None 4. What is the order of precedence in python? Deselect Answer Exponential, Parentheses, Multiplication, Division, Addition, Subtraction Parentheses, Exponential, Multiplication, Division, Subtraction, Addition Parentheses, Exponential, Multiplication, Division, Addition, Subtraction Exponential, Parentheses, Division, Multiplication, Addition, Subtraction None 5. Which of the following functions can help us to find the version of python that we are currently working on? Deselect Answer sys.version ( ) sys.version sys.version ( 0 ) sys.version ( 1 ) None 6. What is the name of the operator ** in Python? Deselect Answer Floor division // Modulus % Exponentiation ** None of the these None 7. Algorithm when transalated into a programming language is called. Deselect Answer Debugging Flowchart Identifier code None 8. The examination of changing values of variables is called stepping Deselect Answer May be True Can’t s say False None 9. What does pip stand for python? Deselect Answer Pip Installs Packages Pip Installs Python All of the mentioned Preferred Installer Program None 10. What is the output in python language? Round(.4)-Round(-.5) Deselect Answer 9 1 2 0 None 11. What is the data type of following object? A = [5,’abc’,3,2,6] Deselect Answer List Array Tuple Dictionary None 12. Which type of Programming does Python support? Deselect Answer structured programming object-oriented programming functional programming all of the mentioned None 13. Which statement will move file pointer 10 bytes backward from current position? Deselect Answer f.seek(10,0) f.seek(-10,1) None of above f.seek(-10,0) None 14. Actual instructions in flowcharts are represented in ----- Deselect Answer Boxes Circles Arrows Line None 15. Python is a case sensitive language when dealing with identifiers. Deselect Answer Never True Sometimes False None 16. NumPy stands for Deselect Answer None of these Numbering Python Numerical Python Number in Python None 17. list, tuple dictionary are which types of Data Types. Deselect Answer Binary Types None of the above Sequence Types Boolean Types None 18. What will be the output of the following code snippet? print(2**3+(5+6)**(1+1)) Deselect Answer 8 121 None of the above. 129 None 19. ---------------------- scans the entire program and translates it as a whole into machine code. Deselect Answer Debugger None of Above Compiler Interpreter None 20. Which statement will check if a is equal to b? Deselect Answer if a == b if a == b: if a === c: if a = b: None 21. Designing the problem? Deselect Answer logical error Algorithm Testing Debugging None 22. Which of the following is the correct extension of the Python file? Deselect Answer .python .p .pl .py None 23. Is Python code compiled or interpreted? Deselect Answer Python code is both compiled and interpreted Python code is only compiled Python code is only interpreted Python code is neither compiled nor interpreted None 24. Each module should also be divided into sub modules according software engineering to and programming style. Deselect Answer Top down Method None of Mentioned Coding Bottom up Method None 25. What is Numeric Types of Data Types ? Deselect Answer Float a=5.0 Int- a=5 ,b=1234568 All of the above Complex a+bj None 26. Python is a .………….object-oriented programming language. Deselect Answer Special purpose Medium level programming language General purpose All of the mentioned above None 27. All keywords in Python are in _________ Deselect Answer lower case None of the mentioned UPPER CASE Capitalized True ,False ,None None 28. A flowchart that outlines the main segment of a program. Deselect Answer Union processing rectangle Decision Macro oval start/end Queue Micro input/output None 29. What is the output of the following code? 4+2**5//10 Deselect Answer 0 77 7 3 None 30. What will be the value of the following Python expression? 4+3%5 Deselect Answer 4 1 7 2 None 31. Which is not a feature of Python language? Deselect Answer Interpreted language Portable High level language Case Insensitive None 32. Which of the following character is used to give single-line comments in Python? Deselect Answer # ! // /* None 33. What is output in python? print(r"\nhi") Deselect Answer new line and hi hi error \nhi None 34. Which of the following is true for variable names in Python? Deselect Answer all private members must have leading and trailing underscores underscore and ampersand are the only two special characters allowed none of the mentioned unlimited length None 35. Which keyword is used for function in Python language? Deselect Answer Fun Define Function def None 36. Which types of logical operators in Python? Deselect Answer OR AND NOT All of the above None 37. What is the output for − 'python ' [-3]? Deselect Answer Negative index error. 'o' 'h' 't' None 38. Method which uses a list of well defined instructions to complete a task starting from a given initial state to end state is called as---------- Deselect Answer Flowchart Algorithm Both A and C Program None 39. In Python, which of the following functions is a built-in function? Deselect Answer val ( ) func_k ( ) print ( ) None of these None 40. Which of the following is used to define a block of code in Python language? Deselect Answer Indentation Brackets All of the mentioned Key None 41. If a is a dictionary with some key-value pairs, what does a.popitem() do? Deselect Answer Invalid method for dictionary Removes an arbitrary element Removes the key-value pair for the key given as an argument Removes all the key-value pairs None 42. Which of the following is true for variable names? Deselect Answer Unlimited length None of the Above Ampersand can be used in its name Limited length None 43. Which of the following is the use of function in python? Deselect Answer Functions do not provide better modularity for your application Functions are reusable pieces of programs You cannot also create your own functions All of mentions None 44. Flowcharts and algorithms are used for Deselect Answer All of the Above Easy testing and debugging Better programming Efficient coding None 45. The action performed by a -------structure must eventually cause the loop to terminate. Deselect Answer Sequence Case Process Repetition None 46. Python supports the creation of anonymous functions at runtime, using a construct called Deselect Answer none of the mentioned lambda anonymous pi None 47. What will be the output of the following Python code snippet if x=1? x<<2 Deselect Answer 8 1 4 2 None 48. Which mode creates a new line file if the file does not exist? Deselect Answer None of the these Both A & B Append mode Write mode None 49. What will be the output of the following code snippet? example = ["Sunday", "Monday", "Tuesday", "Wednesday"]; print(example[-3:-1]) Deselect Answer ['Wednesday', 'Monday'] ['Monday', 'Tuesday'] ['Tuesday', 'Wednesday'] ['Sunday', 'Monday'] None 50. Which are the application areas of Python programming? Deselect Answer All of the above Web Development Artificial Intelligence and Machine Learning Game Development None 1 out of 50 Please fill in the comment box below.