[miniorange_social_sharing]
[TheChamp-Login]

/40

Final Exam for Python for Everyone (A to Z)

BEST OF LUCK!!!

1 / 40

1. Which of the following is the use of function in python?
a) Functions are reusable pieces of programs
b) Functions don’t provide better modularity for your application
c) you can’t also create your own functions
d) All of the mentioned

2 / 40

2. Snake Case
Each word is separated by an underscore character:

3 / 40

3.

The most important object defined in NumPy is an N-dimensional array type called?

A. ndarray
B. narray
C. nd_array
D. darray

4 / 40

4. To write and execute code in python, we first need to install Python on our system

5 / 40

5. Python can be used on a server to create web applications?

6 / 40

6. Python can be install on both  Linux and  Windows

7 / 40

7. Can we write if/else into one line in python?

a) Yes
b) No
c) if/else not used in python
d) None of the above

8 / 40

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

9 / 40

9. With the break statement we can stop the loop even if the while condition is true

10 / 40

10. A variable name must start with a letter or the underscore character

11 / 40

11. You can also have an else without the elif

12 / 40

12.

Which of the following statement will execute in last?

def s(n1): #Statement 1      print(n1) #Statement 2n2=4 #Statement 3s(n2) #Statement 4

a. Statement 1

b. Statement 2

c. Statement 3

d. Statement 4

13 / 40

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

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

a) 1 2
b) 1 2 3
c) error
d) none of the mentioned

14 / 40

14. Which of the following character is used to give single-line comments in Python?
a) //
b) #
c) !
d) /*

15 / 40

15. Which of the following is a Python tuple?
a) [1, 2, 3]
b) (1, 2, 3)
c) {1, 2, 3}
d) {}

16 / 40

16.

Which function overloads the >> operator?

  1. more()
  2. gt()
  3. ge()
  4. None of the above

17 / 40

17. Extension of all Python  Programme are .py

18 / 40

18. Comments can be used to make the code more readable.

19 / 40

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

20 / 40

20. Who developed Python Programming Language?

21 / 40

21.

Which of the following statements assigns the value 25 to the variable x in Python:

  1. x ← 25
  2. x = 25
  3. x := 25
  4. int x = 25
  5. x << 25

22 / 40

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

23 / 40

23.

Which of the following is False?

A. String is immutable.
B. capitalize() function in string is used to return a string by converting the whole given string into uppercase.
C. lower() function in string is used to return a string by converting the whole given string into lowercase.
D. None of these.

24 / 40

24.

Which of the following creates a tuple?

A. tuple1=(“a”,”b”)
B. tuple1[2]=(“a”,”b”)
C. tuple1=(5)*2
D. None of the above

25 / 40

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

26 / 40

26.

Following is an example of ___________________

sv = “csiplearninghub.com”

a. List

b. String

c. Dictionary

d. None of the above

27 / 40

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

28 / 40

28. 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

29 / 40

29. What does the following code print?

x = -10if x < 0:    print("The negative number ",  x, " is not valid here.")print("This is always printed")
a.This is always printedb.The negative number -10 is not valid hereThis is always printedc.The negative number -10 is not valid here

30 / 40

30. To write and execute code in python, we first need to install Python on our system.

31 / 40

31. Comments can be used to explain Python code.

32 / 40

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

33 / 40

33. X wants to allow the program to repeatedly ask the user to enter their Choice if it does not equal the Answer. Which loop option should X use?

a) while Choice == Answer:

Choice = input()

b) while Choice != Answer:

Choice = input()

c) while Answer != Choice:

Choice = input()

d) while Answer =! Choice:

Choice = input()

 

34 / 40

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

35 / 40

35. Which of the following loop is not supported by the python programming language?

a) for loop

b) while loop

c) do…while loop

d) None of the above

36 / 40

36.

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

a. Define

b. DEF

c. def

d. Def

37 / 40

37. 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

38 / 40

38. The format() method takes the passed arguments

39 / 40

39. python has two primitive loop commands:

  • while loops
  • for loops

40 / 40

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

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.