CSE316 : Operating System LPU ETE Paper

Get The Previous Year Question Paper of Operating System Concept (Lovely Professional University).
For Written Format in Case the Image is Not Clearly Visible Go to CS-Beans Here

Subject – Operating System Concept
College – Lovely Professional University
Course Code – CSE316
Continue reading

CSE320 : Software Engineering LPU ETE Previous Year Paper

PNR No :: 513141CSE2807
CSE320 :: SOFTWARE ENGINEERING
 Time Allowed : 03:00hrs                                                                                                                                  Max. Marks :: 100
                                                                                             PART A
 
Q1(a) What is UML ? Write at least three advantage and disadvantage of UML.
(b) Differentiate the GUI and Text Based UI.

Continue reading

ROUND ROBIN – C/C++ Operating System

As we all know that round robin is gonna be something hard for practicals. I have made a program and found a big one on internet. It is your preference to choose one. 😉

Here goes the Round Robin : Process execution in Operating System –

  • Each process gets a small unit of CPU time (time quantum q), usually 10-100 milliseconds. After this time has elapsed, the process is preempted and added to the end of the ready queue.
  • If there are n processes in the ready queue and the time quantum is q, then each process gets 1/n of the CPU time in chunks of at most q time units at once. No process waits more than (n-1)q time units.
  • Timer interrupts every quantum to schedule next process
    Performance
  • q large -> FIFO
  • q small -> q must be large with respect to context switch, otherwise overhead is too high.

Picture1

Click below for program –  Continue reading

The Book Of The 5th – Operating Systems : Semester 5 CSE316

Operating System Concept (Linux Programming) – Course Code 316

An operating system (OS) is software that manages computer hardware and software resources and provides common services for computer programs. The operating system is an essential component of the system software in a computer system. Application programs usually require an operating system to function.

Time-sharing operating systems schedule tasks for efficient use of the system and may also include accounting software for cost allocation of processor time, mass storage, printing, and other resources.

Click Down For More —-
 

Continue reading

CSE408 – Design and Analysis of Algorithms – ETE Paper

Algorithm plays important role in both science and practice of computing – Anany Levitin

Get here the previous year question paper of CSE408 ( Analysis and Design of Algorithm
Share the question paper with your friends to let them know about important topics :

Paper Goes Here –

Continue reading