BCA / B.Tech 3 min read

BCA || Python 2023 Paper || MDSU Exam Paper

BCA || PART-2 || Python 2023 Paper || MDSU Exam Paper


PART-A

Q.1 Who developed Python Language?
Q.2 What is the difference between append() & extend()?
Q.3 What is Dynamic Typing?
Q.4 Define Keyword.
Q.5 in Python case sensetive.
Q.6 What is Nagative Indexing in List?
Q.7 What is String Slicing?
Q.8 What is Doc() String?
Q.9 Define Dictionary?
Q.10 What is difference Between a=(10) & a-(10) in Python?


PART-B

Q.11 What is the difference between Variable & Global Variable?
Q.12 What is difference Between Pickling & UnPickling?
Q.13 What is Mutable & Immutable data Type?
Q.14 What is Range() Function?
Q.15 Write a Program in Python "To check Whether The entered number is Prime or not?

PART-C

Explain of Features of python?What are its application area? write its advantages?
OR
Explain Difference Types of Operators with example?

Q.17 Explain any Seven Build-in-Method of python String.
OR
What is Function? What are its Types? What are the types of arguments in it.

Q.18 What are the Python Modules ?How to input it? Explain Some of Build-in-Modules that are often Used in Python.