February 13, 2024

Question 10104 –

A program P reads and processes 1000 consecutive records from a sequential file F stored on device D without using any file system facilities. Given the […]
February 13, 2024

Question 10105 –

An operating system handles requests to resources as follows. A process (which asks for some resources, uses them for some time and then exits the system) […]
February 13, 2024

Question 10106 –

Consider the following relational database schema: EMP (eno name, age) PROJ (pno name) INVOLVED (eno, pno) EMP contains information about employees. PROJ about projects and INVOLVED […]
February 13, 2024

Question 10767 –

Given the following algorithm for sorting an array X of N numbers: SUBROUTINE SORT(X,N) IF(N < 2) RETURN FOR(i=2 TO N INCREMENT BY 1) FOR(j=1 TO […]
error: Alert: Content selection is disabled!!