Chapter-1: Computer System: Multiple Choice Questions
Chapter-1: Computer System: Multiple Choice Questions
Chapter-1: Computer System: Multiple Choice Questions
True/False Questions
23. Python is the fastest language
24. Python code is compiled before running.
25. You can create programs in Python’s interactive mode.
Shot Answer Questions /Conceptual Questions.
26. Who developed Python programming language?
27. Is python an object-oriented language?
28. Python is an interpreted high-level language’, What does it mean to
you?
29. What does a cross platform language mean?
30. Which of the following are not valid strings in Python?
a) ” Hello” b) ’Hello’ c)” Hello’ d) ’Hello” e) {Hello }
IP_IMPORTANT QUESTIONS
Chapter-3:- PYTHON FUNDAMENTALS.
Multiple choice questions
31. Special meaning words of Python, fixed for specific functionality are
called __________________
a) Identifier b) functions c) Keywords d) literals
32. Names given to different parts of a Python program are______________
a) Identifier b) functions c) Keywords d) literals
33. Data items having fixed value are called__________________
a) Identifier b) functions c) Keywords d) literals
34. Which of the following are literals?