Useful Link
Astrology Websites
Slno Site Name Links Remarks 01. Kasamba Click Here 02. Purple Garden Click Here 03. Oranum Click Here 04. Psychic Source Click Here 05. MysticSense Click Here 06. Keen Click Here 07. 08. Cyber Astro Click Here Indian 09. Astro Mitra Click Read more…
Diagrams
UML Diagram
Introduction UML (Unified Modeling Language) is a standard notation for modeling software systems. Definition UML stands for Unified Modeling Language, which is a standard visual modeling language used in software engineering to describe, design, and document software systems. Characteristics UML provides a set of graphical notations to represent different aspects Read more…
Charts
Flow Chart
Introduction The flow process chart was originally introduced by Frank Gilbreth in 1921 as a structured method for documenting process flow. The flowcharts are pictorial representation of the methods to be used to solve a given problem and help a great deal to analyze the problem and plan its solution in a Read more…
Charts
Structure Chart
Introduction A structure chart provides a visual representation of a program’s structure, making it easier to understand and modify. Definition A structure chart is a type of diagram used in software engineering to illustrate the structure of a program or system. The structure is a graphical representation of the modules, Read more…
How to Run a Computer Programs
Open & Run/Execute a Computer Program
Example : How do I open and execute C and C++ programs? Step1:Download and then Install anyone C/C++ applications(say here ‘Dev-C++ 5.11’)successfully. Step2: Open Dev-C++ 5.11 application by simply double click on it. Step3: Now, write a C/C++ program and save it as certain name with .c/.cpp extension(say here Program1.c/Program1.cpp). Read more…