Fill In the Blanks For Python Fundamentals Class 11 Computer Science (CS), Informatics Practices (IP)
1. A _____ is a reserved word carrying special meaning and purpose.
2. _____ are the user defined names for different parts of a program.
3. _____ are the fixed values.
4. _____ are the symbols that trigger some computation or action.
5. An _____ is a legal combination of symbols that represents a value.
6. Non-executable, additional lines added to a program, are known as _____.
7. In Python, the comments begin with _____ character.
8. Python is a _____ sensitive language.
9. The _____ function prints the value of a variable/expression.
10. The _____ function gets the input from the user.
11. The input() function returns the read value as of _____ type.
12. To convert an input( )'s value in integer type, _____ function is used.
13. To convert an input ()'s value in floating-point type, _____ function is used.
14. Strings can be created with _____ quotes, _____ quotes and _____ quotes.
Answer :-
1. keyword
2. Identifiers
3. Literals
4. Operators
5. expression
6. comments
7. #
8. case
9. print()
10. input()
11. string
12. int()
13. float()
14. (single, double, triple)
wast
ReplyDeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )