मानव निर्मित संघर्ष
See Answer →दिल्ली के शहर
See Answer →भारत में प्राचीन एवं मध्यकालीन काल में आई प्राकृतिक आपदाओं पर एक टिप्पणी लिखिए।
See Answer →कोलकाता की पारिस्थितिकी के प्रबंधन में औपनिवेशिक ज्ञान प्रणाली की भूमिका पर चर्चा कीजिए।
See Answer →प्राकृतिक संसाधनों के अनियंत्रित दोहन से कई बार आजीविका का नुकसान होता है। उदाहरणों के साथ समझाइए।
See Answer →पारिस्थितिकीय साम्राज्यवाद शब्द की व्याख्या कीजिए।
See Answer →पहाड़ियाँ और पर्वत
See Answer →पुरा-पर्यावरण और अनुकूलन
See Answer →शिकार
See Answer →पवित्र उपवन
See Answer →पूर्व-औपनिवेशिक भारत में वनों की प्रकृति कैसी थी? पूर्व-औपनिवेशिक भारत में वनों की कटाई पर चर्चा कीजिए।
See Answer →घास के मैदानों के इतिहास की आलोचनात्मक जाँच कीजिए।
See Answer →भारतीय उपमहाद्वीप में मानसून के महत्व का परीक्षण कीजिए।
See Answer →पर्यावरण इतिहास के अंतःविषयक चरित्र पर एक टिप्पणी लिखिए।
See Answer →
Describe the architecture of a mobile operating system such as Android or iOS. Discuss the key features, differences from desktop operating systems, and challenges associated with mobile OS development.
See Answer →Explain the concept of virtual memory and its importance in modern operating systems. Describe the working of demand paging and how page faults are handled. Provide an example to demonstrate the process.
See Answer →
Differentiate between processes and threads. Explain the advantages of multithreading in an operating system. Propose a threading algorithm using a producer-consumer problem and explain how synchronization is achieved using semaphores.
See Answer →Consider the following page-reference string: 1, 3, 4, 2, 7, 8, 6, 2, 3,9, 6, 4, 2, 1, 3, 5, 9, 10, 4, 1, 5, 3, 4
How many page faults would occur for following replacement algorithms assuming four frames? Remember that all frames are initially empty, so your first unique pages will all cost one fault each.
i. FIFO replacement.
ii. LRU replacement.
iii. Optimal replacement.
See Answer →Compare and contrast contiguous and non-contiguous memory allocation methods. Explain the First-Fit, Best-Fit, and Worst-Fit algorithms for memory allocation with examples. Which method is more efficient and why?
See Answer →Describe the structure of a disk in an operating system and explain the concept of disk scheduling. Compare the FCFS, SSTF, and SCAN scheduling algorithms. Provide an example to demonstrate the working of these algorithms.
See Answer →