Page 1 :
Pg: 86, A, , Pg: 87, B., , , , THE LOVEDALE SR. SEC. SCHOOL, COMPUTER: 7™, CHAPTER- 6, , Fill in the blanks:, Syntax, , Guido Van Rossum, Edit, , Line by Line, Variable, , Keyword, , AaPWN>D>, , State True or False:, , 1. True, , True, , True, , False, , False, , True, , . True, , Application Based Questions:, , 1. Kritika should use ‘/t’ separator with the print() function., , 2. Aman should use Interactive mode, , Multiple Choice Questions:, , List, , Overwritten, , Assignment, , Float, , \t, , Script Area, , . 1020, , nswer the following:, , Some of the features which make Python so popular are as follows:, , (i) It is an easy to learn general-purpose programming language., , (ii) It is a platform independent programming language, which means it can be used on any, , machine and in any operating system., , (iii) It has a simple syntax., , (iv) Python is a case sensitive language., , (v) It’s is an interpreted language., , 2. A Variable stores data values. It can store only one data value at a time. When a new value is stored, in a variable, its previous value gets overwritten. The rules for variable names are- (i) A variable, name must start with an alphabet or an underscore. (ii) Variable names are case-sensitive., , 3. Python works in two modes: Interactive mode and Script mode. In the interactive mode of Python,, the instructions are executed line by line giving the output. Whereas, for writing lengthy programs in, Python, Script mode is used., , 4. Adata types represents the type of data stored in a variable. Python has various standard data types, based on the types of values stored in variables. int, float, str, bool are the data types of Python., , 5. The print() function is used to display the output of any command on the screen. We can also pass, more than one argument to the print() function., , 6. Interpreter is a language processor. When you type a command next to the python prompt (>>>) in, the interactive mode of Python, and press the Enter key, the interpreter converts the command into, machine language. After processing, the interpreter again converts the machine code into human, readable form (Output)., , NOARWN, , pNOAaON=