Class 11 IP MCQ questions for term 1 examination: Hello studends in this article we come back with important IP questions to boost up your preparation. These question surely will helps you getting good score in IP term 1 examination. Go through all this mcq questions and boost up your preparation. In this article we share class 11 ip term 1 sample paper question to boost up your preparation. In my point of view Information practice (IP) is good scoring subject. If you have good command in python will surely get good marks which will surely increase overall percentage. In ip class 11 sample paper 2021 term 1 cover only 2 Units 1 Introduction to computer system. This unit is 10 marks and Unit 2 cover Introduction to Python programming. Ip sample paper class 11 term 1 paper with some important question. You can download Ip sample paper class 11 term 1 paper pdf and start your practice. ip sample paper class 11 2021 term 1 class 11 ip term 1 sample paper
Chapter 1 Python Pandas I Term 1 MCQs Informatics Practices Class
PARTS OF PYTHON PROGRAMMING LANGUAGE MCQ
1. Identify the invalid keyword below.
a. and
b. as
c. while
d. until
2. is an identifier that has predefined meaning.
a. variable
b. identifier
c. keyword
d. None of these
3.Bitwise operator gives 1 if one of the bit is zero and the other is 1.
a. or
b. and
c. xor
d. not
4. Guess the output of the following code. 1 > 2 and 9 > 6
a. True
b. False
c. Machine Dependent
d. Error
11. How many operands are there in the following arithmetic expression? 6 * 35 + 8 − 25
a. 4
b. 3
c. 5
d. 8
12. How many binary operators are there in the following arithmetic expression?
− 6 + 10 / (23 + 56)
a. 2
b. 3
c. 4
d. 5
13. Which operator returns the remainder of the operands?
a. /
b. //
c. %
d. **
0 Comments