Posts

Data Structures

What is Data? 👇 Computer data is information processed or stored by a computer. This information may be in the form of text documents, images, audio clips, software programs, or other types of data. Computer data may be processed by the computer's CPU and is stored in files and folders on the computer's hard disk. Data Type 👇 Data type is a way to classify various types of data such as integer, string, etc. which determines the values that can be used with the corresponding type of data, the type of operations that can be performed on the corresponding type of data.  There are two data types - Built-in Data Type                                            Derived Data Type Built-in Data Type  👇 Those data types for which a language has built-in support are known as Built-in Data types. For example, most of the languages provide the following built-in data types. - In...

Software Quality Assurance

Image
what is Software Quality?👇 ✔ Software Quality is the degree of  conformance to explicit or implicit requirements and expectations. * Explicit: clearly defined and documented * Implicit: not clearly defined and documented but indirectly suggested * Requirements: business/product/software requirements * Expectations: mainly end-user expectations Different Views on Software Quality 👇 * Users’ View – conformance to SRS and expectations. * Developers’ View – Reusing of the code                                  Adhering to developing standards and rules                                  Own Satisfaction Software Quality Management Activities 👇 ✔ Software Quality Management can be structured into three principal activities. * Quality Assurance – The establishment of a framework of organizational procedures and stan...