Computer Science, asked by AneeshProdduturu, 7 months ago

What is Paging with TLB? Explain with the help of Numerical taking one process (P1) with many instructions?(I1 to I6)

Answers

Answered by rawatkashish02
0

Answer:

< !DOCTYPE html > < html > < head > < title > < /title > < style type="text/css" > h1{ text-transform:uppercase; margin-top:90px; text-align:center; font-family:Courier new,monospace; border:3px solid rgb(60,450,500); border-top:none;width:90%; letter-spacing:-6px; box-sizing:border-box; padding-right:5px; border-radius:6px; font-size:35px; font-weight:bold; } h1 span{position:relative;display:inline-block;margin-right:3px;} @keyframes shahir{ 0%{transform: translateY(0px) rotate(0deg);} 40%{transform: translateY(0px) rotate(0deg);} 50%{transform: translateY(-50px)rotate(180deg);;} 60%{transform: translateY(0px)rotate(360deg);;} 100%{transform: translate(0px)rotate(360deg);;} } h1 span{animation: shahir 3s alternate infinite linear;} h1 span:nth-child(1){color:lime;animation-delay: 0s;} h1 span:nth-child(2){color:lightpink;animation-delay: 0.10s;} h1 span:nth-child(3){color:red;animation-delay:0.15s;} h1 span:nth-child(4){color:green;animation-delay: 0.20s;} h1 span:nth-child(5){color:blue;animation-delay: 0.25s;} h1 span:nth-child(6){color:purple;animation-delay: 0.30s;} h1 span:nth-child(7){color:lime;animation-delay: 0s;} h1 span:nth-child(8){color:lightpink;animation-delay: 0.10s;} h1 span:nth-child(9){color:red;animation-delay:0.15s;} h1 span:nth-child(10){color:green;animation-delay: 0.20s;} h1 span:nth-child(11){color:blue;animation-delay: 0.25s;} h1 span:nth-child(12){color:purple;animation-delay: 0.30s;} h1 span:nth-child(13){color:lime;animation-delay: 0s;} h1 span:nth-child(14){color:lightpink;animation-delay: 0.10s;} h1 span:nth-child(15){color:red;animation-delay:0.15s;} h1 span:nth-child(16){color:green;animation-delay: 0.20s;} h1 span:nth-child(17){color:blue;animation-delay: 0.25s;} h1 span:nth-child(18){color:purple;animation-delay: 0.30s;} h1 span:nth-child(19){color:purple;animation-delay: 0.30s;} < /style > < /head > < body > < h1 > < span > p < /span > < span > l < /span > < span > e < /span > < span > a < /span > < span > s < /span > < span > e < /span > < span > f < /span > < span > o < /span > < span > l < /span > < span > l < /span > < span > o < /span > < span > w < /span > < span > m < /span > < span > e < /span > < /h1 > < h1 > < span > s < /span > < span > o < /span > < span > n < /span > < span > u < /span > < span > s < /span > < span > h < /span > < span > a < /span > < span > r < /span > < span > m < /span > < span > a < /span > < /h1 > < /body > < /html > ..

Similar questions