0% found this document useful (0 votes)
26 views3 pages

Important Question

Uploaded by

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

Important Question

Uploaded by

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

1. List out the features of Python.

2. Evaluate the order of precedence of operators in Python.

3. Define function and mention its types.


4. What is the scope of variables
5. What is module and package in Python?
6. Difference between algorithm and pseudocode.
7. Define flowchart and list out the symbols.
8. Differentiate between local and global variables.
9. What do you mean by fruitful function?
10. Illustrate negative indexing in list with an example.
11. Discuss different modes of operation in python.
12. Define Variable.
13. Illustrate the flowchart of if-elif-else statements.
14. Write the syntax for function definition
15. Define Modules.
PART A

PART B

1. Explain in detail about the Operators in Python.


2. Explain in detail about various building blocks of algorithm?
3. Write the following Python programs.
To find the sum of ‘n’ natural numbers.
To convert Celsius to Fahrenheit.
4. Write algorithm, pseudo code and flowchart to find the eligibility for voting?
5. Write algorithm, pseudo code and flowchart to check whether the number is
palindrome or not.
6. Explain in detail about Iterative Statement with example.
7. Describe user defined function with example.
8. Explain about Built in function with example.
9. Define methods in a string with an example program using at least 5 methods.
10. How to access characters of a string?
11. Write a function that takes a string as a parameter and replaces the first letter of every
word with the corresponding uppercase letter.
12. Explain in detail about Conditional Statement with example.
13. Explain About Argument Types with example programs.
14. Analyze string slicing. Illustrate how it is done in python with an example
15. Write a python code to search a string in the given list.
16. Describe python modules.
17. Describe python packages.
18. Explain in detail about various building blocks of algorithm?
19. Evaluate the different values (data types) and types of values that can be used in
Python.
20. Explain pseudocode and its rules also give examples for sequence, selection and
repetition type problems
21. Develop a flowchart to check whether the given number is a prime number or not.
22. Write an algorithm find the square root of a number

PART C

1. Write algorithm, pseudo code and flowchart to find Prime number or not.
2. Write algorithm, pseudo code and flowchart to check whether the number is
Armstrong or not.
3. Write a python program to calculate electricity bill based on the number of units
consumed
1 to 100 units (Rs.2.5/Unit)
101 to 200 units (Rs.3.5/Unit)
201 to 300 units (Rs.4.5/Unit)
Above 301 units (Rs.6/Unit)
Tax = 2% of Total Bill. Using conditional statements.
4. Write a program to explain the various operators involved in Python and how an
expression evaluated using precedence of operators.
5. Explain while loop, break statement and continue statement in Python with an
example.
6. Write an algorithm and Pseudo code for the following: (i). Calculating area and
circumference of a circle.
7. (ii). Check given year is leap year or not.

(i)
(ii)
i)
(ii)
(ii)
(i).
(i) (ii)
ii) .
b) i) (ii)

You might also like