L-5.1: Memory Management and Degree of Multiprogramming | Operating System

Поділитися
Вставка
  • Опубліковано 21 сер 2024

КОМЕНТАРІ • 702

  • @VivekKumar-cm9vc
    @VivekKumar-cm9vc Рік тому +145

    In case of 1- k^4 ans is coming about 74%
    And in case of 1-k^2 it is about 51%
    In case of 1-k^8 it is about 94%

    • @vibhosharma9487
      @vibhosharma9487 8 місяців тому +15

      in case of k^4 it is coming about 75.99 %

    • @am-gv5zn
      @am-gv5zn 8 місяців тому +1

      yess

    • @Dedeepya9
      @Dedeepya9 5 місяців тому +7

      Even I was wondering how come 2 process case wil b 74% ,it should be 51% ,thanks for your explanation

    • @arzoojain4941
      @arzoojain4941 4 місяці тому +2

      I was going to comment this too😅

    • @kraz2696
      @kraz2696 Місяць тому +2

      I was scrolling the comments to spot the same error😂

  • @kewtomrao
    @kewtomrao 3 роки тому +403

    For anyone wondering why its k^2 and not 2k,think of K as the probability that a process would spend its time doing I/O.
    Hence if all the 2 process P0 and P1 are doing I/O,then the total probability would be:
    P(both the process are doing I/O) = P(P0 is doing I/O)*P(P1 is doing I/O) = k*k = k^2.
    This is total probability from class 12.

  • @MohitGupta-sz2cv
    @MohitGupta-sz2cv 3 роки тому +36

    lets simplify this one step more
    suppose we have 4 process in the main memory as we have single processor which can only execute one process at a time.
    In this video sir talk about the probability
    probability(Process utilizing CPU ) = 0.3
    Probability(Process utilizing I/O ) = Probability(Process NOT utilizing CPU) = 0.7
    Lets say ( Worst Situation) ----> this is the only situation when the CPU will be in idle position.
    P1 go to CPU and Then go to I/O in that period then ,
    P2 use CPU and then it also go to do some I/O operation ,
    same for P3 and P4.
    Now at this time every process is doing I/O operation so CPU is Not doing anything( Not utilizing).
    So to find the probability of the situation where all the process P1,P2,P3 and P4 are doing I/O operation we can use Independent Probability concept.
    Probability( P1 and P2 and P3 and P4 -----> all doing I/O operation) = Probability(P1 utilizing I/O ) * Probability(P2 utilizing I/O ) *
    Probability(P3 utilizing I/O ) * Probability(P4 utilizing I/O ) = 0.7 ^ 4 = 0.24
    probability of the situation where all the process P1,P2,P3 and P4 are doing I/O operation = 0.24
    so in all other cases( Situation) CPU will be Busy processing the Instructions
    To find the Probability when (Not all process doing I/O operation ) = 1 - Probability( P1 and P2 and P3 and P4 -----> all doing I/O operation)
    = 1 - 0.24 = 0.76
    This says 76% of the time CPU will be doing some work and 24 % it will be idle not doing any thing.
    If you can relate Leave a Like : )

    • @abhigyanganguly1988
      @abhigyanganguly1988 6 місяців тому +2

      Thanks brother, this makes sense. The answer is wrong at 14:51 in the video.
      1 - (0.7)^2 = 0.51, so CPU utilisation should be 51% for 2 processes in the RAM
      This comment saved a lot of time. Lag raha tha maths hi bhul gya XD

    • @Dilnawazzaman
      @Dilnawazzaman 2 місяці тому

      what a explanation bro i was confused

    • @akshayr1646
      @akshayr1646 2 місяці тому

      Thanks😅

  • @shah12155
    @shah12155 4 роки тому +186

    Tanx sir i m from Pakistan we often learn educational material from Indian instructor .... like U ... U r proud of ur country....

    • @pruthvi7798
      @pruthvi7798 4 роки тому +37

      We should not study ,allah will do everything, Only pray 10 times a day for allah , we can crack any exam.

    • @kumarshivam4317
      @kumarshivam4317 4 роки тому +9

      @@pruthvi7798 hahahahaha

    • @tanmaykumar2784
      @tanmaykumar2784 4 роки тому +1

      Pride hota hai bhai

    • @shah12155
      @shah12155 4 роки тому +2

      @@kumarshivam4317 thumara hasny ki waja jaan saktha ho

    • @muhammadahmed8658
      @muhammadahmed8658 4 роки тому

      Pr k to ap b phr koi bna len chenal ta k ap b kisi k liy proud bn jai

  • @allmighty2000
    @allmighty2000 3 роки тому +112

    for those who wonder how the formula came in 14:40 , i didnt understand at the first glance too , so this explanation might help you too :)
    let me clear you first how you get 1-k^2 , theres two program in the in the RAM ( 4+ 4) now , theres % given its actually the probability that helps you understand for how much time a process can go for IO operation , now here if 1 process go to IO operation then the other 4 Mb process will be exicuted , the Only time CPU can stay in Idle mode is when both the process gone for the io operation at the same time , now the probability of going under IO operation at the same time is K*K , you can understand that , so the probablity that CPU remain idle = 1 - k*k = 1 - k^2
    and yes the ans is 51% , but anyhow the cpu utilization increased , thats enough

  • @niveditha-7555
    @niveditha-7555 3 роки тому +262

    2 years back I had OS subject.. I remember seeing this video one day before my exam to clear some confusion… and now I’m back here watching the entire playlist while preparing for placements.Still,i remember what u taught till today which is very unusual cuz I forgot whatever was taught by my sir in class…. excellent video sir

  • @apnikakshafc
    @apnikakshafc 9 місяців тому +36

    00:00 Memory management in Operating System is managing various types of memory efficiently.
    03:13 RAM is crucial for CPU to execute processes from secondary memory
    06:24 Degree of Multiprogramming improves CPU utilization and system performance.
    09:22 RAM and process size affect number of processes in RAM
    12:28 Increasing RAM size leads to higher CPU utilization
    15:30 Increasing RAM size leads to higher CPU utilization
    18:31 Increasing RAM size leads to higher CPU utilization
    21:13 Degree of Multiprogramming and Memory Management
    Crafted by Merlin AI.

  • @DaysAreOver
    @DaysAreOver 4 роки тому +251

    The K values are probabilities. He is mentioning them as "percentages of time" for simplification.
    So overall probability that N processes will be independently performing I/O is just K^N (independent events/independent trials). Prob. that any one of the processes will perform CPU operation will be 1 - K^N.
    Best to do math before any other CS subject if you are preparing for GATE.

    • @archilkumar
      @archilkumar 4 роки тому +6

      @@siddhantjain3166 it's 1-k^n, not 1-k*n. There's a difference between power and multiplying

    • @prakash79673
      @prakash79673 3 роки тому +12

      @@siddhantjain3166 bhai tu jaake pehle mathematical symbols ke basics clear kr

    • @kirtipurohit1237
      @kirtipurohit1237 3 роки тому +6

      @@archilkumar But why is it even k^n..if there are 3 processes then,
      k+k+k ..why k^n ?

    • @archilkumar
      @archilkumar 3 роки тому +58

      @@kirtipurohit1237 If there are n independent events with success probability P1, P2, P3, ..., Pn. Then the probability of all events occurring successfully together is P1*P2*P3*...*Pn (not P1+P2+P3+...+Pn)
      Thus, the probability of atleast one event failing is 1-(P1*P2*P3*...*Pn)

    • @shivankitraghav
      @shivankitraghav 3 роки тому +7

      @@archilkumar Dude that cleared things so much. Thanks a lot.

  • @arpanthomas5602
    @arpanthomas5602 3 роки тому +1271

    fun fact: your lecture seems more confident when played at 1.5x ..... 😂😂

  • @sushakya_
    @sushakya_ 2 роки тому +295

    14:48 The answer is 51%. 0.7 squared is 0.49 and when you subtract it from 1, the answer is 0.51.

    • @kritikadewangan8179
      @kritikadewangan8179 2 роки тому +3

      Yes, that's right

    • @milesplays7518
      @milesplays7518 2 роки тому +39

      then after that the answer will be .76 in case of ^4

    • @sanathkumarshenoy9955
      @sanathkumarshenoy9955 2 роки тому +10

      Thank you, even i had the same doubt

    • @harshitsharma7871
      @harshitsharma7871 2 роки тому +36

      ​@𝕄𝕚𝕣 ℤ𝕦𝕓𝕒𝕚𝕣 bhai paper me tu numerical question ke answer me concept likh aaiyo aur neeche likh diyo ki "Concept is more important than calculation.. You can do this silly mathematical calculation of your own"

    • @nikhileshbaghel
      @nikhileshbaghel 2 роки тому +4

      @@harshitsharma7871 why k^2 and k^3 he is doing??

  • @yatharthbisht5273
    @yatharthbisht5273 3 місяці тому +5

    🎯 Key Takeaways for quick navigation:
    00:00 *📚 Memory management in operating systems manages different types of memories like RAM, hard disk, and registers efficiently.*
    00:28 *💻 The primary focus of memory management is on RAM since it directly interacts with the CPU.*
    02:30 *💰 Increasing RAM size directly affects the system cost, so a balance is needed for normal users.*
    03:31 *🚚 Programs are stored in secondary memory and need to be brought into RAM for CPU execution.*
    06:05 *🌐 Multiprogramming brings multiple processes into RAM for efficient CPU utilization.*
    08:53 *📈 A numerical example shows higher CPU utilization with more processes in RAM.*
    17:38 *🔑 Increasing RAM size allows more processes, increasing degree of multiprogramming and CPU utilization.*
    20:02 *🧰 Memory management handles allocation, deallocation, and security of RAM for processes.*
    21:56 *🧩 Processes can be divided into blocks and brought into RAM for efficiency.*
    Made with HARPA AI

  • @anchalgupta4860
    @anchalgupta4860 2 роки тому +14

    The K values are probabilities. So probability that N processes together will be performing I/O at the same time (when all of them perform I/O simultaneously is the only case when CPU will be idle) is K^N . Thus we can say that probablity that CPU will be idle is K^N. So probability that CPU is not idle, or CPU utilization is 1 - K^N.

    • @smrpkrl
      @smrpkrl 6 місяців тому

      thanks it cleared my doubt..i was wondering why sir wrote k^2 instead of 2k..i was expecting an explanation from him

  • @46_preety_sharma76
    @46_preety_sharma76 4 роки тому +31

    Education, will be interesting..if we'll get a teacher like you sir.....thank you so much ..

  • @sheetaljain3569
    @sheetaljain3569 4 роки тому +14

    Sir really whenever you teach us ,it seems as I'm CPU and I'm processing several process at a time and managing as you explained. Sir ,i got understand each and every point. Thanks you my honorable teacher

  • @amir_coding
    @amir_coding Рік тому +45

    Watching these day before exam at 2x, Very nice explanations Sir.
    May Allah bless you with hidayah.

  • @pstsaiganesh8129
    @pstsaiganesh8129 3 роки тому +14

    I watch your videos a day before my exam.
    There is no need to refer to other books.
    Thank you, sir.

  • @ayushagrawal8345
    @ayushagrawal8345 2 роки тому +4

    Sir I'm a HCL TECHBEE SCHOLAR . We were told that we will get the best trainer but I think you are the best trainer who teaches all the deficult concept very smoothly.
    Thank you, Thank you so much sir ❤️

  • @saurabhhkumarrr
    @saurabhhkumarrr 8 місяців тому +20

    2x bhi slow lag raha hai mujhe to 😂

  • @samidhabharati306
    @samidhabharati306 4 роки тому +10

    Thank you Sir, because of your teaching I really was able to study OS which seemed to me very hard earlier. Thank you sir again. I wish teachers like you exist in our KIIT college also.

  • @sachalraja1054
    @sachalraja1054 3 роки тому +30

    Waah Sir aap to cha gaye...! Maza hi agaya....this is the very first time I am learning this topic and I understood it very well..Thanks for this playlist.. and yeah those figures for k^2 is 51% and for k^4 is 76%..but i understood the point you were presenting.

  • @raashi_shah
    @raashi_shah 3 роки тому +8

    guess the best part bout your lectures is that you repeat the key concepts so much that it gets drilled in our heads. thank you!!!

  • @jomondal
    @jomondal 3 роки тому +12

    Not sure who disliked this video! Thank you so much for this fantastic video Varun.

  • @mohammedfarooq8673
    @mohammedfarooq8673 2 роки тому +4

    if i get this kind of teacher then i can crack all the toughest exams on this earth.....serioulsy sir k liye dil se dua nikalti h

  • @sushantagawane8683
    @sushantagawane8683 4 роки тому +13

    Sir, I really appreciate your endeavours for making such concepts more and more easy and clear. Thank You, Sir.

  • @ASHWANIKUMAR-wk2hf
    @ASHWANIKUMAR-wk2hf 6 років тому +213

    (0.7)^2=0.49
    1-0.49=51% != 76%

    • @Harendrasingh-op3lv
      @Harendrasingh-op3lv 6 років тому +7

      there is mistake .
      it should be 51%

    • @Harendrasingh-op3lv
      @Harendrasingh-op3lv 6 років тому +28

      1-k^4 !=94, it is 76.
      overall conclusion is ,cpu utilisation is proportional to degree of multiprogramming.

    • @drpritimath
      @drpritimath 5 років тому +5

      Yes, you're right ashwani ji .. varun sir, is perhaps also right...as he was just explaining the concept.

    • @AnandKumar-wv7zq
      @AnandKumar-wv7zq 5 років тому +11

      The purpose of this video to explain the concepts.

    • @ikramwani5207
      @ikramwani5207 5 років тому +4

      Tnx for saving lazy people like me ;)

  • @chrnsingh35
    @chrnsingh35 4 роки тому +3

    Sir u r the best teacher I found on UA-cam for computer science ...
    Sir pdf notes bhi provide kr dete to speed me course ho jata notes bnane me bahut time lgta hai

  • @riyamajumdar3184
    @riyamajumdar3184 Рік тому +2

    literally nobody explained the basic concepts of memory management as simple like the way you explained... thanks a lot sir

  • @muhammadikram139
    @muhammadikram139 3 роки тому +8

    I did MscIt IN 2017 but today learning concepts in 2020. Thank you very much. Please keep making such wonderful nice and knowledgeable video and keep trying your best and then you will deserve more and more views. and please never hesitate to speak Urdu during English lectures. The objective is to convey to us the concept. You are doing a good job. Thanks a lot. and alot of love from across the border Pakistan.

    • @amankumar-gn2ze
      @amankumar-gn2ze Рік тому +1

      are wo Hindi use kar rahe hain urdy nahi.

    • @G_O_A_T__W.B
      @G_O_A_T__W.B 8 місяців тому

      ​@@amankumar-gn2zeits very similar

  • @rahulshah6486
    @rahulshah6486 3 роки тому +4

    One of the best OS series I have come across
    Thank you sir!!

  • @NoOneIsHereRightNow
    @NoOneIsHereRightNow 4 роки тому +16

    Can you put subtitles, your work is amazing and people like me maybe can't understand all of them. so much respect sir

  • @DILIPKUMAR-ws7td
    @DILIPKUMAR-ws7td 5 років тому +10

    Wha kya KNOWLEDGE K H AUR kya padhane k tarika h ......
    Aap jesa teacher ki jarurat h COLLEGE M SIR ...
    THANKS SIR

    • @GateSmashers
      @GateSmashers  5 років тому +2

      Thank You so much for the appreciation. Bless you. keep learning and sharing

  • @pranavkul525
    @pranavkul525 3 роки тому +5

    Communication skills and your efforts are remarkable!

  • @incredibletech5081
    @incredibletech5081 4 роки тому +6

    Thank you sir I understood the concept clearly😊.
    I appreciate your hard work sir keep going

  • @pritysingh5070
    @pritysingh5070 5 років тому +8

    Fabulous explanation, just love your explanations sir 😊

  • @dharmendrapastariya9895
    @dharmendrapastariya9895 4 роки тому +8

    For 2 process it is 51%
    4 process it is 76%
    And for 8 process it is 94%

  • @pavankalyan4503
    @pavankalyan4503 Рік тому +1

    entire cpu operation is in this video ,finally i got this.........why need of large size of ram in phones.......got the point bro......thanks....

  • @ruchaabhyankar
    @ruchaabhyankar 4 роки тому +9

    Very helpful Operating System series!

  • @GautamKumar-qx3rt
    @GautamKumar-qx3rt 3 роки тому +4

    Such a Wonderful lecture Sir !! Thank You Sir

    • @GautamKumar-qx3rt
      @GautamKumar-qx3rt 3 роки тому

      Sir I followed your chanel previous two years and I want some suggestions to you for my future thank you!!
      Please reply Sir
      Give me your mail id coz i want contact you
      Sir I don't use any social media app please please give me your mail id

  • @ravijain4792
    @ravijain4792 4 роки тому +8

    1-(.7)^2 is equal to 51% approx
    and
    1-(.7)^4 is equal to 76% approx

  • @ahmedryan7289
    @ahmedryan7289 4 роки тому +34

    Brother, you may want to give a look at the mathematics here:
    1-(0.7*0.7)=.51 which denotes 51% when k=2;
    but you have written 76%{1-(0.7*0.7*0.7*0.7)} which is true if k would be 4;
    Please do give a check.
    Thank You

  • @prinshu1864
    @prinshu1864 10 місяців тому +1

    We divide k^2 by 2 bcz its a rule of probability in arrangement (selection n arrangement)
    If p0 p1 perform same i/o operation simultaneously we use multiplacation rule ie is k^2/2 as they both are same (performing same task just like in probability same n identical objects)
    ..... Thanks sir🙏

  • @vinaypandey4957
    @vinaypandey4957 3 роки тому +5

    Sir, you are doing really well. You explain the topics in a very fluent way and it becomes very easy

  • @rinsyrahman231
    @rinsyrahman231 4 роки тому +9

    I'm from Kerala , tomorrow I have semester exm, sir thank u so much I really like the of ur presentation and everything is perfect and the concept s clear🥰 in my 4 yr of btech life u help me in every exams ❤️thank you so much

  • @darshitsheer2633
    @darshitsheer2633 Рік тому +5

    Fun Fact:- Legends watch these lectures day before the OS Exam.😅

    • @aureliano_37
      @aureliano_37 10 місяців тому

      OS Test in 8 hours or so...

  • @subscribeinsteadlike2768
    @subscribeinsteadlike2768 Рік тому +4

    Bhai mai aapko kabhi. Normal m sunta hu to ajeeb sa hi lgta h x2 mein aadat hai

  • @KushG420
    @KushG420 3 роки тому +4

    Much respect, the grit is real🔥

  • @PH11244
    @PH11244 3 роки тому +8

    Great methodology sir may Allah give you more concepts..
    Ameen!!

    • @GateSmashers
      @GateSmashers  3 роки тому +5

      Thank you so much for blessings..

    • @deadmanlive6961
      @deadmanlive6961 2 роки тому

      well sir is cleaver than allha lol, and dont forget according to islam non are going to hell

  • @Kaivalyamani
    @Kaivalyamani 2 роки тому +1

    If events are independent then compound probability is
    P(A ∆ B∆ C ......) = P(A)P(B)......
    Where ∆ means intersection

  • @HassanKhan-t8v
    @HassanKhan-t8v 27 днів тому

    One of the great name in CS I like much your lecture and watch stay happy 🥀🥀🥀🥀

  • @ajithsphilip9586
    @ajithsphilip9586 3 роки тому +2

    you r so good i have completed all the videos and it was very usefull thankyou

  • @padigelajayanth4452
    @padigelajayanth4452 3 роки тому +7

    great lecture, my college lecturer is playing this video in online class !! LoL😂😂

  • @alkayadav3874
    @alkayadav3874 4 роки тому +37

    hello sir,
    how you get 76% because I am trying this I am getting 51%. So please can you explain.
    I am a big fan of your lectures are easy n very helpful for understanding the concepts.

    • @batmanarkhamcity3684
      @batmanarkhamcity3684 4 роки тому +6

      it was a mistake

    • @sushakya_
      @sushakya_ 2 роки тому +5

      In two processes, it is 51% and in four processes 76%. He did a calculation mistake in this video.

  • @poojachauhan2709
    @poojachauhan2709 4 роки тому +3

    Thank you sir for clearing our concept....

  • @user-rr8to2ic2t
    @user-rr8to2ic2t Рік тому +1

    If each process is going to spend a fraction "p" of its time doing I/O operations, then the probability that two processes are doing I/O at the same time (simultaneously) can be calculated using the concept of independent events.
    Since each process's I/O operations are independent of each other, the probability of both processes performing I/O at the same time is the product of their individual probabilities of performing I/O at that time.
    Mathematically, the probability of both processes doing I/O at the same time (simultaneously) can be calculated as:
    Probability = Probability(Process A doing I/O) * Probability(Process B doing I/O)
    If "p" is the fraction of time that each process spends doing I/O, then:
    Probability(Process A doing I/O) = p
    Probability(Process B doing I/O) = p
    Therefore, the probability of both processes A and B doing I/O at the same time is:
    Probability = p * p = p^2
    This is the probability that both processes are simultaneously doing I/O operations at any given moment. Remember that this calculation assumes that the I/O operations of each process are independent of each other and that there is no interaction or synchronization between the processes' I/O activities.

  • @phil_ka
    @phil_ka 2 роки тому +4

    A 20% I/O time for a process could be interpreted as "At any given time, there's a 20% chance that the process is performing I/O operation and CPU is idle". If we have n processes in RAM, and we want CPU idle time, we are essentially trying to figure out "For what time, all the processes in the RAM would be performing I/O operations, leaving the CPU idle". Now think about it, if we have n processes, and every process' CPU idle time is x%, what are the chances that all the processes are performing I/O operations at the same time?
    that'd be (x/100)^n and that's how you get the CPU idle time. You could think of it as an upper bound idle time since it's just a probability measure of all the processes undergoing I/O operation at the same time.

  • @yashmistry1424
    @yashmistry1424 3 роки тому +3

    Such a hardworking person.....he is recording video in night also (if anyone has noticed the sound at 16:18)

  • @kartikeybhatt4629
    @kartikeybhatt4629 2 місяці тому +1

    You are doing great job 💜

  • @mohibullahsarfiraz4840
    @mohibullahsarfiraz4840 3 роки тому +3

    outstanding videos of yours in OS area sir, thank you so much hope to see u with millions of subscribers one day. keep going sir. best of luck.

  • @ajaypokharel4
    @ajaypokharel4 2 роки тому +1

    thanks sir i am from nepal .we all are dependent on you

    • @dvjakhar
      @dvjakhar 2 роки тому

      Can you help in how probabilities are calculated?

  • @techythings2555
    @techythings2555 5 років тому +3

    YOU ARE DOING GREAT JOB SIR

  • @thienngonhat2659
    @thienngonhat2659 Рік тому

    Today is Vietnam's Teacher day, I would like to express my sincere gratitude to you.

  • @gsainitish1012
    @gsainitish1012 3 роки тому +2

    Here in 2x speed before my sem exam 🏃‍♂️
    Thank u so much :))

  • @NIBHAKumari-rj6vd
    @NIBHAKumari-rj6vd 2 роки тому +2

    thank sir

  • @utkarshsingh3626
    @utkarshsingh3626 Рік тому +3

    Nice explanation, just few correction
    * K is probability
    * 15:05 time calculation mistake or it will be (0.07)^2
    * both will use k time and k time so K^2, its basically both will go simultaneously for i/o is K^2.
    keep up the good work

  • @rimshakanwal2209
    @rimshakanwal2209 3 роки тому +1

    you r luv sir ❣️your method of teaching is very impressive for me..

  • @shivanimalik8443
    @shivanimalik8443 3 роки тому +1

    Thank you sir ,your all videos are very helpful

  • @shefaliyadav1345
    @shefaliyadav1345 3 роки тому +2

    Sir very well taught..

  • @dhananjaylakkawar4621
    @dhananjaylakkawar4621 2 роки тому +1

    Too good explanation sir!

  • @hemantkumar-ep4qk
    @hemantkumar-ep4qk 4 роки тому +1

    great video ,explains every point

  • @itknowledgegate7819
    @itknowledgegate7819 5 років тому +1

    Excellent work,your all videos are very easy to understand and easy. Thank u

  • @yogeshsh2575
    @yogeshsh2575 3 роки тому +1

    Lecture so good that even crickets came to listen.

  • @waqas-n
    @waqas-n 3 роки тому +1

    Great explanation. Well done👍✅♥️👌

  • @krk800
    @krk800 4 місяці тому +1

    Watch lacture at 1.5x speed one day before exam...

  • @srvgr8
    @srvgr8 2 роки тому +4

    If u tube have 4x speed.... I would have used that.. 😅

  • @mohitshoww
    @mohitshoww 5 років тому +2

    Thank you for teaching us

  • @it_ty_04_harshalcheke72
    @it_ty_04_harshalcheke72 Рік тому +2

    I think the CPU utilisation should 51% when size of RAM is 8 MB and it should be 76% when size of RAM is 16 MB.
    Correct me if I am wrong

    • @al.8891
      @al.8891 Рік тому

      but why k^2...why not 2k...

  • @panditsanjay7762
    @panditsanjay7762 4 роки тому

    Sir aap aaj k guru Dronacharya ho keep it up sir

  • @shwetajadhav6937
    @shwetajadhav6937 Рік тому

    Thanks for uploading great lecture🙏🏻

  • @jyotisaini2451
    @jyotisaini2451 4 роки тому

    Thank you so much for clearing this topic ... really ur teaching manner is indexplicable...

  • @Kaustubh_Jogle
    @Kaustubh_Jogle 3 роки тому +1

    Thank you so much sir, ur videos are very helpful. any topic I search I get ur video.

  • @sradhanjalipattanaik6152
    @sradhanjalipattanaik6152 9 місяців тому +1

    You are really outstanding

  • @satyam_parul
    @satyam_parul 4 місяці тому

    00:04 Memory management in operating system is crucial for efficient use of different types of memories.
    03:16 RAM is crucial for CPU to execute processes from secondary memory.
    06:23 Degree of Multiprogramming increases CPU utilization and system performance.
    09:20 RAM size and process size affect multiprogramming
    12:42 Increasing RAM size leads to higher CPU utilization
    15:52 Increasing RAM size increases CPU utilization
    18:49 Increasing RAM size leads to increased CPU utilization and process accommodation
    21:21 Memory management and degree of multiprogramming are crucial for system efficiency

  • @HealthConsciousUpdates
    @HealthConsciousUpdates 4 роки тому +1

    Sir g your way of teaching is superb 👌👍
    Love your videos from Punjab Pakistan and here I am your new subscribers.

  • @mukulmaurya1814
    @mukulmaurya1814 Рік тому

    I believe that how mesmerized you must be feeling, reading these lovely comments.
    You should be proud of yourself for doing this wonderful job of imparting your knowledge to us!!!!!!🎉
    Want to meet you some day dear Varun

  • @DCHANDS
    @DCHANDS 5 років тому +4

    Sir please add computer organization and architecture lectures
    Thank you 😊

  • @c.danielpremkumar8495
    @c.danielpremkumar8495 5 років тому +1

    As always Excellent !

  • @nusratr5978
    @nusratr5978 3 роки тому +5

    Sir, for the formula:
    CPU utilisation = 1 - p ^ n
    Does p stand for 'waiting for I/O' or 'time spent doing I/O'?
    Because in my textbook it is mentioned 'time waiting for I/O to complete', which in that case would be:
    1 - (1-0.7) ^ 2
    Can someone please confirm???

  • @bankorium
    @bankorium 2 роки тому +1

    Mathematics Guru Ji.😃
    1-(0.7)^2 = .51

  • @pushplataverma9870
    @pushplataverma9870 2 роки тому

    Nice teaching 😌🙏😇 very understandable

  • @janardannn
    @janardannn 3 місяці тому +1

    the confidence with which he writes and says 76% at 14:50 😂😂😂😂

  • @RAju_0002
    @RAju_0002 4 роки тому

    Sir aapka videos pe like is liye ni aata kuki sblog ko video itna jyda pasand aata hai ki likes pe dhyan he ni jata ...but you teach🥰1 no.🥰🥰🥰🥰🥰💯❣️

  • @mukulmaurya1814
    @mukulmaurya1814 Рік тому

    No one can beat you 💯

  • @supriyapurohit3964
    @supriyapurohit3964 2 роки тому

    Aj class bhut achi chal rehi h thankyou sir💖

  • @kingphoenix1905
    @kingphoenix1905 3 роки тому

    Very detail.......... Better than our sir teaching.... 👌👌👌👌

  • @arzookothariya7595
    @arzookothariya7595 5 років тому +3

    Great explanation.. Thank you sir..

  • @rohan1511
    @rohan1511 Рік тому +1

    Watch this video before 15 minutes of my exam without knowing anything 😅😅

  • @001akshaygdange8
    @001akshaygdange8 Рік тому

    Best teaching

  • @omparkashwadhwa6290
    @omparkashwadhwa6290 5 років тому +1

    U r very Intelligent person

  • @rakeshdebata5060
    @rakeshdebata5060 4 роки тому

    Well explanation fabulous teaching sir🤗🤗🤗🤗

  • @mohammedabdulrasheed910
    @mohammedabdulrasheed910 2 роки тому +2

    Thanks.