Archive for the ‘Notes’ Category

  • What is Normalization?

    Dec 2, 13 • 1987 Views • Notes1 Comment

    Ans.  In Database, Normalization is an important topic. It is the systematic process of organizing data in tables in such a way so as to reduce the redundancy in the database as well as to eliminate undesirable anomalies such as insertion, deletion and

  • Transient Response Analysis in Control System

    Nov 30, 13 • 9844 Views • Notes1 Comment

    In many practical applications, the desired performance of control systems are specified in terms of time-domain quantities. Systems with energy storage cannot respond instantaneously and will show transient whenever they are subjected to inputs or

  • Paging vs Segmentation

    Nov 30, 13 • 6672 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 • 9847 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 • 2732 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,