Software review and formal technical review
Software review:
A software review is an effective way of filtering errors in a software product. Reviews conducted at each of these phases i.e., analysis,...
Finite Automata and it’s applications
Finite automata are use to recognize patterns.It takes the string of symbol as input and changes its state accordingly. When the desiring symbol is...
Kadane’s Algorithm : How and Why does it Work?
If you are here, then chances are that you were trying to solve the “Maximum Subarray Problem”. And came across Kadane’s Algorithm but couldn’t...
Introduction to PHP Framework
A PHP Framework is a basic platform that allows us to develop web applications. A proficient PHP Framework enables developers to develop PHP application...
Queue – Data Structure
Welcome Learners. In this post Queue - Data Structure you will learn about the data structure queue and also how to deal with it....
Browser and Search engine
Browser
Browser are application software. It helps to fetch content from web page through www search. It helps to display the particular web page...
NEXT GENERATION QUANTUM COMPUTING
INTRODUCTION : NEXT GENERATION QUANTUM COMPUTING
NEXT GENERATION QUANTUM COMPUTING : Quantum computing is the area of study focused on developing computer technology based on...
Cohesion – Types of cohesion
Cohesion is the measure of functional relatedness of elements within a single module. When dividing a system into modules, it must ensure that the...
Coupling – Types of coupling
Coupling is the measure of the degree of independence between modules. Two modules that are strongly connected, highly dependent on each other are called...
RELATIONAL ALGEBRA AND RELATIONAL CALCULUS
In the previous article we've learned concerning function dependency and decomposition. During this section we'll study regarding RELATIONAL ALGEBRA AND RELATIONAL CALCULUS. There...