You are on page 1of 1

PYTHON LAB VIVA QUESTIONS

1. What is the full form of GCD?


2. How can we calculate the GCD of a given numbers?
3. What is the integer and float?
4. What is the Newton’s method to calculate the square root of any number?
5. What is variable in python?
6. How many data types used in python?
7. What is matrix?
8. How can we multiply the two matrixes?
9. What are the elements in python?
10. What is merge sort?
11. What is selection sort?
12. What is the difference between simple search and binary search?
13. What is string concatenation?
14. Define the function.
15. What is the difference between set and list?
16. How can we call a function in python?
17. What is the difference between exception and Assertion in Python?
18. What is the difference between an abstract class and an interface?
19. What is programming paradigms?
20. Who was the creator of python language?
21. What is recursion?
22. Difference between iterators and recursion?
23. Tell me some keywords used in python.
24. What is indentation?
25. What is the scope of a variable in python?

You might also like