Archive for the ‘Notes’ Category

  • Paging vs Segmentation

    Nov 30, 13 • 7842 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

  • Combinational and Sequential Circuits

    Nov 29, 13 • 10468 Views • Notes2 Comments

    Circuit Designing is a process of designing for use our device how to make it perfect in processing speed, working, portable, space consumer, feed back, reliability, good efficiency and space consumer.  Their are two types of circuit in circuit designing

  • What are OOP paradigm?

    Nov 29, 13 • 3002 Views • NotesNo Comments

    Ans. First of all OOP stands for object oriented programming. It is a programming paradigm that represents the concepts as “objects” that have data fields (attributes that describe the object) and associated procedures known as methods. Objects,

  • Waterfall Model

    Nov 28, 13 • 2177 Views • NotesNo Comments

    Waterfall  model is a one of the  technique of designing a software. It is just  theoritical model and all the software model design techniques are designed according to this model. In waterfall model  we do various test. In this model  the process of

  • Non Linear Data Structure

    Nov 27, 13 • 11288 Views • NotesNo Comments

    Non linear data structure is a data structure in which data items are not stored linearly in the memory. So there is no contiguous memory allocation of the data. This feature is included because it uses the memory optimally. How does it do so? Well, memory is