CLASS -11 COMPUTER SCIENCE
CHAPTER-1 GETTING STARTED WITH PYTHON
Assignments
- When was python released ? Ans. 1991
- Who was python's developer and which two languages contributed to it as a programming language ? Ans. Guido Van Russom is the developer of python . The two languages were : i) ABC language ( basic language ) ii) Modula - 3
- What is cross - platform software ? Ans . Those softwares that can run equally on variety of platforms like- Windows , Linux , Macintosh , etc.
- What are the advantages of python programming language ? Ans. Following are the benefits of using this language - 1 . Easy to use 2. Expressive Language 3 . Interpreted language 4 . It is complete in itself 5 . Cross- platform language 6 . Free and open source 7 . Variety of usage
- What are limitations of python programming language ? Ans. Following are the disadvantages of using this language - 1 . Slow language 2. Lesser libraries than C , Java , Pearl 3 . Not strong on type binding 4 . Not easily convertible
- In how many different ways can you work in python ? Ans . We can work in two ways i.e. INTERACTIVE MODE & SCRIPT MODE in python .
- What are advantages and disadvantages of working in Interactive Mode ? Ans . Advantages : It is very useful for testing a code and at the time of debugging . Disadvantages : It does not save the commands and the output comes sandwiched with the input commands .
- What are advantages and disadvantages of working in Script Mode ? Ans . Advantages : It is very useful to save the code in the form of a program and to run it later on to get complete output . Disadvantages : It is not as fast as interactive mode and is hectic to test code at the time of debugging . 👉MORE MATERIALS TO BE UPLOADED STAY TUNED👈