Define the terms Programme and Programming Language.
[3 marks]Enlist the advantages of the Python Programming Language.
[4 marks]Explain with examples the Identifiers in context to Python Programming Language.
[7 marks]Explain in brief the Variable in Python.
[3 marks]Explain in brief the Data Types in Python.
[4 marks]Explain with examples the Keywords in context to Python Programming Language.
[7 marks]Explain with examples the statements and expressions in context to Python Programming Language.
[7 marks]Explain with example the Del Statement for Lists.
[3 marks]Explain in brief the Return statement and Void function.
[4 marks]Differentiate with example the Built-In Functions and User-Defined Functions.
[7 marks]Give any method to Accessing Characters in the String.
[3 marks]Discuss the process of creating and storing the Strings.
[4 marks]Explain with example the Indexing and Slicing in Lists.
[7 marks]Explain with example the Nested if decision flow in Python.
[3 marks]Enlist the Built-In Functions used on Dictionaries. Explain any one of them with example.
[4 marks]Write a Python Programme to “Reading and Writing a CSV file.”
[7 marks]Explain with example the While loop in Python.
[3 marks]Enlist the Built-In Functions Used on Tuples. Explain any one of them with example.
[4 marks]Write a Python Programme to “Reading and Writing a Binary file.”
[7 marks]Define a dictionary. What are the advantages of using dictionary over lists?
[3 marks]Explain with example any two Graphing (Line Graphs, Scatter Graph, Pie Charts, Bar Charts) with Python.
[4 marks]Write a Python function to calculate the factorial of a number (a non- negative integer). The function accepts the number as an argument
[7 marks]Explain how to delete or remove elements from tuples and sets.
[3 marks]Write a technical note on NumPy and Pandas with Python.
[4 marks]Write a program that accepts the lengths of three sides of a triangle as inputs. The program output should indicate whether or not the triangle is a right triangle.
[7 marks]