Ali Abbas


Ali's latest writings
Arrays in Visual Basic

An array is a consecutive group of memory locations that all have the same name and the same type. To refer to a particular location or element in the array, we specify the array name and the array element position number. Arrays have upper and lower bounds and the elements have to lie within those bounds. Each index number in an array is allocated individual memory space and therefore users must evade declaring arrays of larger... (posted by Ali 4 years 131 days ago.)
Learn Visual Basic 6 - Online Tutorial

Visual basic is a high level programming language developed from the earlier DOS version called BASIC. Although Visual Basic .NET has the main stage in current IT field, Visual basic hasn't lost it's powerful status among the programmers. Visual Basic is an event-driven programming language. This is called because programming is done in a graphical environment unlike the previous version BASIC where programming... (posted by Ali 4 years 139 days ago.)
System Analysis and Design

System development can generally be thought of having two major components: systems analysis and systems design. In System Analysis more emphasis is given to understanding the details of an existing system or a proposed one and then deciding whether the proposed system is desirable or not and whether the existing system needs improvements. Thus, system analysis is the process of investigating a system, identifying problems, and... (posted by Ali 4 years 155 days ago.)