What is Algorithm?An algorithm is the step-by-step procedure to solve the problem. When you on a computer to solve any problem, You follow some steps to solve that problem, You can write in a sequence using natural language all those steps which takes you towards the solution this is algorithm.What is Pseudocode?Pseudo...
Showing posts with label Others. Show all posts
Showing posts with label Others. Show all posts
Friday, 13 November 2020
Friday, 26 June 2020
undefined
202
To understand the concept of Software Architecture you should have knowledge and concept of what is Architecture.When you here this word, At the most simplistic level, you think about the overall shape of the physical structure. The word Architecture put the image of building into your mind most of the time but not simple...
Sunday, 5 April 2020
undefined
202
Data Dictionary its types and practical working of Data DictionaryTopics covered in this articles:1. Why we are covering this in the Software Engineering?2. What is Data Dictionary?3. What is Passive Data Dictionary?4. What is Active data dictionary?5. Practical making of passive Data Dictionary?6. Practical of active...
Tuesday, 7 January 2020
undefined
202
What is the Difference between Bug, Error and Defect - Software EngineeringSoftware Engineers, testers and Programmers use these terminologies interchangeably without knowing that these are different things.Error: If I write a program which is not getting compiled due to the mistake in syntax that is known as error.Bug: ...
Thursday, 7 November 2019
undefined
201
Def: It is the process of modifying the software after it has delivered to customer. But why we will modify after the delivery? Ans: There can be different reasons we can modify the software for the improvements, We can modify the software to correct the faults captured by the customer/ End-user.Need of maintenance:We...