Software Quality Assurance (SQA):- SQA is a set of activity assuring quality in software engineering process. Altimetry result in quality in software products. It include a following activities:- Process definition & implementation Auditing Training SQA is a process that insure hat developed software needs & compiles with defined or standardized quality specification. SQA is an on going process with in the SDLC that routinely checks the developed software to insure its needs desired quality measured. SQA helps to insure the development of high quality software. SQA practices are implementation in most type of software development regardless of underline software development model are being used. In a border sense SQA incorporate an implement software testing methodology to test software. SQA process test for quality in each phase of development until the software is completed. SQA genially works on one or more industries standards that helps in building software quality guid
Data Base Management DBA
- Get link
- X
- Other Apps
DATA BASE MANAGEMENT (DBA)
Centralized control of the database is achieved by a person or group of persons under the super version of a high level administration this person or group is refer to as the data base administration.
DBA is responsible for creating, modified & maintaining, its 3 level.
The DBA is the causation of the data & controls database structure. The DBA administrates the 3 level of database & in consultation with the overall user community setup the definition of conceptual level of the database
The DBA further specifies the user view of the various users:-
- DBA is responsible for definition & implantation of the internal level including the storage structure & excess method to be used for the optimum performance of the DBMS.
- DBA is responsible for granting permission to the users of the database & store the profile of each user in the database. This profile describe the permissible act of a user on that question of the database accessible to the user.
- The DBA is also responsible for defining producer recover the database from humans, natural or hardware cause with minimum loss of data.
D.B.M.S Facilities:-
Data Definition Language (DDL):-
Database management system provides a facilities DDL which can be used to define the conceptual schema of the database the definition also includes any constants that have to maintain.
Data Manipulation Language (DML):-
The language use to manipulate data in the database is called DML.
- Get link
- X
- Other Apps
Popular posts from this blog
Write a program to Print 1 22 333 4444 55555 series in C++ ?
Software development life cycle ,SDLC in software engineering
SDLC (Software Development Life Cycle):- The system development life cycle also referred as to the application of development of life cycle is a done use in system engineering of software engineering. Phases of SDLC:- Gathering and analysis Design Implementation of coding Testing Deployment Maintenance Gathering and Analysis:- This is the first level of software development life cycle in this stage at the first all the information or gathered once then after analysis of information is taken. After gathering information the analysis is taking because to know what kind of software we have to developed by analyzing we come to know about software knowledge. Design:- After completing the first step which was of gathering information an than analyzing them. Now we come for designing is the very much important role in SDLC. In this point we design a good quality of software. Implementation:- It is also most important point of SDLC. After designing the codes of software there comes implemen
Types of attributes in DBMS, derived, single valued, simple, multivalued, stored, composite
Types of Attributes:- Simple Attribute:- The attributes that cannot be further divided in to smaller part an represents the basic meaning is called a simple attributes. Eg:- Age attributes of person entity represent a simple attribute. Composite Attribute:- Attribute that can be further divided into smaller unit & each individual unit contains a specific meaning. Eg:- Name attribute of an employ can be sub divided. Multivalued Attribute:- Attribute that have more than one values for a particular entity is called a multivalued attributes. Eg:- Phone no. for a person entity is a multivalued entity. Stored Attributes:- Attribute that are directly stored attribute. Eg:- Date of joining attributes of employ entity. Single valued attribute:- Attribute having a single value for a particular entity. Eg:- Age is an single valued attribute of a student entity. Derived Attribute:- Attributes are not stored directly but can be derived from stored attributes are called derived attribut
Comments
Post a Comment