Consider the following information about the processes :

Calculate the average normalized turn around time using FCFS scheduling algorithm

Calculate the average normalized turn around time using RR (time slice=1) scheduling algorithm

Calculate the average normalized turn around time using RR (time slice=4) scheduling algorithm

The value of x and y after execution is
Arrange the given statements into correct order, as followed during a page service after the page fault has occured.
S1 : using the disk map of faulting process, load the faulting page from the disk into
the victim frame
S2 : select a victim page for replacement
S3 : update the page table of faulting process and frame table to reflect the changed
mapping for the victim frame
S4 : using the disk map of the victim process, copy the victim page to the disk (if
dirty)
S5 : look up the frame table to identify the victim process and invalidate the page table
entry of the victim page in the victim page table
During the specific time interval, the following page accesses are recorded for the
three processes P1, P2, and P3, respectively.
P1: 0, 10, 1, 0, 1, 2, 10, 2, 1, 1, 0
P2: 0, 100, 101, 102, 103, 0, 101, 102, 104
P3: 0, 1, 2, 3, 4, 5, 0, 1, 2, 3, 4, 5
What is memory required (in frames) to satisfy the need of all the processes in this machine ?
If A has 1000 entities, b has 100 entities and C has 50 entities. What is the maximum no. of tuples of entities that could be in a relationship set for R?
(Select B from R)
MINUS
(Select distinct C from S)
Total number of tuples returned by the above query is ______________.


How many number of rows will be there in output?
To construct the B+ tree use the following values. Consider database block size as 512B, Block pointer as 8B, Record pointer as 10B, Key value as 12B.
(1) What is the order of the B+ tree of Internal nodes?
To construct the B+ tree use the following values. Consider database block size as 512B, Block pointer as 8B, Record pointer as 10B, Key value as 12B.
What will be the number of Index records that can be stored into a B+ Tree of 3 levels for the above question. Assume that the fill factor of the node is 90%

Which of the following is/are correct about the relation R? [MSQ]

[MSQ]