linked list is implemented by
Answers were Sorted based on User's Feedback
Answer / deepak
linked list is implemented by two ways
referential structures
array
| Is This Answer Correct ? | 5 Yes | 0 No |
What is the x86 folder?
Which is the best page replacement algorithm and Why? How
What replaced ifconfig?
Under what circumstances do page faults occur? Describe the actions taken by the operating system when a page fault occurs?
Can ROM be used as stack?
When an input file is opened, what are the possible errors that may occur?
How can the FCFS scheduling be made better?
Explain the concept of real-time operating systems?
Measurements of a certain system have shown that the average process runs for a time T before blocking on I/O. A process switch requires a time S, which is effectively wasted (overhead). The CPU’s efficiency is the fraction of its time its spends executing user programs, i.e., executing user processes. For round robin scheduling with quantum Q, give a formula for the CPU efficiency for each of the following: (a) Q = ∞ (b) Q > S + T (c) S <Q<S + T (d) Q = S
How do I do a system restore?
What is dining philosophers’ problem?
What is a ready queue?