DEPARTMENT OF COMPUTER SCIENCE
SSBN DEGREE COLLEGE :: ANANTAPUR (AUTONOMOUS)
III B.Com(CA)., (V SEMESTER)
Paper - V: Cloud Computing and Python
(w.e.f 2020-2021)
QUESTION BANK
UNIT – I
10 Marks Questions
1. Write a note on cloud components.
2. Explain essential characteristics of cloud computing.
3. List the pros and cons of cloud computing.
4. Write a detailed note on cloud deployment model.
5. Write a note on cloud services.
6. Write a detailed note on cloud scenarios.
7. Write a brief note on privacy concerns with a third party.
5 marks Questions
8. Define the terms cloud and cloud computing.
9. Write a brief note on cloud infrastructure.
10. Write a brief note on multi-tenancy.
11. Distinguish IaaS, PaaS and SaaS.
12. What is the difference between horizontal scaling and vertical scaling?
13. Explain the benefits of cloud computing with respect to the organization.
14. Explain the limitations of cloud computing with respect to the organization.
UNIT – II
10 Marks Questions
15. Write a detailed note on cloud architecture.
16. Write a detailed note on any two SaaS service providers.
17. Write a detailed note on PaaS service providers.
18. Write in detail about the services provided by Salesforce.com.
19. Explain GoGrid-Microsoft implementation and support for IaaS.
20. Write a detailed note on virtualization.
21. Explain the need of virtualization.
22. Explain types of hardware virtualization.
5 Marks Questions
23. List out the operational benefits of SaaS.
24. List out the economic benefits of SaaS.
25. Write the benefits of PaaS.
26. List out the benefits of IaaS.
27. Explain about the PaaS services provided by Amazon EC2.
28. What are the limitations of virtualization?
29. Define virtualization. What is the difference between full, para and hardware assisted virtualization.
UNIT – III
10 Marks Questions
30. Explain different data types present in python.
31. Explain different types of operators present in python.
32. Write a note on sets and dictionary.
33. Write short notes on
Tuples
Lists
34. Write a detailed note on python directories.
5 Marks Questions
35. Explain the features of Python programming language.
36. Write short notes on
Keywords
Identifiers
37. Explain basic operations that can be performed on lists.
38. Explain basic operations that can be performed on tuples.
39. Write a brief note frozen sets.
UNIT – IV
10 Marks Questions
40. Write a detailed note on I/O statements in python.
41. Explain scope of variables with examples.
42. Explain control statements with examples in python.
43. Explain looping statements in python.
44. Write a note on functions.
45. What is recursion? Explain with an example.
46. Write a note on Python modules.
47. Write a note on Python Packages.
5 Marks Questions
48. Write a brief note on import statement.
49. Write a brief note on break and continue statements.
50. Write a brief note on pass statement.
51. What is anonymous functions? Explain with example.
52. Explain different types of function arguments.
UNIT – V
10 Marks Questions
53. Explain different file operations with examples.
54. Write a note on reading and writing files.
55. List out any ten python built-in exceptions.
56. Write a detailed note on python Exception handling.
57. What is Inheritance? Explain multiple inheritance in python.
58. Write a note on operator overloading.
59. Write a program to make a simple calculator using functions.
5 Marks Questions
60. Write the syntax for open() function. List out different file opening modes.
61. Write short notes on
rename() method
remove() method
62. List out the functions that are used to handle the file position.
63. Explain the methods that help to create, remove and change directory in python.
64. Write a brief note on context manager in python.
65. Write about with: and del statements.
66. Write short notes on
Python namespace
Python variable scope
67. Write a note on overriding methods.
68. Write a python program to check a given number is prime or not.