Paper - V: Cloud Computing and Python: Department of Computer Science SSBN Degree College:: Anantapur (Autonomous)
Paper - V: Cloud Computing and Python: Department of Computer Science SSBN Degree College:: Anantapur (Autonomous)
QUESTION BANK
UNIT – I
10 Marks Questions
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
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
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.