Getting Started with Python Class 11 Sumita Arora Solution
Chapter 1 : Getting Started with Python
TYPE A : Short Answer Questions/Conceptual Questions
Q1. When was python released?
Ans. Python was released in February 1991. It was developed by Guido Van Rossum.
Q2. Who was Python’s developer and which two languages contributed to python as a programming language?
Ans. Python was developed by Guido Van Rossum. Two languages contributed to python as a programming language are
- ABC language
- Modula – 3
Q3. What is a Cross platform Software?
Ans. A cross platform software means it can run well on different platform like Windows, Macintosh, Linux/Unix etc.
Q4. What are the advantages of Python Programming Language?
Ans. Advantages of Python Programming Language are :
- It is very easy to use
- Python is an expressive language.
- Python is a cross platform language.
- Python is Free and open source
Q5. What are some limitations of Python Programming Language?
Ans. Limitations of Python Programming Language are:
- Python is not the fastest language.
- Python has less libraries than C++, Java.
- It is not strong on Type-Binding.
Q6. In how many different ways, can you work in python?
Ans. In Python we can work in two ways :
- Interactive Mode
- Script Mode
Q7. What are advantages/disadvantages of working in Interactive mode in Python?
Ans. Advantages of working in Interactive mode are:
- Easy to find error.
- We can get the answer line by line.
- We will get result as soon as we press enter after writing the command.
Disadvantages of working in Interactive mode are:
- We can not write the whole program.
- We can not save the program.
Q8. What are advantages/disadvantages of working in Script mode in Python?
Ans. Advantages of working in Script mode are:
- It is easy to run large program.
- We can save entire program for later use.
Disadvantages of working in Script mode are :
- We have to save file before executing program.
- It is not suitable for testing single command.
Getting Started with Python Class 11 Sumita Arora Solution
TYPE B : Application Based Questions
Q1. Write instructions to get the following result:
Math is Fun so don't be resistant Just learn the rules, the rules are consistent And most important, you must be persistent! Adding fractions, get common denominators. Multiply by missing factors to get the denominators. Add numerators only, NOT denominators. Do it in both interactive mode and script mode.
Ans. In Interactive mode
In Script Mode
NOTE : Triple quotes is used for Multiline Text
Disclaimer : I tried to give you the correct answers of ” Getting Started with Python Class 11 Sumita Arora Chapter-1 ” , but if you feel that there is/are mistakes in “Getting Started with Python Class 11 Sumita Arora Solution “ given above, you can directly contact me at csiplearninghub@gmail.com. Above article on “Getting Started with Python Class 11 Sumita Arora Solution” are taken from latest Sumita Arora Computer Science Book
Important Links
100 Practice Questions on Python Fundamentals
120+ MySQL Practice Questions
90+ Practice Questions on List
50+ Output based Practice Questions
100 Practice Questions on String
70 Practice Questions on Loops
120 Practice Questions of Computer Network in Python
70 Practice Questions on if-else
40 Practice Questions on Data Structure
Class 12 Computer Science Sample Paper 2020-2021.
Class 12 Computer Science Sample Paper Marking Scheme
Class 12 Computer Science Chapter wise MCQ