hlo plz solve this problem
Answers
Question :-
A. Fill in the blanks :-
1. ______ refers to the grammatical rules to be followed while writing a program in any language.
2. Python was created by ______
3. ______ menu is generally used to edit the file in use.
4. In the Interactive mode of Python, the instructions are executed ______, giving the output.
5. A ______ is a named memory location that stores the data.
6. Python ______ cannot be used as a variable name.
Answer :-
1. Syntax refers to the grammatical rules to be followed while writing a program in any language.
2. Python was created by Guido Van Rossum.
3. Edit menu is generally used to edit the file in use.
4. In the Interactive mode of Python, the instructions are executed line by line, giving the output.
5. A variable is a named memory location that stores the data.
6. Python keyword cannot be used as a variable name.
-----------------------------------------------------------
What is Python?
Python is a high-level, interpreted, interactive and object-oriented programming language. It was developed by Guido Van Rossum in 1980s at the National Research Institute for Mathematics and Computer Science. Its first version was released and implemented in 1991. Python is simple and easy to learn language.
Large organizations that use Python include Wikipèdia, Góogle, Yahóo, Faceboók, Amazón, Instàgram etc. The social news networking site Rèddit is fully written in Python.
What are the features of Python?
Some features of Python are stated below :-
- Easy-to-learn.
- Beginner's language.
- Free of cost.
- Integrated.
- Interpreted.
- Object-oriented.
- Portability.
- GUI.
How many modes are there in Python Shell?
In Python Shell, we are able to write programs in 2 ways :
- Interactive mode.
- Script mode.
Interactive mode is employed for writing tiny programs whereas Script mode is employed for writing lengthy programs.
-----------------------------------------------------------
Explanation:
Question and Answer:-
- Syntax refers to the grammatical rules to be followed while written a program in any language.
- Python was created by Guido Van Rossum .
- Edit menu is generally used to edit the file in use .
- In the interactive mode of python, the instructions are executed line - by - line , giving the output .
- A Variable is a named memory location that stores the data.
- Python keyword cannot be used as a Variable name.