LRU | PAGE REPLACEMENT ALGORITHM | OPERATING SYSTEM [Hindi]

  Рет қаралды 75,395

Easy Engineering Studies

Easy Engineering Studies

Күн бұрын

Пікірлер: 62
@ali._.salman110
@ali._.salman110 Жыл бұрын
There is a mistake, there are total 10 Page Faults: Kindly correct this;
@lazeezkhabay6293
@lazeezkhabay6293 10 ай бұрын
yes u are right ,this question solve wrong
@etechhow5678
@etechhow5678 Жыл бұрын
This is wrong ( last three values specially) 3:00, correct or delete this concept.
@PARIKSHITKUMARBAIS
@PARIKSHITKUMARBAIS 6 жыл бұрын
There are no changes in page fault and hit using both FIFO and LRU even string same..... It's my doubt
@mdintekhabalam6117
@mdintekhabalam6117 5 жыл бұрын
Wrong Answer This string of page fault=10
@preetirani6560
@preetirani6560 5 жыл бұрын
Total page fault=08
@mdintekhabalam6117
@mdintekhabalam6117 5 жыл бұрын
@@preetirani6560 How Define
@dhanashrisonar2769
@dhanashrisonar2769 Жыл бұрын
Page fault 10
@dhanashrisonar2769
@dhanashrisonar2769 Жыл бұрын
Wrong ans sir
@itsme1301
@itsme1301 2 жыл бұрын
Tq for the vdo sir.. But for fifo also we get the same answer no?
@amantyagi8543
@amantyagi8543 Жыл бұрын
sir you have one mistake in your example, you said that we don't count hit pages but its wrong , we include exactly last three columns with hit pages also
@Mindian5587
@Mindian5587 Жыл бұрын
Yeah bro 👍👍 u r right
@Mindian5587
@Mindian5587 Жыл бұрын
Then total page fault is 10
@basicteaching603
@basicteaching603 6 жыл бұрын
I think u r solving fr fifo
@im_walter_white
@im_walter_white 6 ай бұрын
No it's different
@bughunters
@bughunters 2 жыл бұрын
#include using namespace std; int main() { int count2 = 0; int nopages, nofaults, page[20], i, count = 0; cout > nopages; cout page[i]; } cout > nofaults; int frame[nofaults], fcount[nofaults]; for (i = 0; i < nofaults; i++) { frame[i] = -1; fcount[i] = 0; } i = 0; while (i < nopages) { int j = 0, flag = 0; while (j < nofaults) { if (page[i] == frame[j]) { flag = 1; fcount[j] = i + 1; count2++; } j++; } j = 0; cout 3-> |3 |1 |2 4-> |3 |4 |2 5-> |3 |4 |5
@AadeshingaleOfficial-zl5fd
@AadeshingaleOfficial-zl5fd Ай бұрын
Nice Sir 😊
@softmedun6794
@softmedun6794 Жыл бұрын
Sir aap bilkul galat bta rahe hai sir please Aisa video mat banaye please sir iaska answer hoga No. Of page fault=10 No. Of page hits=2
@MASTER-gc3gn
@MASTER-gc3gn Жыл бұрын
Ha mera bhi same ans aaya
@kasharan4187
@kasharan4187 6 жыл бұрын
so then what is difference between fifo and lru both ans and logic is same
@SabinPoudel
@SabinPoudel Жыл бұрын
I was also thinking the same 🤔
@simran2602
@simran2602 5 жыл бұрын
Helpful video
@EasyEngineeringStudies
@EasyEngineeringStudies 5 жыл бұрын
Thanks for your valuable feedback.. Also share below link with your friends to let them know about the channel. kzbin.info
@simran2602
@simran2602 5 жыл бұрын
@@EasyEngineeringStudies ya sure...😊😊
@krishna_sang_raas
@krishna_sang_raas 7 ай бұрын
this is so similar to fifo........then whats the difference....could you tell us please ?
@shishirchitre1945
@shishirchitre1945 5 жыл бұрын
Sir, we shouldn't be excluding page hits. Anyway, thanks :)
@kushaalkhanna204
@kushaalkhanna204 4 жыл бұрын
i agree
@shishirchitre1945
@shishirchitre1945 4 жыл бұрын
Since I've done with my exam with satisfying marks, just after 5 months I don't remember anything. 🤣😅😛
@nehemiahgrey625
@nehemiahgrey625 3 жыл бұрын
i realize Im quite off topic but do anyone know a good site to watch new series online?
@gamingworld-zv7vh
@gamingworld-zv7vh 5 жыл бұрын
Tq for video
@EasyEngineeringStudies
@EasyEngineeringStudies 5 жыл бұрын
Thanks for your valuable feedback..
@sandeepkumar-zt4pl
@sandeepkumar-zt4pl 2 жыл бұрын
10 number of fault ap galat bataye ho
@Anonymous_Ali01
@Anonymous_Ali01 2 жыл бұрын
Yes
@Wiyakiye
@Wiyakiye 2 жыл бұрын
yes correct
@angira3983
@angira3983 6 ай бұрын
Your mechanism is wrong, when get page hit at 1,2 for inserting 3 in frame we can't discard the hit part for finding least recently used element page fault will be 10
@sambhawkumar8645
@sambhawkumar8645 6 ай бұрын
Wrong answer page hit 2 hai
@bughunters
@bughunters 2 жыл бұрын
Sir ye try kariye galat bata rhe hai aap
@harshagupta4147
@harshagupta4147 Жыл бұрын
wrong answers page hit will be 2
@mikki00000
@mikki00000 9 ай бұрын
Hiii it's my submission soon!!! If you don't mind can you teach me this?
@tusharmaliye9934
@tusharmaliye9934 7 ай бұрын
​@@mikki00000 samja to meko bhi bolna 😮
@mikki00000
@mikki00000 7 ай бұрын
@@tusharmaliye9934 samjh gaya tha
@ravindrabeldar1640
@ravindrabeldar1640 Ай бұрын
Right
@ravindrabeldar1640
@ravindrabeldar1640 Ай бұрын
​@@tusharmaliye9934bahi sir nai page number 3 koo 1se replace kr dia hai
@girijaprasadbhattarai4435
@girijaprasadbhattarai4435 5 жыл бұрын
Good :)
@EasyEngineeringStudies
@EasyEngineeringStudies 5 жыл бұрын
Thanks for your valuable feedback
@SAMIR_CG10
@SAMIR_CG10 Жыл бұрын
Ye fifo ka hy
@akshitarawat1970
@akshitarawat1970 6 жыл бұрын
Isn't is same as fifo
@EasyEngineeringStudies
@EasyEngineeringStudies 6 жыл бұрын
No akshita its not same...In FIFO you have to replace the element that has come first, means if you see the stack. you will replace 1st element of stack than 2nd after that 3rd.you have to follow this sequence till last last element in fifo. But in LRU you have check complete stack element with above numbers, from right to left...The numbers in stack will not be in a sequence always, any number can come at last...
@MiniVlogsbySonu
@MiniVlogsbySonu Ай бұрын
Tera ans galat he bhaib
@Gaurav_Bharti45
@Gaurav_Bharti45 2 жыл бұрын
sir you are discuss about a fifo......not a LRU?.... please...... delete this video
@yashkhandelwal2715
@yashkhandelwal2715 Жыл бұрын
It is wrong
@tusharsingh7927
@tusharsingh7927 6 ай бұрын
Sir, in most of the video u make wrong answer. Why? Sorry sir but u don't know how to teach. I repeat -> most of the videos u r teaching u making most of the time MISTAKE.
@dhirajdas1
@dhirajdas1 2 жыл бұрын
This is wrong
@reddyrahul6480
@reddyrahul6480 6 ай бұрын
It's a wrong method
@jagatmahatara-b6j
@jagatmahatara-b6j 9 ай бұрын
machikni radi muji galat xa
@VikashaKapadnis
@VikashaKapadnis 2 ай бұрын
Wrong ans
@ravindrabeldar1640
@ravindrabeldar1640 Ай бұрын
bahi sir nai page number 3 koo 1se replace kr dia hai
@Tikeshwar_barade
@Tikeshwar_barade Жыл бұрын
Wrong explain action
@mikki00000
@mikki00000 9 ай бұрын
Hiii it's my submission soon!!! If you don't mind can you teach me this?
@shantanu3198
@shantanu3198 2 ай бұрын
bkl
@harish.818
@harish.818 16 күн бұрын
Pahale padh kar aaho achhe se fir padhaana wrong hai aapka😠😠😠😠😠😡❌❌❌❌
Page Replacement Algorithm in Operating System [Hindi] |  Example 1
10:15
Easy Engineering Studies
Рет қаралды 165 М.
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 21 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 10 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 39 МЛН
УДИВИЛ ВСЕХ СВОИМ УХОДОМ!😳 #shorts
00:49
OPTIMAL |  PAGE REPLACEMENT ALGORITHM | OPERATING SYSTEM [Hindi]
4:36
Easy Engineering Studies
Рет қаралды 66 М.
Least Recently Used (LRU) Explanation
6:35
Tech Academy
Рет қаралды 479 М.
Lec29 Page Replacement Algorithms | LRU and optimal | Operating Systems
16:18
Jenny's Lectures CS IT
Рет қаралды 415 М.
FIFO |  PAGE REPLACEMENT ALGORITHM | OPERATING SYSTEM [Hindi]
4:34
Easy Engineering Studies
Рет қаралды 88 М.
How to STUDY so FAST it feels like CHEATING
8:03
The Angry Explainer
Рет қаралды 2,2 МЛН
Least Frequently Used (LFU) Page Replacement Algo
8:14
Tech Academy
Рет қаралды 323 М.
FIFO,LRU AND OPTIMAL PAGE REPLACEMENT ALGORITHMS | OPERATING SYSTEMS
20:29
Last moment tuitions
Рет қаралды 738 М.
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 21 МЛН