Python Class 12 | Chapter 3 | Function MCQ | Term1 | In Hindi

Поделиться
HTML-код
  • Опубликовано: 20 дек 2024

Комментарии • 222

  • @ridhiagarwalla6371
    @ridhiagarwalla6371 3 года назад +6

    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..

  • @vanshbadhel8996
    @vanshbadhel8996 3 года назад +2

    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)

    • @Steve-vk2kw
      @Steve-vk2kw 3 года назад

      Functions defined in modules built in functions hi hote h

  • @MarvelStudiosfp
    @MarvelStudiosfp 3 года назад +5

    @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 🙏

  • @psp08
    @psp08 3 года назад +11

    Sir please upload the videos for the remaining portion of class 12th IP 🙏🙏

  • @kartikeygupta9993
    @kartikeygupta9993 3 года назад +6

    Sir plz upload the video of third chapter of IP.

  • @totalgamingshorts5399
    @totalgamingshorts5399 3 года назад +2

    Thanks aap aise hi series laya Kariye bahut Fayda milta hai

  • @Aditya-si6nx
    @Aditya-si6nx 3 года назад +1

    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

  • @palakbedi
    @palakbedi 8 месяцев назад

    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

  • @shubhangiroy6672
    @shubhangiroy6672 3 года назад +6

    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 😀

  • @ujjalroy1719
    @ujjalroy1719 2 года назад +2

    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❤

    • @codeitup
      @codeitup  2 года назад

      Most welcome Ujjal & thanks a lot for your precious comment😊
      God bless you!

  • @krishna_gopal_
    @krishna_gopal_ 8 месяцев назад +1

    Sir question second mein function to teen type ke hote hain na bulletin function user defined function function with module

  • @eraawareness2743
    @eraawareness2743 3 года назад +1

    Sir mcq 2nd answr is a bcoz 1) built in 2) user defined 3)module defined function .

  • @betterbeing106
    @betterbeing106 3 года назад +6

    Sir sumita arora book m 3 types of functions diya h, and in oswal also
    Then what we have to consider 2 or 3

    • @himanshudeka5753
      @himanshudeka5753 3 года назад +1

      Broad classification
      1. Built in which includes module functions and pre - defined functions
      2. User - defined functions

  • @deepikayadav5417
    @deepikayadav5417 2 года назад

    Sir thankuu so much for these type of MCQ. ....ek marathon bhi karado ..if possible ...time kam h humare pass ...pgt screening hpsc 🙋🙋🙋🙋🙋🙋🙋🙋🙋🙋

  • @utkarshsaxena1165
    @utkarshsaxena1165 3 года назад +4

    33/34 sir...really helpful...thank you very much

    • @codeitup
      @codeitup  3 года назад +1

      That's great👍, glad to help you😊

    • @dae1925
      @dae1925 3 года назад

      I am 100% sure online exams you gave

    • @bhoumik911
      @bhoumik911 3 года назад

      @@dae1925 why you jealous lmao

    • @dae1925
      @dae1925 3 года назад

      @@bhoumik911 lmao bro I got full

  • @itsme-pd1xl
    @itsme-pd1xl 3 года назад +10

    33/34 😊
    sir pls continue this series🙏🏻

  • @illlyy1072
    @illlyy1072 3 года назад +1

    Plz reply.......👇👇👇
    In question no. 12
    Kya ye bhi answers correct ho skte h …??
    A, B=10, C=5
    A,B,C

  • @cutetuttu5411
    @cutetuttu5411 3 года назад +5

    I scored 33/34😁 and LEGB stands for Local environment, Enclosing environment, Global environment, Built-in environment

    • @codeitup
      @codeitup  3 года назад +1

      Okk, that's good👍

    • @pawansingh6277
      @pawansingh6277 3 года назад

      Name space hota hai

    • @pawansingh6277
      @pawansingh6277 3 года назад

      Environment nhi

    • @cutetuttu5411
      @cutetuttu5411 3 года назад

      @@pawansingh6277 Achcha . Sumita Arora book mein environment likha hua hai

    • @pawansingh6277
      @pawansingh6277 3 года назад

      @@cutetuttu5411 ok no problem

  • @VikasKumar-sx2ds
    @VikasKumar-sx2ds 3 года назад +4

    Sir plz bring the video of third chapter of ip

  • @palakbedi
    @palakbedi 8 месяцев назад

    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

  • @Ajay_error
    @Ajay_error 3 года назад +1

    Sir your are nice python teacher

  • @PulkiT_GahloT
    @PulkiT_GahloT 3 года назад

    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

  • @KishanYadav-lh1eb
    @KishanYadav-lh1eb 3 года назад

    I got 32 out of 34😊
    Thank u so much sir 😍😍

  • @vishalgautam9852
    @vishalgautam9852 Год назад

    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

  • @Marcos1987
    @Marcos1987 3 года назад +2

    Thankyou very much sir🙏❤

    • @codeitup
      @codeitup  3 года назад +1

      Most welcome Abhay!

  • @aryangupta4260
    @aryangupta4260 3 года назад +2

    Sir can u pls make mcq series on file handling it's very urgent

  • @naman_artgallery6845
    @naman_artgallery6845 3 года назад +3

    Sir in my school we are studying from your tutorials only 👍👍👍

    • @codeitup
      @codeitup  3 года назад +1

      Wow, happy to hear that, which school dear?

  • @ishikagupta5697
    @ishikagupta5697 2 года назад +1

    2:35 is wrong in sumita Arora function are of the type built in , function in module, user defined

  • @AkashSingh-lq1qz
    @AkashSingh-lq1qz 3 года назад +1

    32/34 correct sir😎

  • @djpandit6506
    @djpandit6506 3 года назад +1

    Sir I got 29/34 🙂🙂
    But now I am ready for term 1.
    Thank u sir helping us.🙏🏻🙏🏻

  • @Rakesh_op
    @Rakesh_op 3 года назад +1

    Sir please next chapter MCQ fast ....
    We are waiting 🙌

  • @sk.creation0008
    @sk.creation0008 2 года назад

    I watching this video before 2 hour of the test 🥰🥰❓
    And I got 19 marks in test thanks you sir

  • @shivangshukla5200
    @shivangshukla5200 3 года назад +2

    28/34☹️
    I didn't know theory can be asked this way.

  • @skafzal8478
    @skafzal8478 3 года назад +1

    Thank you sir for the session...❤️
    I got 30 out of 34

    • @codeitup
      @codeitup  3 года назад

      Most welcome😊

  • @pramkumartivari9081
    @pramkumartivari9081 3 года назад +1

    Questions number 31 LEGB stands for local enclosed global built in

  • @deepikayadav5417
    @deepikayadav5417 2 года назад

    The LEGB rule is a kind of name lookup procedure, which determines the order in which Python looks up names

  • @avengerss4027
    @avengerss4027 2 года назад +1

    34/34 thankuuu sir

  • @krishnasruthi2120
    @krishnasruthi2120 3 года назад +1

    Sir can u plz upload video for chapter 4...

    • @codeitup
      @codeitup  3 года назад

      File handling is chapter 5.

  • @deepikayadav5417
    @deepikayadav5417 2 года назад

    LEGB stands for Local, Enclosing, Global, Built-in🙋🙋🙋🙋🙋🙋🙋🙋🙋

  • @Ankitraj_shoundikk
    @Ankitraj_shoundikk 3 года назад +1

    Sir cs practical bata do kya kre kaise kare

  • @seemagupta3794
    @seemagupta3794 2 года назад

    Sir, u told 4 ways no arguemnt no return.......pls share that video link if its there

  • @aTRanGi11
    @aTRanGi11 3 года назад +1

    LEGB =Local Enclosing, Global, and Built-in scopes sir honestly I got 24 marks 🥺😥🥺

  • @jallad8556
    @jallad8556 3 года назад

    27/34 🥲 sir next time isse jyada alunga🥲🥲

    • @codeitup
      @codeitup  3 года назад +1

      Absolutely 👍

  • @RohitKumar-bc2hu
    @RohitKumar-bc2hu 3 года назад

    Thanks sir for mcq

    • @codeitup
      @codeitup  3 года назад

      Most welcome😊

  • @Aman-tf2or
    @Aman-tf2or 3 года назад

    Waiting for the next video

  • @Rakesh_op
    @Rakesh_op 3 года назад

    Waiting for next video sir please upload soon please ☺️

  • @ShreyaSingh-qn8il
    @ShreyaSingh-qn8il 3 года назад

    sir in que 12 a and c both are correct option ?

  • @pawansingh6277
    @pawansingh6277 3 года назад

    32/34 ☺☺ thanks for such a session hopefull and optimistict for next one

    • @codeitup
      @codeitup  3 года назад

      Glad to help you Pawan!

  • @SUMITRAJ-vm5hg
    @SUMITRAJ-vm5hg 3 года назад +1

    Sir 33/34,, ❣️

  • @kavyanshpahadiya9195
    @kavyanshpahadiya9195 3 года назад +1

    Sir please upload mcq practice for class 12 ip term 1

  • @addysingh3501
    @addysingh3501 3 года назад +1

    33 aaya 34 me se sir thank u

    • @codeitup
      @codeitup  3 года назад

      That's great Addy.. 👍
      God bless you!

  • @himanshudeka5753
    @himanshudeka5753 3 года назад

    LEGB = local environment, enclosing environment, global environment, built in Environment

  • @rohandeepsingh213
    @rohandeepsingh213 Год назад +1

    31/34 thank you sir

  • @クナル
    @クナル 3 года назад +1

    Nice

  • @illlyy1072
    @illlyy1072 3 года назад +1

    What is meaning of default value…??
    Uske aage ka number 🤔🤔

  • @avinashmishra4736
    @avinashmishra4736 3 года назад

    Sir file handling ke upar mcqs ka video banaiye plz

  • @Girlyvibe31
    @Girlyvibe31 3 года назад

    30out of 34 😍sir plz post some more mcqs

  • @shivam2375
    @shivam2375 3 года назад +1

    got 30/34 and today i hahe my cs preboard

  • @virusalert9951
    @virusalert9951 3 года назад +5

    sir plz humble request provide pdf in description.we have to take print out.from video to revise vedy difficult

  • @rameshchandsharma6015
    @rameshchandsharma6015 3 года назад

    32/34 sir i have received

  • @HK_India09
    @HK_India09 3 года назад

    LEGB stands for local enclosed global built in...

  • @mt5gaming
    @mt5gaming 3 года назад

    28/35 thank for video

  • @musicmania7676
    @musicmania7676 3 года назад

    Sir please make more videos

  • @jaypatel6208
    @jaypatel6208 3 года назад +1

    Thank u sir for this videos but sir can u also make videos like this for every chapter accr to CBSE Term 1 syllabus

  • @msaisaranya7153
    @msaisaranya7153 3 года назад

    Sir please upload mcqs for chapter 5

  • @krishu1632
    @krishu1632 3 года назад

    30/34. Thank you so much sir.
    Pls make mcq series for file handling

    • @anujpsaikia01
      @anujpsaikia01 3 года назад

      Wah 30 mil gaya betaa e moj krdi

    • @krishu1632
      @krishu1632 3 года назад

      @@anujpsaikia01 😎😎😎

  • @fLOKYOFFICIALMUSIC
    @fLOKYOFFICIALMUSIC Год назад

    32/35 sir

  • @yashrajvatsh3144
    @yashrajvatsh3144 3 года назад +1

    30/34 ❤️

  • @AMJGAMERZ
    @AMJGAMERZ 2 года назад

    34/34 yeeepeee thank you sir
    kal paper hai

    • @codeitup
      @codeitup  2 года назад

      Most welcome😊

  • @rising4390
    @rising4390 3 года назад

    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😅

  • @isparshtiwari9138
    @isparshtiwari9138 3 года назад

    Sir third chapter ka bhi IP ka video 📹 upload kr dijiye.

  • @anupampandey5344
    @anupampandey5344 3 года назад +3

    Sir I got 32/34

    • @codeitup
      @codeitup  3 года назад

      That's good Anupam... 👍

  • @LK_Alchemist
    @LK_Alchemist 3 года назад

    sir question 12 me answer none of the above hoga kyonki option a,b and c me : missing hai..................

  • @souhardyaadak2838
    @souhardyaadak2838 3 года назад

    Sir chapter 4 when you will do ??

  • @kartiktyagi5096
    @kartiktyagi5096 3 года назад

    Local enclosing global built-in

  • @クナル
    @クナル 3 года назад +1

    28/34 🙂

  • @saitejhas5710
    @saitejhas5710 3 года назад

    30/34 sir

  • @ayushgautam9188
    @ayushgautam9188 3 года назад

    ❤️✨

  • @visheshdwivedi4990
    @visheshdwivedi4990 3 года назад

    Sir class 12 python last chapter ka mcqs upload kaar dijiya na please 😌😌

    • @codeitup
      @codeitup  3 года назад +1

      Recorded today, tomorrow you will get it.

    • @visheshdwivedi4990
      @visheshdwivedi4990 3 года назад

      @@codeitup
      Thankyou so much sir
      22ko mera paper hai pre board wala cs ka kuch padha nhi hai bhut daar rha hai

  • @sagunkardam3006
    @sagunkardam3006 3 года назад +2

    34/34

  • @darshanayenkar
    @darshanayenkar 2 года назад

    Local Enclosed Global Built-in

  • @kajolsahu3495
    @kajolsahu3495 3 года назад +1

    Sir Global wale programs m confusion ho rhi h bahut 😞

  • @kartikkirtankumarsingh2495
    @kartikkirtankumarsingh2495 Год назад

    Sirr10:04 me c kyu nhi hua

  • @Ayushkumar-vo2hu
    @Ayushkumar-vo2hu 3 года назад

    SIR
    mere 32/34 😁

  • @HK_India09
    @HK_India09 3 года назад

    30+ sir

  • @Aryan-dj9vr
    @Aryan-dj9vr 3 года назад

    33 out of 34😄

  • @kartikeysharma8835
    @kartikeysharma8835 3 года назад

    q2 ans will be 3 parts see sumita arora sir

  • @adityasharma-dv4re
    @adityasharma-dv4re 2 года назад

    Function is a module

  • @karinagoyal4569
    @karinagoyal4569 3 года назад

    Local enclosed global built in

  • @a.sharma4536
    @a.sharma4536 3 года назад +1

    30/34

  • @ManishKumar-cs8zv
    @ManishKumar-cs8zv 3 года назад +1

    Sir I got 29 out of 34😞😞

  • @pritamboro2481
    @pritamboro2481 3 года назад +1

    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

  • @siddhantsingh6574
    @siddhantsingh6574 3 года назад

    15:46 why not a option

    • @Aditya-si6nx
      @Aditya-si6nx 3 года назад

      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

    • @siddhantsingh6574
      @siddhantsingh6574 3 года назад

      @@Aditya-si6nx oh yes I am confused between keyword and positional argument

  • @vyompatel-1739
    @vyompatel-1739 3 года назад

    29 out of 34

  • @AnshuYadav-bo4ih
    @AnshuYadav-bo4ih 3 года назад

    Sir ye to Nahi aayega term 1 me

  • @eros_4_u
    @eros_4_u 3 года назад +1

    answer 12 none hoga

  • @naman_artgallery6845
    @naman_artgallery6845 3 года назад

    Sir I got 30 out of 34

  • @adithyanair4542
    @adithyanair4542 3 года назад

    sir pls help me with IP too pls sir

  • @sidd129
    @sidd129 3 года назад

    17:39 mcq no 17 sir i can't understand that ques

    • @ishan_gamingyt5833
      @ishan_gamingyt5833 3 года назад

      Simple Interest hai woh... uska format tha upar.....

  • @mrinmoydas2472
    @mrinmoydas2472 3 года назад

    31/34😁