Vikram Neerugatti, Assistant Professor, Department of CSE, SVCET, Chittoor.
Page 1 of 2
SRI VENKATESWARA COLLEGE OF ENGINERRING AND TECHNOLOGY, CHITTOOR
Department of Computer Science and Engineering
Question Bank (As per the Blooms Taxonomy)
Programming in Python [17ACS11]
__________________________________________________________________________________
UNIT-1
SHORT ANSWER QUESTIONS
1. Define formal and natural Languages?
2. what are the rules to declare a variable?
3. define an expression with example?
LONG ANSWER QUESTIONS
4. write the steps for installation of Python in windows?
5. what are the values and types?
6. difference between the prompt mode and script mode.
7. write about the arithmetic and string operations.
8. Define precedence? Write the order of the operations.
9. write the hello world program in python and explain it with the comments.
UNIT-2
SHORT ANSWER QUESTIONS
10. Define function and function calls.
11. Define stack diagram.
12. what is the use of the Turtle module?
13. what is the keyword used to add a new function? Write an example.
LONG ANSWER QUESTIONS
14. list any five math functions. Write an example.
15. explain about the fruitful functions with an example program.
16. Explain the Turtle module with the example program.
17. write the python script that demonstrate the functions with the return types.
UNIT-3
SHORT ANSWER QUESTIONS
18. Define Floor and modulo division.
19. what are all the logical operators.
20. define Break, continue operations.
21. Define String and write an example.
Vikram Neerugatti, Assistant Professor, Department of CSE, SVCET, Chittoor.
Page 2 of 2
LONG ANSWER QUESTIONS
22. Explain in detail about the conditionals in python.
23. Explain iterations in python.
24. what is the difference between the for and while loop?
25. explain about the string methods?
26. write a python script that demonstrate the traversal with the for loop.
UNIT-4
SHORT ANSWER QUESTIONS
27. define data structures. Lit any two data structures.
28. write the difference between the Tuple and Lists.
29. Write the difference between the sets and dictionaries.
30. Define file and file paths.
31. define Persistence in files.
LONG ANSWER QUESTIONS
32. Explain in detail about the Lists with the slicing operations and methods.
33. Explain in detail about the Tuples with the slicing operations and methods.
34. Explain in detail about the Sets with the slicing operations and methods.
35. Explain in detail about the Dictionaries with the slicing operations and methods.
36. write about Writing and Reading a Files.
37. Write about the Format operator.
38. Write about the catching exceptions with examples.
39. write a python script that used to write a module.
40. What are Pipes. Explain.
41.what are Databases. Explain.
UNIT-5
SHORT ANSWER QUESTIONS
42. Define class. How to create a class?
43. Define inheritance. Write his behaviour.
LONG ANSWER QUESTIONS
44. Explain in detail about the Classes and objects.
45. Explain in detail about the Classes and functions.
46. Explain in detail about the Classes and methods.
47. Explain in detail about the concept of inheritance.

Python question bank

  • 1.
    Vikram Neerugatti, AssistantProfessor, Department of CSE, SVCET, Chittoor. Page 1 of 2 SRI VENKATESWARA COLLEGE OF ENGINERRING AND TECHNOLOGY, CHITTOOR Department of Computer Science and Engineering Question Bank (As per the Blooms Taxonomy) Programming in Python [17ACS11] __________________________________________________________________________________ UNIT-1 SHORT ANSWER QUESTIONS 1. Define formal and natural Languages? 2. what are the rules to declare a variable? 3. define an expression with example? LONG ANSWER QUESTIONS 4. write the steps for installation of Python in windows? 5. what are the values and types? 6. difference between the prompt mode and script mode. 7. write about the arithmetic and string operations. 8. Define precedence? Write the order of the operations. 9. write the hello world program in python and explain it with the comments. UNIT-2 SHORT ANSWER QUESTIONS 10. Define function and function calls. 11. Define stack diagram. 12. what is the use of the Turtle module? 13. what is the keyword used to add a new function? Write an example. LONG ANSWER QUESTIONS 14. list any five math functions. Write an example. 15. explain about the fruitful functions with an example program. 16. Explain the Turtle module with the example program. 17. write the python script that demonstrate the functions with the return types. UNIT-3 SHORT ANSWER QUESTIONS 18. Define Floor and modulo division. 19. what are all the logical operators. 20. define Break, continue operations. 21. Define String and write an example.
  • 2.
    Vikram Neerugatti, AssistantProfessor, Department of CSE, SVCET, Chittoor. Page 2 of 2 LONG ANSWER QUESTIONS 22. Explain in detail about the conditionals in python. 23. Explain iterations in python. 24. what is the difference between the for and while loop? 25. explain about the string methods? 26. write a python script that demonstrate the traversal with the for loop. UNIT-4 SHORT ANSWER QUESTIONS 27. define data structures. Lit any two data structures. 28. write the difference between the Tuple and Lists. 29. Write the difference between the sets and dictionaries. 30. Define file and file paths. 31. define Persistence in files. LONG ANSWER QUESTIONS 32. Explain in detail about the Lists with the slicing operations and methods. 33. Explain in detail about the Tuples with the slicing operations and methods. 34. Explain in detail about the Sets with the slicing operations and methods. 35. Explain in detail about the Dictionaries with the slicing operations and methods. 36. write about Writing and Reading a Files. 37. Write about the Format operator. 38. Write about the catching exceptions with examples. 39. write a python script that used to write a module. 40. What are Pipes. Explain. 41.what are Databases. Explain. UNIT-5 SHORT ANSWER QUESTIONS 42. Define class. How to create a class? 43. Define inheritance. Write his behaviour. LONG ANSWER QUESTIONS 44. Explain in detail about the Classes and objects. 45. Explain in detail about the Classes and functions. 46. Explain in detail about the Classes and methods. 47. Explain in detail about the concept of inheritance.