Archive for the ‘Notes’ Category

  • Waterfall Model

    Nov 28, 13 • 2028 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 • 9974 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

  • Methods of Satellite Stabilization

    Nov 26, 13 • 15132 Views • Notes4 Comments

    Satellite Stabilization methods are employed for the attitude control system that is necessary for the spacecraft in order to maintain the antenna pointed correctly towards the Earth’s direction. Various methods are employed for the stabilization of

  • Data Types in C

    Nov 26, 13 • 1710 Views • NotesNo Comments

    Compiler is a software designed to execute any program. But it needs be told before – hand what type of data will be fed. Here comes the concept of Data Types. So data types of data that is to be used in the program. In C there are two categories of

  • Object and Classes in Java

    Nov 25, 13 • 1977 Views • NotesNo Comments

    We all know that Java is based on Object Oriented Programming (OOP) concept. The full form of OOP itself defines that the language Java is fully based on objects. These objects link Java to the real world models as one object represents one whole entity. Let