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 moreMultitasking and Time sharing Multitasking and Time sharing What is a Multitasking OS? Multi-tasking allows you to execute various tasks or run different applications […]
Read moreWhat do you understand by $pre-emptive and non pre-emptive process ? What do you understand by $pre-emptive and non pre-emptive process ? In this […]
Read moreWindows Operating System Windows Operating System Windows is a graphical operating system developed by Microsoft. It allows users to view and store files, run […]
Read moreFile system File system File system is the part of the operating system which is responsible for file management. It provides a mechanism to […]
Read moreClient server system Client server system The Client-server model is a distributed application structure that partitions task or workload between the providers of a […]
Read moreCache memory and Virtual memory Cache memory and Virtual memory S. No. Parameter Difference Cache Memory Virtual Memory 1. Definition Cache Memory is the […]
Read moreWhat is Command Line Interpreter ? What is Command Line Interpreter ? A command line interpreter allows the user to interact with a program […]
Read moreWhy and where we use External Data Representation (XDR) ? Why and where we use External Data Representation (XDR) ? XDR not only solves […]
Read moreWhat is Disk mounting operation ? What is Disk mounting operation ? Mounting refers to the grouping of files in a file system structure […]
Read moreShort note on Thrashing in OS. Short note on Thrashing in OS. In computer science, thrash is the poor performance of a virtual memory (or […]
Read more
Recent Comments