Consider a disk pack with following specifications 16 surfaces, 128 tracks per surface, 256 sectors per track & 512 bytes per sector. What is the capacity of disk pack?
SIKSHAPATH Latest Questions
What do you understand by an instance variable and a local variable?
Write a Program to illustrate for Left shift operator (<<)? Description: Unsigned Left shift operator (<<<) Unlike unsigned Right Shift, there is no “<<<” operator in Java, because the logical (<<) and arithmetic left-shift (<<<) operations are identical
Write a trigger to ensure that no employee of age less than 25 can be inserted in the database.
State the purpose of the checkpoint mechanism. How often should checkpoints be performed? How does the frequency of checkpoints affect. a. System performance when no failure occurs b. The time it takes to recover from a system crash c. The time it takes ...
Write a Program for swapping of 2 numbers using XOR Description: Swapping two numbers doesn’t require the use of the 3rd variable.