Archive for the ‘Notes’ Category

  • Methods of Satellite Stabilization

    Nov 26, 13 • 16276 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 • 1928 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 • 2127 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

  • IEEE 802.11 Standards for WLAN

    IEEE 802.11 Standards for WLAN

    Nov 23, 13 • 9223 Views • Notes1 Comment

    IEEE is basically used for WLAN i.e wireless local area network. It provides time bounded and asynchronous services for different downloading and uploading speed with time limitation. This is the standard protocol used all over the world. 802.11 comes under

  • Inheritence and its types in Java

    Nov 23, 13 • 1617 Views • NotesComments Off on Inheritence and its types in Java

    Java is a programming language which is mainly based on OOPs concept. Now what is OOPs? Well, OOPs stands for Object Oriented Programming. It is concept which links our programs to real world models. This OOP concept has four main features –  1.