Abhay Excel Computer

Python Mock Test 02

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. 
The value of the expressions 4/(3*(2-1)) and 4/3*(2-1) is the same.
2. 
What is the maximum possible length of an identifier?
3. 
The part of a Machine level instruction, which tells the central processor what has to be done, is
4. 
What will be the output of the following python expression if x=22.197 print("%5.2f”%x)
5. 
What will be the output of the following Python code snippet?
6. 
What will be the output of the following Python function? min(max(False,-3,-4), 2,7)
7. 
Leading white space at the beginning of each element, which is used to determine the group of statement
8. 
What will be the output of the following Python code? x="abcdef” while I in x: print(I, end=” ”)
9. 
10. 
Which of the following is the truncation division operator in Python?
11. 
12. 
The error that can be pointed out by the compiler
13. 
Set of statements is executed based upon conditional test.
14. 
What will be the output of the following Python code? l=[1, 0, 2, 0, 'hello', '', []] list(filter(bool, l))
15. 
Which of the following expressions results in an error?
16. 
The Compexity of linear search algorithm is
17. 
Which return the % operator?
18. 
Two main measures for the efficiency of an algorithm are-
19. 
Which keyword used in python language? Python
20. 
A sequence sequence of instruction, in a computer language, to get the desired result is known as ___.
21. 
It refers to the ability of an application to run on different plateforms with or without minimal changes.
22. 
If we not see the rules of programming language, we get ?
23. 
The word comes form the name of a Persian mathematician Abu Ja'far Mohammed ibn-i Musa al khowarizami is a called?
24. 
Which of the following functions is a built-in function in python?
25. 
What is the extension of Python Program?

Leave a Comment