INNER POST ADS

Recent Posts

Showing posts with label SEMI2. Show all posts
Showing posts with label SEMI2. Show all posts
System Imlementation

System Imlementation

Monday, June 8, 2020 No comments:
The final phase in the SDLC is the implementation phase, during which the system is actually built or purchased, in the case of a packaged s...
Stored Function

Stored Function

Monday, June 1, 2020 No comments:
A stored function is a special kind stored program that returns a single value. you use stored functions to encapsulate common formulas or ...
Aggregate function

Aggregate function

No comments:
Aggregate functions are use to compute against a "returned column of numeric data" from your select statement. They basically s...
A Good software tester should have...

A Good software tester should have...

Sunday, May 17, 2020 No comments:
Find bugs as early as possible and make sure they get fixed. To understand the application well. Study the functionality in detail to f...
Objectives of testing

Objectives of testing

No comments:
Executing a program with the determined of finding an error. To check if the system meets the requirements and be executed successfully...
Most common software problems

Most common software problems

No comments:
Incorrect calculation Incorrect data edits and ineffective data edits Incorrect matching and merging of data Data searches t...
Design

Design

No comments:
The output of SRS is the input or design phase. Two type of design.. High level design Low level design High level design List...
What is object oriented programming?

What is object oriented programming?

Friday, May 15, 2020 No comments:
  Object oriented programming (OOP) is a programming paradigm, which uses objects and their interactions for building computer programs. W...
What is Class?

What is Class?

No comments:
The Class defines abstract characteristics of objects. it provides a structure for objects or a pattern which we use to describe the nature...
Multitier Application Architecture

Multitier Application Architecture

No comments:
Web based applications are often multi tier applications that divide functionality into separate tiers although tiers can be located on the...
Early testing

Early testing

No comments:
Conducting testing as soon as possible in development life cycle to find defects at early stages is called early testing. early testing is ...
What is Database INDEX?

What is Database INDEX?

Tuesday, May 12, 2020 No comments:
Indexes are special lookup tables that the database search engine can use to speed up data retrieval. simply put, an index is a pointer to d...
What is view?

What is view?

No comments:
It is a virtual table.. A view in SQL terminology is a single table that is derived from other tables. These other tables can be base t...
DBMS Locking

DBMS Locking

Tuesday, May 5, 2020 No comments:
Locking - A process in which any data that retrieved by a user for updating must be locked (or denied to other user) until the update is co...
Backup Recovery facilities

Backup Recovery facilities

No comments:
Backup facilities - which provide periodic backup(some time called fallback) copies of portion of entire database. Journalizing facilities...
 DBMS Concurrency Control

DBMS Concurrency Control

No comments:
The process of managing simultaneous operation against a database so that data integrity is maintained and operation do not interfere with ...
Data Models

Data Models

Monday, May 4, 2020 No comments:
Data Models There are different types of the data models and now let see each of them in detail... file based model Hierarchical mode...
Advantages of DBMS

Advantages of DBMS

Tuesday, April 28, 2020 No comments:
Advantages of DBMS Controlling data redundancy Data consistency Integration of data Data security Report writers Backup recovery pr...
Type of SQL commands

Type of SQL commands

No comments:
Type of SQL commands SQL languages its commands on the basis of functionalities performed by them. there are five types of SQL language w...
What is planning?

What is planning?

Monday, April 27, 2020 No comments:
Planning is usually interpreted as a process to develop a strategy to achieve desired objectives, to solve problems and to facilitate acti...