Define the term ‘Program’. What is a programming language?
[3 marks]Enlist the advantages of Python programming language over other languages.
[4 marks]Define the term ‘Identifiers’. Explain them in context to Python programming in brief.
[7 marks]Explain type() function with an example.
[3 marks]Discuss the Machine language, Assembly language and High-level language.
[4 marks]Define the term ‘Keywords’. Explain them in context to Python programming in brief.
[7 marks]Explain zip() function with an example.
[3 marks]Explain with example the if..else decision flow in context to Python programming.
[4 marks]Explain with example the For loop in context to Python programming.
[7 marks]Define a variable. How to assign values to them?
[3 marks]Explain with example the Nested if decision flow in context to Python programming.
[4 marks]Explain with example the While loop in context to Python programming.
[7 marks]Differentiate between local and global variables with suitable examples.
[3 marks]Explain how to delete or remove elements from tuples and sets.
[4 marks]Explain with syntax how to create a user-defined functions and how to call the user-defined function from the main function.
[7 marks]Differentiate between user-defined function and built-in functions
[3 marks]What is the use of the len() function? Give one example.
[4 marks]Represent the methodology for Reading and Writing CSV Files in Python.
[7 marks]What is slice operation? Explain with an example.
[3 marks]Explain the different list methods with an example.
[4 marks]Write a technical note on NumPy and Pandas with Python.
[7 marks]Define a dictionary. What are the advantages of using dictionary over lists?
[3 marks]Briefly explain the slice operation of tuples with an example.
[4 marks]Explain with example the Graphing (Line Graphs, Scatter Graph, Pie Charts, Bar Charts) with Python.
[7 marks]