[miniorange_social_sharing]
[TheChamp-Login]

/40

Final Exam for Python for Everyone (A to Z)

BEST OF LUCK!!!

1 / 40

1. Arithmetic operators are used with numeric values to perform common mathematical operations

2 / 40

2. Python has a set of built-in methods that you can use on lists/arrays

3 / 40

3. Camel Case
Each word, except the first, starts with a capital letter:

4 / 40

4. Extension of all Python  Programme are .py

5 / 40

5. Is there any comments in  following codes

i = 1while True:    if i%3 == 0:        break    print(i)     i + = 1

 

6 / 40

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

7 / 40

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

8 / 40

8. During Installation Make sure to select both the checkboxes at the bottom .

9 / 40

9. Official site of python is www.python.org

10 / 40

10. All keywords in Python are in _________
a) Capitalized
b) lower case
c) UPPER CASE
d) None of the mentioned

11 / 40

11.

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.

12 / 40

12. You can have if statements inside if statements, this is called nested if statements.

13 / 40

13. The list’s remove() method only removes the first occurrence of the specified value.

14 / 40

14.

What will be the output of below Python code?

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

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

15 / 40

15. Comments can be used to explain Python code.

16 / 40

16. if statements cannot be empty, but if you for some reason have an if statement with no content, put in the pass statement to avoid getting an error

17 / 40

17.

Which statement is correct?

A. List is immutable && Tuple is mutable
B. List is mutable && Tuple is immutable
C. Both are Mutable.
D. Both are Immutable

18 / 40

18.

How to copy one list to another in python?

A. l1[] = l2[]
B. l1[] = l2
C. l1[] = l2[:]
D. l1 = l2

19 / 40

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

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. Is Python code compiled or interpreted?
a) Python code is both compiled and interpreted
b) Python code is neither compiled nor interpreted
c) Python code is only compiled
d) Python code is only interpreted

22 / 40

22. Indentation refers to the spaces at the beginning of a code line.

23 / 40

23. The for loop does not require an indexing variable to set beforehand

24 / 40

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

25 / 40

25.

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

26 / 40

26. Bitwise operators are used to compare (binary) numbers

27 / 40

27. A variable name cannot start with a number

28 / 40

28.

 Which of the following statement is False?

  1. Variable names can be arbitrarily long.
  2. They can contain both letters and numbers.
  3. Variable name can begin with underscore.
  4. Variable name can begin with number.

29 / 40

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

30 / 40

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

31 / 40

31. Identity operators are used to compare the objects, not if they are equal, but if they are actually the same object, with the same memory location

32 / 40

32. Which term describes a loop that continues repeating without a terminating (ending) condition?

a) Infinite Loop

b) Conditional Loop

c) Unlimited Loop

d) Sequence Loop

33 / 40

33.

In a program, a function can be called ____________ times.

a. 2

b. 3

c. 5

d. Multiple times

34 / 40

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

35 / 40

35. What is the output of the given below program?

if 3 + 4 == 7:    print("Hi")else:    print("Know Program")print("Hello")

a) Hi
b) Know Program

c)
Hi
Hello

d)
Know Program
Hello

36 / 40

36.

Write the output of the following code :

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

a. Weacome

b. Error

c. aWelcome

d. Welcomea

37 / 40

37. When does the else statement written after loop executes?

a) When loop condition becomes false

b) When break statement is executed in the loop

c) else statement is always executed

d) None of the above

38 / 40

38. Which of the following is the correct extension of the Python file?

39 / 40

39. Python is a  high-level programming language.

40 / 40

40. An array is a special variable, which can hold more than one value at a time

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.