The computer stores numbers, letters and other characters in a coded form due to its electronic characteristics ….
Posted on 29 July 2009.
The computer stores numbers, letters and other characters in a coded form due to its electronic characteristics ….
Posted in Information Technology
Posted on 05 June 2009.
A Program is a sequence of instructions, which is used to implement an algorithm. Realistically, variables, constants and keywords ….
Posted in Information Technology
Posted on 28 May 2009.
‘C’ is a middle-level language and is reliable, simple and easy to use, it is used to understand and implement concepts of programming
Posted in Information Technology
Posted on 01 May 2009.
Algorithms are designed to solve a problem but cannot be directly implemented by the computer. A computer can only execute machine language ….
Posted in Information Technology
Posted on 27 April 2009.
The process of coding a program snippet or an entire application is called Programming. It is a critical step for data processing applications ….
Posted in Information Technology
Posted on 19 April 2009.
A Date Flow Diagram (DFD) is a diagrammatic representation of the information (data) flow within a system. Date Flow Diagrams are advantageous ….
Posted in Information Technology
Posted 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
Posted 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
Posted 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
Posted 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