Skip to content

WARNING

This Page is incomplete and answers will be added soon. 12/12 Remaining.

2 Marks Questions

Q1. What is python interpreter?

Q2. What is identifier?

Q3. What is explicit type conversion?

Q4. What is statement give one example?

Q5. What is indentation?

Q6. What is build in libraries give two examples?

4 Marks Questions

Q1.Explain the features of Python?

Q2.Explain different data types in Python with example?

Q3.What is exceptions? Explain any four built-in exceptions?

Q4.Explain any 2 decision making statements? With example

Q5.What is loops? Explain for loop and while loop with example.

8 Marks Questions

Q1.Explain the usage and signification of memberships operator in Python?

Q2.Explain variables in python with examples?

Q3.Write a note on

1. Nested if statements

2. Nested for loop

3. break

4. continue