For the following questions answer them individually
In a resident - OS computer, which of the following systems must reside in the main memory underall situations ?
Consider the following code segment.
for (int k = 6; k < 26; k = k + 2)
{
if (k % 3 == 1)
system.out.print(k + " ");
}
What is printed as a result of executing the code segment?
The TRAP is one of the interrupts available in INTEL 8085. Which one of the following statements is true of TRAP ?
Which of the following need not necessarily be savedona =~ context switch between processes ?
The total time to prepare a disk drive mechanism for a block of data to be read from it is