What is a programming language? List out the advantages of high-level language.
[3 marks]Define a variable. How to assign values to them?
[4 marks]Write a short note on data types in Python.
[7 marks]Explain the syntax of for loop with an example.
[3 marks]Write a program to read the marks of four subjects and find the average of them
[4 marks]Briefly explain the conditional statements available in Python.
[7 marks]Write a program that uses a while loop to add up all the even numbers between 50 and 100.
[7 marks]Define function. What are the advantages of using a function?
[3 marks]Explain the advantages of *args and **kwargs with examples.
[4 marks]Write a function that finds the number of occurrences of a specified character in a string.
[7 marks]Differentiate between user-defined function and built-in functions.
[3 marks]Differentiate between local and global variables with suitable examples.
[4 marks]Write a program that accepts a string from the user and display the same string after removing vowels from it.
[7 marks]Explain the different list methods with an example
[3 marks]Define a dictionary. What are the advantages of using dictionary over lists.
[4 marks]Write a program to unpack a tuple to several variables.
[7 marks]Identify the primary differences between a list and a tuple.
[3 marks]Explain the usage of tuples and create an empty set.
[4 marks]Write a program that prompts the user to enter a text file, reads words from the file, and displays all the non-duplicate words in ascending order.
[7 marks]Explain zip() function with an example.
[3 marks]Explain the different file mode operations with examples.
[4 marks]Explain Series in Pandas with example.
[7 marks]Illustrate with an example how to read and write a csv file.
[3 marks]Explain Line Graphs and Bar Charts with the help of example in python.
[4 marks]Differentiate Numpy and Pandas.
[7 marks]