In this post, I will discuss Array Initialization, Array Elements in Memory, Bounds Checking, Passing Array Elements to a Function, Passing an Entire Array to a Function, Two Dimensional Array, Array of Pointers, Arrangement of the Array of Pointers in Memory and Three-Dimensional Array in C language. Array Initialization: We will be discussing in this article about … [Read more...]
How To Identify Entity Type In Database Designing
In this post, I will discuss about how to identify Entity Type in Data Base Designing, Property of entity types, How to make good definition of an Entity Type in Data Modeling. How to identify Entity Type in Data Base Designing? Below mentioned are the points to be considered: What information is required by business?Things that are of interest to the business that … [Read more...]
Website Testing Methods: Functionality, Usability, Interface
In this post, I will describe major web testing methods which are useful to test a website: Functionality Testing.Usability Testing.Interface Testing.Compatibility Testing.Performance Testing.Security Testing. 1) Functionality Testing Functionality testing involves testing of all the links shown are functional. Navigating to target pages. Test links will remain in … [Read more...]
Importance Of Planning In Project Management
Planning means “Deciding what has to done, Who has to do, when it has to done, how it to be done, Where it has be done. Planning is an intellectual process, which requires anyone to think before acting. To plan one would need objective, goal, way to perform and means of to perform. Planning would satisfy below mentioned parameters; Contribution to accomplish purpose and … [Read more...]
C Programming Under Linux – Zombies And Orphans Process
What is Linux? Linux operating system is clone of Unix operating system. Kernel of Linux was developed from scratch by Linus Torvalds with assistance from a loosely-knit team of programmers across the world on internet. It has got all the features that would be expected in a modern operating system. Unlike windows or Unix, Linux is totally open source. Kernel of Linux is … [Read more...]
What Is Software Testing Life Cycle And Phases In STLC
Software testing life cycle comprises of many testing related activities that will be carried out prior to development, during development and post development. Software testing life cycle helps in identifying what all test activities to be carried out and when to accomplish the testing activities. At every stage of development there will be a testing activity. There will not … [Read more...]
C Programming: Relational, Logical Operators, If Statement
In this post I will describe about Integer and Float Conversions, Hierarchy of Operations, Control Instructions in C, if statement, Program Demonstrating if and Relational Operators, Program Demonstrating if and Relational Operators, Flow Demonstrating if and Relational Operators, Nested if-else statements, Forms of if statement, Use of Logical Operators and The ! operator in C … [Read more...]
Pointer Notation, Recursion, Integers, Chars in C language
In this post, I will describe about Pointer Notation, Recursion, Recursive Function Program to Calculate Factorial, Integers, long and short, Integers, signed and unsigned, Chars, signed and unsigned, Floats and Doubles and Register Storage Class. Pointer Notation: We are declaring the variable, int x = 10 ; to compiler declared variable means: (a) Memory space is … [Read more...]
PPP Protocol And Method To Bring Internet Lines Up And Down
In this post, I will discuss about The Point-to-Point Protocol, The PPP full frame format for unnumbered mode operation, and Explanation of Method to bring Internet Lines Up and Down in Computer Networks. The Point-to-Point Protocol: Point to Point protocol is used for various reasons like router to router traffic, error detection, supports multiple protocols, IP … [Read more...]