0% found this document useful (0 votes)
168 views

Python Assignment 1

This document contains 50 questions about Python programming. It asks about the creator of Python, when it was developed, its main features, whether it is a programming or scripting language, how memory is managed, different modes for developing applications, variables and data types, input/output, and type conversion. The questions cover basic concepts about Python to test fundamental knowledge of the language.

Uploaded by

RaJu Bhai
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
168 views

Python Assignment 1

This document contains 50 questions about Python programming. It asks about the creator of Python, when it was developed, its main features, whether it is a programming or scripting language, how memory is managed, different modes for developing applications, variables and data types, input/output, and type conversion. The questions cover basic concepts about Python to test fundamental knowledge of the language.

Uploaded by

RaJu Bhai
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

PYTHON ASSIGNMENT-1

1. Who is the father of Python?


Ans:

2. What is the language used to develop Distributed Operating System?


Ans:

3. Why did Guido Van Rossum keep the name ‘PYTHON’ to his language?
Ans:

4. When was the Python developed?


Ans:

5. When did Python available to public?


Ans:

6. What is a Python?
Ans:

7. What are the main features of Python?


Ans:

8. What are the differences between programming and scripting languages?


Ans:

Page 1 of 6
PYTHON ASSIGNMENT-1

9. Is Python programming language or scripting language? Why?


Ans:

10. What are the different types of languages used to develop the Python language?
Ans:

11. Is Python portable language or not? If yes then why?


Ans:

12. If we use Python language to develop a project, will it take less time or more time to develop
the project compare to other compiler languages? If no then why?
Ans:

13. Is Python free source or needs to purchase?


Ans:

14. What are the different top companies using Python?


Ans:

15. Why Python is also called CROSS Plat Form language?


Ans:

16. What are the different types of OSs where we can run python?
Ans:

17. Why Python is also called interpretable language?


Ans:

Page 2 of 6
PYTHON ASSIGNMENT-1

18. Why debugging of Python program is very easy for developer?


Ans:

19. Give me any four reasons to learn/work on Python?


Ans:

20. Do developers need to focus more on Python Syntax? If no then Why?


Ans:

21. Do we need to think about memory management while application is developing?


Ans:

22. When memory will be allocated to variables in python language?


Ans:

23. What are the different types of modes to develop python application?
Ans:

24. What are the differences between interactive mode and script mode?
Ans:

25. What is the name of >>> symbol in python?


Ans:

26. What is indentation in python?


Ans:

Page 3 of 6
PYTHON ASSIGNMENT-1

27. What is a variable and what is the purpose of variable in python?


Ans:

28. Who will decide the type of variable in Python language? Developer or interpreter?
Ans:

29. What are the different types of quotes supported in python?


Ans:

30. What is the purpose of comments in any programming language?


Ans:

31. Can we write our programing code after comment in the same physical line? If no, why?
Ans:

32. Can we write comment after our programing code in same physical line?
Ans:

33. How to write comment in multiple lines?


Ans:

34. What is identifier in python? Can a single identifier contain combination of upper case, lower
case, underscore and number?
Ans:

35. Is python case-sensitive language or not? If yes, give one example?


Ans:

Page 4 of 6
PYTHON ASSIGNMENT-1

36. Interpreter decides the type of variable in python then how can a programmer know the type
of variable?
Ans:

37. How to see the value in the variable? And also the address of variable in python?
Ans:

38. How to assign multiple heterogeneous values to multiple variables? Give one example?
Ans:

39. How to assign single value to multiple variables?


Ans:

40. How to give input to the program from key board?


Ans:

41. What is the default data type of input()’s value?


Ans:

42. Can we convert string type data to our required data type? Different ways?
Ans:

43. What are the different types of type conversion functions?


Ans:

44. What is eval()?


Ans:

Page 5 of 6
PYTHON ASSIGNMENT-1

45. What is the difference between type conversion functions and eval()?
Ans:

46. How to read values from user? Give one example?


Ans:

47. What is the purpose of data type in any language?


Ans:

48. Can variable allow the value without specifying its type in python language?
Ans:

49. Can a programmer specify type of variable explicitly while developing application?
Ans:

50. On what basis, interpreter decides the type variable in python language?
Ans:

Page 6 of 6

You might also like