Kips Cyber Beans Class 8 Chapter 7 Solutions is part of Kips Cyber Beans Class 8 Solutions. Here we have given Kips Cyber Beans Class 8 Chapter 7 Solutions REVIEW PYTHON.
Textbook | Kips Cyber Beans |
Class | 8 |
Subject | Computer |
Chapter | 7 |
Chapter Name | REVIEW PYTHON |
Other Chapters | Chapter 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6 Chapter 8 Chapter 9 Chapter 10 |
Contents
Kips Cyber Beans Class 8 Chapter 7 Solutions REVIEW PYTHON
Brain Developer
A. Fill in the Blanks:
1. The Data Types of a variable is an attribute that tells what kind of data can a variable have.
2. There are Two types of string operators.
3. The statements that govern the flow of a program are called Control Statement.
4. Comments are the statements that are written while programming but are not executed during program execution.
5. F5 is the shortcut key to execute a program.
B. State True or False:
1. Logical operators are used to assign a value to the variable. – FALSE
2. The value of a variable cannot be changed during program execution. – FALSE
3. In Python, ‘and’ is an example of Logical operators. – TRUE
4. Script Mode is used to create files in Python. – TRUE
5. Python is a case sensitive language. – TRUE
C. Multiple Choice Questions:
1. Python can work in Two different modes.
- Three
- Four
- Two
- Five
2. Concatenation is a String operator.
- String
- Integer
- Float
- Boolean
3. Asingle line comment can be created by using the # symbol.
- $
- #
- &
- @
4. The Sequential construct executes the statements in a sequential manner.
- Iterative
- Conditional
- Selection
- Sequential
5. The files in Pythin are saved with the extension .py.
- .pyth
- .py
- .pthy
- .python
D. Answer the following:
Python is a general-purpose high-level programming language which is a a) Simple and interactive b)Platform Indipendent.
In the interactive mode of python, the interpreter executes the statements one by one whereas, to write lengthy programs, we use the script mode in which we can create and edit the programs.
comments are the statements that are added to a program with the purpose of making the code easier to understand.
The if statement is used to evaluate only once condition. it performs a course of action if the condition evaluates to true, otherwise its skips the statements.
The ‘+’ operator when used with numbers, add the values and gives the sum as output, whereas, when the ‘+’ operator is used with string values, it concatenates two strings together.
a=10 and a==10
In the statements a=10, the variable is assigned value 10, however in the statement a==10, the value of a is equated with 10. The ‘=’ (equal to) sign in the assignment operator in Python, whereas ‘==’ sign is called equal to operator.
Other Chapter Solutions
- Kips Cyber Beans Class 8 Chapter 1 Solutions
- Kips Cyber Beans Class 8 Chapter 2 Solutions
- Kips Cyber Beans Class 8 Chapter 3 Solutions
- Kips Cyber Beans Class 8 Chapter 4 Solutions
- Kips Cyber Beans Class 8 Chapter 5 Solutions
- Kips Cyber Beans Class 8 Chapter 6 Solutions
- Kips Cyber Beans Class 8 Chapter 8 Solutions
- Kips Cyber Beans Class 8 Chapter 9 Solutions
- Kips Cyber Beans Class 8 Chapter 10 Solutions
thank you this helped me a lot
tommorrow is my paper and i cam prepare it now thank you
it will also help me to cheat as my exam is online??