Write a Program to print the sum of digits of a given number.
Write a Program to print the sum of digits of a given number. #include <stdio.h> #include <conio.h> int main () { Β Β int no […]
Read moreTechnology + Coding
Write a Program to print the sum of digits of a given number. #include <stdio.h> #include <conio.h> int main () { Β Β int no […]
Read moreShort note on File Accessing method in OS Short note on File Accessing method in OS When a file is used, information is read […]
Read moreShort note on Security in OS Short note on Security in OS Security refers to providing a protection system to computer system resources such […]
Read moreWhat is segmentation? How it differs from paging? What is segmentation? How it differs from paging? Both of these are techniques of memory management […]
Read moreExplain different states of a process Explain different states of a process A process is an active program. It can also be said as […]
Read moreWhich scheduled algorithm results in starvation? Explain Which scheduled algorithm results in starvation? Explain Generally, Starvation occurs in Priority Scheduling or Shortest Job First […]
Read moreWhat is Aging in OS What is Aging in OS In Operating systems, Aging is a scheduling technique used to avoid Starvation. Fixed priority […]
Read moreWhat is paging and explain also the conversion of virtual address to physical address in paging with example ? What is paging and explain also […]
Read moreMemory Management Unit Memory Management Unit The purpose of Memory Management Unit (MMU) is to convert the logical address into the physical address. The […]
Read moreExplain first fit, worst fit and best fit in memory allocation methods. Explain first fit, worst fit and best fit in memory allocation methods. […]
Read moreDefine the term page replacement and also explain FIFO page replacement algorithm, first in first out page replacement algorithm, page replacement fifo algorithm, fifo page […]
Read more
Recent Comments