Information on Carbohydrates
Added on 17 April 2009
Carbohydrates are naturally occurring organic substances. They are present in both plants and animals.
Added on 17 April 2009
Carbohydrates are naturally occurring organic substances. They are present in both plants and animals.
Posted in Carbohydrates
Added on 15 April 2009
Computer interprets machine language that is, binary form(series of 1’s and 0’s) which is called binary form. Each digit, character or any …..
Posted in Information Technology
Added on 13 April 2009
A Flow Chart is a structurally ordered representation of how the different stages in a process are interconnected. Flow Charts diagrammatically ….
Posted in Information Technology
Added on 11 April 2009
VI is a standard UNIX editor which is fast and powerful. It has short commands and basic modes to work with.It do not have any menus.
It is the default mode of a VI editor and it is used for text manipulation and cursor moving. These commands are case-sensitive and some of the commands do not appear on screen when written but appear on the last line….
Posted in Information Technology
Added on 17 March 2009
An array is an ordered arrangement of data elements of similar type.In case of an array, each variable name stores one entity (number or character) within itself. An array is actually another variable which collectively holds group of similar quantities that are, of similar type.
An array may consist of some datatype elements.For example, only integers, floats or characters. Index of an array always starts with ‘0’. Array is stored in contagious memory locations and is also known as Subscribed Variable.
Posted in Information Technology