CBSE Class 11 Computer Getting Started With Python Worksheet

Read and download free pdf of CBSE Class 11 Computer Getting Started With Python Worksheet. Students and teachers of Class 11 Computer Science can get free printable Worksheets for Class 11 Computer Science Getting Started With Python in PDF format prepared as per the latest syllabus and examination pattern in your schools. Class 11 students should practice questions and answers given here for Computer Science in Class 11 which will help them to improve your knowledge of all important chapters and its topics. Students should also download free pdf of Class 11 Computer Science Worksheets prepared by teachers as per the latest Computer Science books and syllabus issued this academic year and solve important problems with solutions on daily basis to get more score in school exams and tests

Worksheet for Class 11 Computer Science Getting Started With Python

Class 11 Computer Science students should download to the following Getting Started With Python Class 11 worksheet in PDF. This test paper with questions and answers for Class 11 will be very useful for exams and help you to score good marks

Class 11 Computer Science Worksheet for Getting Started With Python

Very Short Answer:

Question: Is Python an Object Oriented Language?
Answer: 
Yes, Python is an object oriented language.

Question: Who developed Python?
Answer: Python was developed by Guido Van Rossum.

Question: Which two languages contributed to Python as a Programming Language?
Answer: ABC language and Modula 3.

Question: When was Python released?
Answer: Python was released in February 1991.

Question: Python got its name from which show?
Answer: Python got its name from famous BBC comedy show “Monty Python’s Flying Circus”.


Short Answer:

Question: What does a cross platform language mean?
Answer: it meAnswer: a language can run equally on variety of platforms-Windows, Linux/UNIX, Macintosh, Supercomputers, Smart phones etc.

Question: What are the limitations of Python?
Answer: limitationsi.
Not the fastest language.ii. Lesser Libraries than C, Java, Perl.
iii. Not strong on Type Binding.
iv. Not easily convertible.

Question: Python is a Free and Open Source language. What do you understand by this feature?
Answer: It meAnswer: Python is freely available without any cost. Its source code is also available. One can modify,
improve/extend an open source software.

Question: „Python is an interpreted language‟. What does it mean to you?
Answer: It meAnswer: that the Python installation interprets and executes the code line by line at a time.

Question: In how many ways, can you work in Python?
Answer: In two ways we can work in Python-
(i) Interactive mode
(ii) Script Mode

Question: What are the advantages of Python?
Answer: Advantagesi.
i.Easy to use OO Language.
ii. Expressive Language.
iii. Interpreted Language.
iv. It is complete.
v. Cross-Platform Language.
vi. Free and Open Source.
vii. Variety of Usage/ Applications

Question: What is the difference between Interactive mode and Script Mode in Python?
Answer: In interactive mode, one command can run at a time and commands are not saved. Whereas in Script mode, we can save all the commands in the form of a program file and can see output of all lines together.


Skill Based Questions

Question: Write Instructions in python to get the following result: (Do it in both interactivemode and script mode)
I am a student of KV Barabanki
I live in Barabanki
And I love Barabanki.
Barabanki is 20 KM away from Lucknow
This Place is famous for Dewa Sharif

Answer: In Interactive Mode-
>>> print(“I am a student of KV Barabanki \nI live in Barabanki \nAnd I love Barabanki\n\n Barabanki is 20
KM away from Lucknow\n This Place is famous for Dewa Sharif”)
In Script Modeprint(“
I am a student of KV Barabanki \n I live in Barabanki \nAnd I love Barabanki\n\n Barabanki is 20 KM
away from Lucknow\n This Place is famous for Dewa Sharif”)
(save this code to a file and then run the file)

Question: Which of the following are not valid strings in Python?
(a)”Hello‖ “(b) ‗”Hello” (c)”‖Hello” (d) ‗”Hello‖ “(e)” {Hello}”
Answer: String (c) , (d) and (e ) are not valid strings.

Worksheet for CBSE Computer Science Class 11 Getting Started With Python

We hope students liked the above worksheet for Getting Started With Python designed as per the latest syllabus for Class 11 Computer Science released by CBSE. Students of Class 11 should download in Pdf format and practice the questions and solutions given in the above worksheet for Class 11 Computer Science on a daily basis. All the latest worksheets with answers have been developed for Computer Science by referring to the most important and regularly asked topics that the students should learn and practice to get better scores in their class tests and examinations. Expert teachers of studiestoday have referred to the NCERT book for Class 11 Computer Science to develop the Computer Science Class 11 worksheet. After solving the questions given in the worksheet which have been developed as per the latest course books also refer to the NCERT solutions for Class 11 Computer Science designed by our teachers. We have also provided a lot of MCQ questions for Class 11 Computer Science in the worksheet so that you can solve questions relating to all topics given in each chapter.

Where can I download latest CBSE Printable worksheets for Class 11 Computer Science Getting Started With Python

You can download the CBSE Printable worksheets for Class 11 Computer Science Getting Started With Python for latest session from StudiesToday.com

Is there any charge for the Printable worksheets for Class 11 Computer Science Getting Started With Python

There is no charge for the Printable worksheets for Class 11 CBSE Computer Science Getting Started With Python you can download everything free

Are there any websites that offer free test sheets for Class 11 Computer Science Getting Started With Python

Yes, studiestoday.com provides all latest NCERT Getting Started With Python Class 11 Computer Science test sheets with answers based on the latest books for the current academic session

What topics are covered in CBSE Class 11 Computer Science Getting Started With Python worksheets?

CBSE Class 11 Computer Science Getting Started With Python worksheets cover all topics as per the latest syllabus for current academic year.

How can I use worksheets to improve my Class 11 Computer Science scores?

Regular practice with Class 11 Computer Science worksheets can help you understand all concepts better, you can identify weak areas, and improve your speed and accuracy.