Sir according to sumita arora book.. Ques 2 There are 3 categories 1.Bulit in functions 2.Functions defined in modules 3.User defined functions (Page number-96)
@2:57 Here the answer should be 3 parts ie option a as module defined function is not under built in function. So there should be 3 types of function which is also written in books, please confirm this sir 🙏
Positional argument me values sequence me put karte hai....and that sequence has to be followed strictly And in key word argument you can change that sequence Sir k lectures me sir ne bataya tha
Sir, 2:48 pr, ie Q2 mei option should be (a) three parts, as functions are broadly categorised into 3 parts - build in fxns, user defined fxns n fxns defined in modules
Sir please complete this series for term 1 exams and requested to bring 100 mcq like in chapter 1 🙏🏻 Thank you so much for your help sir it's so helpful for cs students with boards 😀
Sir tomorrow is my exam And i am glad that i just found your videos they are really great and you r one of the best computer teacher i hav ever found. I really wish to meet yuh . thank Yuh sir❤
Sir, 23:15 pr, ie Q25 mei jab a=10 hua tab woh local scope m tha, ie it is not accessible in global scope, toh ans dono baar 5 hi aayega ie correct Ans should be c) 5,5
Q.22=> It will raise error saying "a is not defiened" because a is not declared as a global variable inside the function. a=5 def abcd(): global a print(a) abcd() This will give output as 5
Sir... Question no. 12 ka answer NONE Of THE ABOVE hoga kyu ki koi se bhi option ke pichhe : ni diya hai.... Sir agar mai sahi hu to pin kr do comment agar ni to reply krdo😅
Positional argument me values sequence me put karte hai....and that sequence has to be followed strictly And in key word argument you can change that sequence Sir k lectures me sir ne bataya tha
Sir q 3 ans should be 3 as it's categories are built in, user defined and module defined function which we do by importing maths function..
Sir according to sumita arora book..
Ques 2
There are 3 categories
1.Bulit in functions
2.Functions defined in modules
3.User defined functions
(Page number-96)
Functions defined in modules built in functions hi hote h
@2:57
Here the answer should be 3 parts ie option a as module defined function is not under built in function.
So there should be 3 types of function which is also written in books, please confirm this sir 🙏
Sir please upload the videos for the remaining portion of class 12th IP 🙏🙏
Sir plz upload the video of third chapter of IP.
Thanks aap aise hi series laya Kariye bahut Fayda milta hai
😊
Positional argument me values sequence me put karte hai....and that sequence has to be followed strictly
And in key word argument you can change that sequence
Sir k lectures me sir ne bataya tha
Sir, 2:48 pr, ie Q2 mei option should be (a) three parts, as functions are broadly categorised into 3 parts - build in fxns, user defined fxns n fxns defined in modules
Sir please complete this series for term 1 exams and requested to bring 100 mcq like in chapter 1 🙏🏻
Thank you so much for your help sir it's so helpful for cs students with boards 😀
Sir tomorrow is my exam And i am glad that i just found your videos they are really great and you r one of the best computer teacher i hav ever found. I really wish to meet yuh . thank Yuh sir❤
Most welcome Ujjal & thanks a lot for your precious comment😊
God bless you!
Sir question second mein function to teen type ke hote hain na bulletin function user defined function function with module
Sir mcq 2nd answr is a bcoz 1) built in 2) user defined 3)module defined function .
Sir sumita arora book m 3 types of functions diya h, and in oswal also
Then what we have to consider 2 or 3
Broad classification
1. Built in which includes module functions and pre - defined functions
2. User - defined functions
Sir thankuu so much for these type of MCQ. ....ek marathon bhi karado ..if possible ...time kam h humare pass ...pgt screening hpsc 🙋🙋🙋🙋🙋🙋🙋🙋🙋🙋
33/34 sir...really helpful...thank you very much
That's great👍, glad to help you😊
I am 100% sure online exams you gave
@@dae1925 why you jealous lmao
@@bhoumik911 lmao bro I got full
33/34 😊
sir pls continue this series🙏🏻
Sure
Plz reply.......👇👇👇
In question no. 12
Kya ye bhi answers correct ho skte h …??
A, B=10, C=5
A,B,C
I scored 33/34😁 and LEGB stands for Local environment, Enclosing environment, Global environment, Built-in environment
Okk, that's good👍
Name space hota hai
Environment nhi
@@pawansingh6277 Achcha . Sumita Arora book mein environment likha hua hai
@@cutetuttu5411 ok no problem
Sir plz bring the video of third chapter of ip
Sir, 23:15 pr, ie Q25 mei jab a=10 hua tab woh local scope m tha, ie it is not accessible in global scope, toh ans dono baar 5 hi aayega ie correct Ans should be c) 5,5
Sir your are nice python teacher
Thanks Ajay!
Q.22=> It will raise error saying "a is not defiened" because a is not declared as a global variable inside the function.
a=5
def abcd():
global a
print(a)
abcd()
This will give output as 5
I got 32 out of 34😊
Thank u so much sir 😍😍
Sir I have a doubt in question 12 sir there is no colon sign after the end of function name so sir will the ans be option d
Thankyou very much sir🙏❤
Most welcome Abhay!
Sir can u pls make mcq series on file handling it's very urgent
Sir in my school we are studying from your tutorials only 👍👍👍
Wow, happy to hear that, which school dear?
2:35 is wrong in sumita Arora function are of the type built in , function in module, user defined
32/34 correct sir😎
Good Vivek!
Sir I got 29/34 🙂🙂
But now I am ready for term 1.
Thank u sir helping us.🙏🏻🙏🏻
Glad to help you😊
are you from rpvv ip extn
Sir please next chapter MCQ fast ....
We are waiting 🙌
I watching this video before 2 hour of the test 🥰🥰❓
And I got 19 marks in test thanks you sir
28/34☹️
I didn't know theory can be asked this way.
Thank you sir for the session...❤️
I got 30 out of 34
Most welcome😊
Questions number 31 LEGB stands for local enclosed global built in
The LEGB rule is a kind of name lookup procedure, which determines the order in which Python looks up names
34/34 thankuuu sir
Great👍
Sir can u plz upload video for chapter 4...
File handling is chapter 5.
LEGB stands for Local, Enclosing, Global, Built-in🙋🙋🙋🙋🙋🙋🙋🙋🙋
Sir cs practical bata do kya kre kaise kare
Sir, u told 4 ways no arguemnt no return.......pls share that video link if its there
LEGB =Local Enclosing, Global, and Built-in scopes sir honestly I got 24 marks 🥺😥🥺
27/34 🥲 sir next time isse jyada alunga🥲🥲
Absolutely 👍
Thanks sir for mcq
Most welcome😊
Waiting for the next video
Waiting for next video sir please upload soon please ☺️
sir in que 12 a and c both are correct option ?
32/34 ☺☺ thanks for such a session hopefull and optimistict for next one
Glad to help you Pawan!
Sir 33/34,, ❣️
Good👍
Sir please upload mcq practice for class 12 ip term 1
33 aaya 34 me se sir thank u
That's great Addy.. 👍
God bless you!
LEGB = local environment, enclosing environment, global environment, built in Environment
31/34 thank you sir
👍
Nice
Thanks😊
What is meaning of default value…??
Uske aage ka number 🤔🤔
Sir file handling ke upar mcqs ka video banaiye plz
Very Soon
@@codeitup thank u sir
30out of 34 😍sir plz post some more mcqs
Okk
got 30/34 and today i hahe my cs preboard
Best wishes
sir plz humble request provide pdf in description.we have to take print out.from video to revise vedy difficult
Yes sir
32/34 sir i have received
That's good👍
LEGB stands for local enclosed global built in...
28/35 thank for video
Okk
Sir please make more videos
Thank u sir for this videos but sir can u also make videos like this for every chapter accr to CBSE Term 1 syllabus
Sir please upload mcqs for chapter 5
30/34. Thank you so much sir.
Pls make mcq series for file handling
Wah 30 mil gaya betaa e moj krdi
@@anujpsaikia01 😎😎😎
32/35 sir
30/34 ❤️
Okkk
34/34 yeeepeee thank you sir
kal paper hai
Most welcome😊
Sir... Question no. 12 ka answer NONE Of THE ABOVE hoga kyu ki koi se bhi option ke pichhe : ni diya hai.... Sir agar mai sahi hu to pin kr do comment agar ni to reply krdo😅
Sir third chapter ka bhi IP ka video 📹 upload kr dijiye.
IP ?
Sir I got 32/34
That's good Anupam... 👍
sir question 12 me answer none of the above hoga kyonki option a,b and c me : missing hai..................
Sir chapter 4 when you will do ??
Local enclosing global built-in
28/34 🙂
Okk...
30/34 sir
Okk
❤️✨
😊
Sir class 12 python last chapter ka mcqs upload kaar dijiya na please 😌😌
Recorded today, tomorrow you will get it.
@@codeitup
Thankyou so much sir
22ko mera paper hai pre board wala cs ka kuch padha nhi hai bhut daar rha hai
34/34
That's great.. Proud of you😊
Khan se aate ho aap log
Thanks sir
Local Enclosed Global Built-in
Sir Global wale programs m confusion ho rhi h bahut 😞
Sirr10:04 me c kyu nhi hua
SIR
mere 32/34 😁
30+ sir
33 out of 34😄
q2 ans will be 3 parts see sumita arora sir
Function is a module
Local enclosed global built in
30/34
Not bad👍
Sir I got 29 out of 34😞😞
11 out of 35 2 din bache he exam ke lia ladko mere lia prayer karna aur ladkio aj se tumhe behen ki najar se dekhunga prayer krna mere lia
15:46 why not a option
Positional argument me values sequence me put karte hai....and that sequence has to be followed strictly
And in key word argument you can change that sequence
Sir k lectures me sir ne bataya tha
@@Aditya-si6nx oh yes I am confused between keyword and positional argument
29 out of 34
Okkk!
Sir ye to Nahi aayega term 1 me
answer 12 none hoga
Sir I got 30 out of 34
Okk
sir pls help me with IP too pls sir
17:39 mcq no 17 sir i can't understand that ques
Simple Interest hai woh... uska format tha upar.....
31/34😁
Good👍