What is a variable? What are the rules to define a variable name?
[3 marks]Explain the features of Python Programming Language. What are the thrust areas of Python?
[4 marks]Enlist different python operators and explain them with an example.
[7 marks]Briefly explain Type conversion in Python with examples.
[3 marks]Write a program to read two integers and perform arithmetic operations on them (addition, subtraction, multiplication, and division).
[4 marks]Write a program to convert temperature from centigrade (read it as float value) to Fahrenheit.
[7 marks]Explain various data types of python programming.
[7 marks]Define function. What are the advantages of using a function?
[3 marks]Explain while with proper example.
[4 marks]Explain following control flow statements with proper example: 1) if, 2) if..else 3) if..elif..else and 4) Nested if.
[7 marks]Explain del statement using proper examples.
[3 marks]Write a program that accepts a string from the user displays play the same string after removing vowels from it.
[4 marks]Explain relations between 1) tuples and lists 2) tuples and dictionaries.
[7 marks]Explain the use of zip () function with examples.
[3 marks]Write a program to concatenate two strings into another string without using the + operator.
[4 marks]Enlist set methods. Explain them with an example.
[7 marks]Enlist different methods to create dictionary.
[3 marks]Demonstrate indexing and slicing in tuples using proper example.
[4 marks]Write a program to unpack a tuple to several variables.
[7 marks]Enlist various methods to create tuples.
[3 marks]Explain reading and writing CSV Files with the help of example.
[4 marks]Enlist and explain the modes to access a file.1
[7 marks]What are types of Files? Explain Creating and Reading Text Data with the help of example.
[3 marks]Explain Line Graphs, Scatter Graph with the help of program.
[4 marks]What is a role of Pandas library? List out the functions of Pandas library.
[7 marks]