Software review

Software review and formal technical review

0
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,...
Automata

Finite Automata and it’s applications

0
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

Kadane’s Algorithm : How and Why does it Work?

0
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...
PHP Frameworks

Introduction to PHP Framework

0
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

Queue – Data Structure

0
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

0
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

NEXT GENERATION QUANTUM COMPUTING

0
INTRODUCTION : NEXT GENERATION QUANTUM COMPUTING NEXT GENERATION QUANTUM COMPUTING : Quantum computing is the area of study focused on developing computer technology based on...
cohesion

Cohesion – Types of cohesion

0
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

Coupling – Types of coupling

0
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

RELATIONAL ALGEBRA AND RELATIONAL CALCULUS

0
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...