[go: up one dir, main page]

0% found this document useful (0 votes)
37 views1 page

Unit-1 Important Question

This document contains 9 questions about Python programming concepts. Question 1 asks about popular Python applications and the differences between lists and tuples. Question 2 is about declaring and calling functions in Python with an example, and commonly used built-in types. Question 3 summarizes operators, functions, and modules for Python's numeric type. Question 4 describes what Python is, its features and applications. Question 5 compares Python to Java and C++ and defines modules and importing. Question 6 lists immutable Python types and string comparison methods. Question 7 justifies why type declarations are not used and compares Ellipsis and Xrange types. Question 8 explains Python features that make it popular compared to other languages. Question 9 explains the repr() function and Python's storage and

Uploaded by

Aroosa Amtul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views1 page

Unit-1 Important Question

This document contains 9 questions about Python programming concepts. Question 1 asks about popular Python applications and the differences between lists and tuples. Question 2 is about declaring and calling functions in Python with an example, and commonly used built-in types. Question 3 summarizes operators, functions, and modules for Python's numeric type. Question 4 describes what Python is, its features and applications. Question 5 compares Python to Java and C++ and defines modules and importing. Question 6 lists immutable Python types and string comparison methods. Question 7 justifies why type declarations are not used and compares Ellipsis and Xrange types. Question 8 explains Python features that make it popular compared to other languages. Question 9 explains the repr() function and Python's storage and

Uploaded by

Aroosa Amtul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Unit-1 important question

1.State any four applications where python is more popular. [2] b) List out the main
differences between lists and tuples.

2. How to declare and call functions in Python programs? Illustrate with an


example script. b) List and explain few most commonly used built-in types in python.
3. Summarize various operators, built-in functions and standard library modules
that deals with Python’s numeric type
4. What is Python? Describe its features and applications. b) How does a
computer run a python program? Explain with a neat diagram
5. Compare Python with Java, C++. b) What is a module? How to import it?
How to call a module function or access a module variable?
6. Which python types are immutable? Explain with examples. b) List built-in
methods used for string comparison
7. a) Why are variable type declarations are not used? Justify your answer with
examples. b) Make a comparison of internal types: Ellipsis and Xrange
8. Explain features of Python which make it a more sought after language and
compare it with any other programming languages (C++/Java).
9. a) Explain the use of repr( ) built-in function. b) Describe the storage and
access models of python

You might also like