Posts Tagged ‘memory’

  • Linear Data Structure

    Dec 14, 13 • 8128 Views • Notes1 Comment

    A linear data structure simply means that it is a storage format of the data in the memory in which the data are arranged in contiguous blocks of memory. Like for example the array of characters is represented by one character after another. In the linear

  • Paging vs Segmentation

    Nov 30, 13 • 6165 Views • NotesNo Comments

    Memory management is an important matter of concern. There are two main process of this memory management to optimally utilize the memory space. Those processes are 1.     Paging 2.     Segmentation Now let us know something about them in details. GATE

  • Sample paper for Operating System

    Mar 24, 13 • 2280 Views • Engineering Sample PapersComments Off on Sample paper for Operating System

    Maximum Marks=100 Time Taken=3 hours Attempt any five questions selecting atleast one question from each unit. All questions carry 20 marks each. Unit 1: Q.1 Describe the system’s programmer’s view of an operating system and name the most common