Python Class 12 | Chapter 1 MCQ | Python Revision Tour | 100 MCQ | Term1 | Chapter 01 | In Hindi

preview_player
Показать описание
Python Class 12 | Chapter 1 MCQ | Python Revision Tour | 100 MCQ | Term1 | Chapter 01 | In Hindi | MCQ Tutorial 1

In this tutorial series, I will be teaching you about the various MCQ's of Python Class 12 as per CBSE Class 12 Term1 and Term2. Starting from first chapter to last chapter I will be uploading MCQ's that will help you a lot.

Link to Previous Video: This is the first MCQ Based Video

Tags Used:

file handling class 12 python
palindrome number in python
python revision tour class 12
codeitup
python revision tour 1
python revision tour 2
python class 12
class 12 python
chapter 1 mcq
python class 12 chapter 1 MCQ
python class 12 python revision tour mcq
mcq series of python class 12
cbse term 1 mcq
term1 mcq python class 12
python class 12 mcq
chapter 1 mcq
python mcq chapter 1 class 12
class 12 python mcq
class 11 python mcq
term 1 class 12 python mcq

@NCERTOFFICIAL
@PhysicsWallah
@officialapnikaksha

#codeitup
#term1
#pythonmcq
Рекомендации по теме
Комментарии
Автор

28:00 For those, who are criticizing sir about this question, should know that he is ALSO A HUMAN, and it is already understood that anyone can make mistakes while speaking, ...
And we must not see the flaws in any person, and we must appreciate the effort he is making in making videos like this...

rachit
Автор

23:50 The reason is becz of double equal which is not use to check any value !
It gives value but in loop only !
Awesome teaching sir Thankyou sir ❤️

arunendratripathi
Автор

Ans of 85 timing 35:39 - Yes, you can write if else statements in a single line in Python. This is known as a ternary operator. Here's an example:

```
x = 10
y = 20
print("x is greater than y" if x > y else "y is greater than or equal to x")
```

This code will output "y is greater than or equal to x" because x is not greater than y. The ternary operator is useful for writing simple if else statements in a concise and readable way.

Aman_ff.
Автор

Sir tommorow is my exam nd it helps me a lot....

TROP
Автор

sir please upload MCQs of entire syllabus as soon as possible I am entirely dependent u and I have my half yearly exam (OFFLINE) this weak

aarjavjain
Автор

36:56 They have introduced switch statement under name of structural pattern matching in python 3.10 where you have to write match instead of switch.
Syntax:

match ch:
case 1:
....
case 2:
....
case _:
....
PS: You don't need a break statement after each case and case followed by space and underscore acts as default case.

moinbagban
Автор

Thanks for the help
It is awesome sir☺️
89/100

AbhishekVerma-dilw
Автор

I have got 72 out of 100
I will keep trying to score more 😀😀😀😀

prachikumari-
Автор

23:46

It prints ‘False’

This is because you can not compare floating point value, as it cannot be considered precise.

rubeenaartista
Автор

Sir you are the best teacher plz bring more such videos

chitranshujangid
Автор

Really helpful and a much needed video sir. Really appreciate the efforts put in by you and your team. I hope such content for all lessons are put up to prepare us for Term 1 Sir.
Best Wishes

arthurchakraborty
Автор

thankyou so much sir much needed video searching good mcqs for exams finally got it....thankyou so much it will be very helpfull....

sachinpareek
Автор

In question 50 it is because 0.1, 0.2 and 0.3 cannot be precisely represented in base 2 floating-point

khadijasania
Автор

sir i got 92/100
you are best teacher
sir can you give reason that why did not you start live class??

abtech
Автор

96/100
Few questions were really amazed me which I did wrong. But yeah this series is really helpful to revise all concepts in just one go in very interactive manner. I am too glad that you are putting your great efforts on that thankyou so much Sir.

earthchanger
Автор

Sir plz put mcq for 3rd lesson and 5th lesson

dharunraagav
Автор

40:10 same reaction sir ji 😂
Btw I have scored 92/100 😊😊

funforfun
Автор

23:15 answer will be None of the above because i is not defined and also the expression i+=1 is not under any variable

spelgrafiken
Автор

Sir I like your vedio so much it help me lot for my pre board term 1 exam in school thank you so so much 😊

ashasolanki
Автор

This helped a lot sir,
Thanks for your efforts🙌

LovepreetSingh-xxmg