How much ram can xp handle?
What is virtual memory, if OS didt have that concept What are the problems can arise?
What is Throughput, Turnaround time, waiting time and Response time?
What is Marshalling?
Define demand paging?
Explain ddks?
What are the different synchronization mechanisms?
Are 64bit applications faster?
when a process is created using fork(). what is shared between parent process and child process. 1.Heap 2. stack 3. shared memory segments 4. I/O handles
2 Answers Hyderabad Central University, nvidia,
Describe main memory and secondary memory storage in brief.
Can I use chkdsk on ssd?
How does reference counting manage memory allocated objects? When can it fail to reclaim objects?
Suppose if we have a variable 'I' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?