Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

VIVA VOCE

1. What is Python? What are the benefits of using Python?


2. What is pickling and unpickling?
3. What is the difference between list and tuple?
4. What are the built-in types that Python provides?
5. What is namespace in Python?
6. What is pass in Python?
7. What is slicing in Python?
8. What is docstring in Python?
9. What is negative index in Python?
10. How can you convert a number into a string?
11. What do you understand by module and package in Python?
12. What are the rules for local and global variables in Python?
13. How can you generate random numbers in Python.
14. What is the use of // operator in Python?
15. Mention five benefits of using Python.
16. Mention the use of the split function in Python.
17. What are literals in Python?
18. Explain Python functions.
19. Name the different file processing modes supported by Python.
20. What is an operator in Python?
21. What are the different types of operators in Python?
22. What is a Dictionary in Python?
23. Explain the use of TRY: EXCEPT:
24. What is the purpose of PYTHONPATH environment variable?
25. What are the supported data types in Python?
26. What is the difference between lists and tuples?
27. How will you reverse a list?
28. What is a string in Python?
29. Why is the Return keyword used in Python?
30. When should you use the “Break” in Python?
31. What is a tuple in Python?
32. Explain the use of “with” statement.
33. Differentiate between append() and extend() methods.
34. What are the advantages of Python recursion?
35. How can we get current directory using Python?
36. What is the difference between del keyword and drop()
37. What is primary key?
38. What is candidate key?
39. What is foreign key?
40. What is alternate key?
41. What is MYSQL?
42. What is RDBMS?
43. What is the use of drop command in SQL?
44. What do you understand by NOT NULL constraint?
45. What is the significance of COUNT?
46. How can we delete a table in MYSQL?
47. How can we delete a record in MYSQL?

48. How can we add a record and add a column in a table?

49. What is the difference between del and remove methods of list?

50. What is the output of for x in [1, 2, 3]: print x?

51. What is the return keyword used for in Python?

52. What is the purpose of id() in python?

53. How would you convert a string into lowercase?

54. print(‘Ayushi’.isupper())

55. Write output of the following:

for i in range(7):
if i==3:
continue:
print(i)
56. What are membership operators?

57. What are identity operators?

58. How do you calculate the number of characters of the string ‘Ayushi Sharma’?

59. How will you print the string ‘Python’ five times

60. What is the difference between list and dictionary?

61. What is pickling and unpickling?

62. What are Python Libraries? Name any two

63. What are the three ways to import modules in Python?

64. What is the difference between char and varchar in MYSQL?

65. What is the difference between primary key and candidate key?

66. What is the difference between NOW() and CURRENT_DATE()?

67. What is the difference between SQL and MYSQL?

68. What is the difference between database and table in MYSQL?

69. How to add columns in MYSQL?

70. How to delete a table in MYSQL?

71. How to create a table in MYSQL?

72. How to delete columns in a table in MYSQL?

73. How to insert data in MYSQL?

74. How to delete a row in MYSQL?

75. How to join two tables in MYSQL?

*****************
Project VIVA
1. Describe your project
2. Advantages of your project
3. How you gathered requirement of your project?
4. How and where can you implement your project?
5. Which software is used in your project?
6. What are the methodology used in your project?
7. What is your role in the project?
8. Explain the data flow of your project?
9. What are the drawback of your system?
10. From where did you get reference/guide for your project work?
11. What is your group size? How did you divide the tasks among yourselves?
What strategy did you follow to integrate daily developments of your project?
12. Why did you choose this topic?
13. Mention three most important references that helped you in executing the project
14. Given a chance now, do you think you can perform well in the project, If yes, then explain
how?
15. Have you made this project yourself?
16. What is the front end and back end of your project?
17. What are the different modules used in your project?
18. What have your learned from the project?
19. What were the objectives of the project?
20. Were the objective addressed?
21. If you were to start again, is there anything you would like to change?
22. What were the best features of your project?
23. ‘My project is my Original work’. Comment on this.
24. Explain the working of each individual components
25. What went wrong in your project
************

You might also like