Functions of Operating System Functions of Operating System Β Process Management Memory Management Security File Management Device Management Backup and Recovery 1- PROCESS MANAGEMENT The operating […]
Read moreCategory: Operating System
Operating System
Operating System Operating System Operating system is a system software. It basically manages all the resources of the computer . An operating system acts as […]
Read moreFind the day of the week you were born!
// Please enter your birthday in this // format(including spaces): // DD MM YYYY // 22 01 1997 #include <iostream> using namespace std; int […]
Read moreColourful firework π
window.onload = () => { const canvas = document.createElement(“canvas”); const ctx = canvas.getContext(‘2d’); const GRAVITY = 0.05; const FRECTION = 0.99; […]
Read moreProgram for diamond shape π
#include <iostream> using namespace std; class A { public: Β Β void show() { Β Β Β Β cout << “Diamond pattern: “; Β […]
Read moreBCA Notes Link
BCA Notes Link (Shivam) BCA Notes Link (Shivam) Link : click here Topics Covered : bca notes bca notes app bca notes […]
Read moreOperating System important theoretical questions
Operating System important theoretical questions Operating System important theoretical questions Ques 1 : $ Define Process Synchronization. Ques 2 : Differentiate between fixed and […]
Read moreReal time and online processing system
Real time and online processing system Real time and online processing system Online Systems Online systems are the type of systems that are logged […]
Read moreWeb based Computing and Embedded Computing
Web based Computing and Embedded Computing Web based Computing and Embedded Computing βΒ Computer: A computer is a combination of hardware and software resources […]
Read moreMultitasking and Time sharing
Multitasking 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 more
Recent Comments