Author Archives: Vikram Singh

About Vikram Singh

hello everyone my name is vikram singh . I have study in Rajasthan university . I will providing all the detail of computer and its use . I will providing latest technology also.

Spiral Model in software engineering

Spiral Model Introduction -: This model is describe Software Development process. This model is a combination of both model first is the iterative model and one SDLC model and combined it with cyclic process. This model considers risk which often goes un-noticed by most other model . The model start with determining objectives and constraint… Read More »

Agile model in software engineering

Introduction -: In the early stage the waterfall model was very famous for completing the software development process. After some time developer face various problem for developing a software. The main problem was included handling change requests from client during software development. Another problem is the high cost and time required to incorporate these changes.… Read More »

Category: se

waterfall model of software engineering

Introduction of waterfall model -: This model was describe about the SDLC process. This is the oldest software development model. Waterfall model is very easy to understand. In the waterfall model has many phase. In this model all the phase are step by step completed. Means if the first stage completed then the next steps comes. It… Read More »

models of sdlc

Introduction of models in software engineering  -: A model in software engineering come’s  in many shapes, sizes and styles.This is very important to understand that a model is not the real world but It is  a human construct that  help us  to understand real world systems. All models has  an information input, an information processor… Read More »

Category: se

what is software engineering

Introduction of software engineering -: Software engineering is make two words. First is the software and second is the engineering.For understanding the software you need to understand what is software ? Software are the set of programs/packages which we can not touch and feel. In other words we can say that the software definition are different… Read More »

how to create a session in php

What is Session in php –:Cookies are stored on browser window means it stored on user side.  it is possible for a hacker to easily hack the cookie content to insert potentially harmful data in your application that might break your application. Also every time the web  browser requests a url to the server.All the… Read More »