[miniorange_social_sharing]
[TheChamp-Login]

/40

Final Exam for Python for Everyone (A to Z)

BEST OF LUCK!!!

1 / 40

1. A variable name cannot start with a number

2 / 40

2. What will be the output of the following Python code?

  1. d = {"john":40, "peter":45}
  2. d["john"]

a) 40
b) 45
c) “john”
d) “peter”

3 / 40

3. Python allows you to extract the values into variables.

4 / 40

4. Python is a  high-level programming language.

5 / 40

5.

 What is output of: 35 == 35.0

  1. False
  2. True
  3. 33
  4. None of the above

6 / 40

6.

 ____________________ can be defined as a named group of instructions that accomplish a specific task when it is invoked/called.

a. Function

b. Datatype

c. Token

d. Operator

7 / 40

7. You can use three double quotes only:

a = “””Lorem ipsum dolor sit amet,
consectetur adipiscing elit,
sed do eiusmod tempor incididunt
ut labore et dolore magna aliqua.”””
print(a)

8 / 40

8.

Write the output of the following code :

str = "Welcome"str[2] = 'a'print(str)

a. Weacome

b. Error

c. aWelcome

d. Welcomea

9 / 40

9.

Which of the following statement is a function call?

a. call sum( )

b. def sum( )

c. sum( )

d. function sum( )

10 / 40

10.

Function defined to achieve some task as per the programmer’s requirement is called a ___________

a. user defined function

b. library function

c. built in functions

d. All of the above.

11 / 40

11. Comments can be used to explain Python code.

12 / 40

12. You can also use the remove() method to remove an element from the array

13 / 40

13.

def cal(n1) : What is n1?

a. Parameter

b. Argument

c. Keyword

d. None of the above

14 / 40

14. An example of an illegal character is a double quote inside a string that is surrounded by double quotes

15 / 40

15. The len() method to return the length of an array

16 / 40

16. Python can be used to handle big data and perform complex mathematics.

17 / 40

17. Variables that are created outside of a function

18 / 40

18. With the break statement we can stop the loop before it has looped through all the items

19 / 40

19.

The function can be called in the program by writing function name followed by ____

a. [ ]

b. { }

c. ( )

d. None of the above

20 / 40

20.

What will be the output of below Python code?

tupl=([2,3],"abc",0,9)tupl[0][1]=1print(tupl)A. ([2,3],"abc",0,9)B. ([1,3],"abc",0,9)C. ([2,1],"abc",0,9)D. Error

21 / 40

21. A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string).

22 / 40

22. Most recent major version of Python is Python 3

23 / 40

23. python has two primitive loop commands:

  • while loops
  • for loops

24 / 40

24.

Which of the following precedence order is correct in Python?

  1. Parentheses, Exponential, Multiplication, Division, Addition, Subtraction
  2. Multiplication, Division, Addition, Subtraction, Parentheses, Exponential
  3. Division, Multiplication, Addition, Subtraction, Parentheses, Exponential
  4. Exponential, Parentheses, Multiplication, Division, Addition, Subtraction

25 / 40

25. python file can also run on command line

26 / 40

26. You can also have an else without the elif

27 / 40

27. Comments can’t be used to prevent execution when testing code.

28 / 40

28. Pascal Case
Each word starts with a capital letter:

29 / 40

29.

Which keyword is used to begin the definition of a function?

a. Define

b. DEF

c. def

d. Def

30 / 40

30. The format() method takes unlimited number of arguments

31 / 40

31. A variable name can only contain alpha-numeric characters and
underscores

32 / 40

32.

What will be the output of below Python code?

str1="poWer"str1.upper()print(str1)

A. POWER
B. Power
C. power
D. poWer

33 / 40

33. Which keyword is used for function?
a) Fun
b) Define
c) Def
d) Function

34 / 40

34. Variable names are case-sensitive

35 / 40

35. Python can be install on both  Linux and  Windows

36 / 40

36. To insert characters that are illegal in a string, use an escape character

37 / 40

37.

In Python, a variable may be assigned a value of one type, and then later assigned a value of a different type:

  1. False
  2. True

38 / 40

38. The else keyword catches anything which isn’t caught by the preceding conditions.

39 / 40

39. The length of an array is always one more than the highest array index.

40 / 40

40.

l = [ 4, 8, 9, 2.6, 5 ] is a type of which data type in python?

  1. List
  2. Tuple
  3. Set
  4. None of these

Exit



[hurrytimer id=”2250″]
[wooct_product]

Wrong shortcode initialized


You must log in to see your results.



Wrong shortcode initialized


There are no questions atteched yet.





[ays_quiz_leaderboard id=”Your_Quiz_ID” from=”Y-m-d H:i:sa” to=”Y-m-d H:i:s”]

Category:


Wrong shortcode initialized


[WATU 1]

You must log in to see your results.