0% found this document useful (0 votes)
63 views

Viva Questions

The document lists 100 questions about Python programming concepts, data structures, functions, object-oriented programming, modules, databases, SQL, and machine learning. It covers fundamental topics like data types, operators, control flow, and functions as well as more advanced topics like classes, inheritance, exceptions, generators, decorators, and database/SQL concepts. The questions provide an overview of key elements in Python to learn for programming, data analysis, and machine learning applications.

Uploaded by

Gok kul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views

Viva Questions

The document lists 100 questions about Python programming concepts, data structures, functions, object-oriented programming, modules, databases, SQL, and machine learning. It covers fundamental topics like data types, operators, control flow, and functions as well as more advanced topics like classes, inheritance, exceptions, generators, decorators, and database/SQL concepts. The questions provide an overview of key elements in Python to learn for programming, data analysis, and machine learning applications.

Uploaded by

Gok kul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

What is Python?,What are the applications of Python?What are the benefits of Python?

Python is an
interpreted language. Explain.Is python case sensitive? Is indentation required in Python?

1.How many data types are in python ?

2.How many functions are in Python?

3.What are the different Python data structures?

4.How many operators are in python ?

5.What is list in python ? methods ?

6.what is tuple in python ? methods ?

7.what is set in python ? methods ?

8.What is dictionary in python ? methods ?

9.What are the conditions in Python if statements?

10.What does == mean in Python?

11.What are the conditions in Python elif statements?

12.What are the conditions in Python else statements?

13.What are variables in Python?

14.What is array in Python?

15.What is while loop in python?

16.what is break statement?

17.what is pass statement ?

18.what is Continue Statement ?

19.what is for loop in python ?

20.what is mean by function in python ?

21.what is parameter in function ?

22.what is Arguments of a Python Function ?

23.Types of Arguments?

24.what is Return statement in Python function?

25.what is Anonymous functions in Python Function?

26.Difference between Method and Function in Python?

27.what is Recursion?

28.what is class?

29.what is object?

30.what is The init() Function ? and The str() Function?

31.what is mean by self Parameter?

32.What is inheritance in Python ?

33.Which keyword is used for inheritance in Python?

34.types of Inheritance?

35.What are the global and local variables in Python?

36.What is the difference between .py and .pyc files?

37.What do you understand by the term namespace in Python?

38.What is a boolean in Python?

39.What are Python Decorators?

40.Define the term lambda?

41.Define generators in Python?

42.Define docstring in Python?

43.How to remove values from a Python array?

44.Why do we use the split method in Python?

45.What is Try Block?

46.What are Python Modules?

47.what is Immutable ?

48.what is Mutable ?

49.How to comment with multiple lines in Python?

50.What is a map function in Python?

51.What is a reduse function in Python?

52.What is a filter function in Python?

53.What are Dict and List comprehensions?

54.What is List comprehensions?

55.How do you write comments in python?

56.What do you understand by Tkinter?

57.what is GUI?

58.What does len() do?

59.What does *args and **kwargs mean?

60.How can files be deleted in Python?

61.What is Polymorphism in Python?

62.Define encapsulation in Python?

63.What is the lambda function in Python?

64.What is the difference between append() and extend() methods?

65.What is pandas?

66.What is numpy?

67.What is seaborn?

68.What is matplotlib?

69.What are dataframes?

70.How do you identify missing values and deal with missing values in Dataframe?

71.What is classification?

72.How do you split the data in train and test dataset in python?

73.What is SVM?

74.what is algorithm?

75.How do you do data abstraction in Python?

76.What is zip() function in Python?

77.Define database

78.What is DBMS and RDBMS? Explain the difference between them.

79.What is SQL?

80.What are Joins in SQL?

81.what is Data Definition Language (DDL)?

82..what is (DML)?

83.what is TCL?

84.What are the applications of SQL?

85.What is a primary key?

86.What is a unique key?

87.What is the difference between primary key and unique key?

88.What is a foreign key?

89.Explain the different types of SQL commands.?

90.What are SQL operators?

91.What is the difference between SQL and MySQL?

92.What is AUTO_INCREMENT?

93.What is meant by DBMS?

94.What is RDBMS?

95.What is difference between WHERE and HAVING in SQL?

96.what is meant by select statement in sql ?

97.sql commands?

98.Advantages of SQL?Disadvantages of SQL

99.what is Order By in sql ?

100.sql full form?

You might also like