Open Means Open Means

Debugging

No comments on “Debugging”
While studying engineering and softwares we know about the debugging process.But still many of us doesn't know the full process of debugging.Here i discussed some of the points which i know about debugging.

Debugging:

"Debugging" occurs as a consequence of successful testing.When atest case uncovers an error,debugging is the process that results in the removal of the error.

Debugging Process:

Debugging is not testing,but always occurs as a consequence of testing.Some general guidelines for effective Debugging are follows:
1.Debugging requires a thorough understanding of the program design.
2.Debugging sometimes even require full redesign of the system.
3.One must be very clear of the possibility that any one error correction nay introduce new errors.

Normally Debugging process begins with execution of atest case.The results are assessed and a comparison is made between excepted and actual performance.This process always have one or two outcomes.

The outcomes are
1.The cause will be found and corrected
2.The cause will not be found

Generally,Debugging refers to the process of error corrections.As the consequences of an error increase,the amount of pressure to find the cause also increases.

Approaches for Debugging:

Debugging has one overriding objective to find and correct the cause of a software error.The objective is realized by a combination of systematic evaluation,intuition and sometimes luck.

Normally three categories for debugging approaches may be proposed.

1.Brute Force
2.Back Tracking
3.Cause Elimination

Debugging is a straight forward application of the scientific method that has been developed in early stages itself.The basis of debugging is to locate the problems source and the way to correct the errors.

Software Life Cycle Model

No comments on “Software Life Cycle Model”

A software before comes to market undergoes several number of stages. These series of stages that a s/w product undergoes during its lifetime is called software life cycle. There are different models for descriptive and diagrammatic representation of software life cycle. The life cycle model forms a common understanding among the s/w engineers. It helps to develop s/w in a systematic and disciplined way.

Proper documentation of the life cycle model is a mandatory requirement for quality assurance. By documentation, inconsistencies, redundancies and omission in the development process can be identified easily. It also enhances the understanding of process among the developers. So, In each satge of development, everything is written in script format for future reference purpose.

Waterfall Model:
This model divides the life cycle into number of phases. The different phases are as follows:
1)    Feasibility study
2)    Requirement analysis and specification
3)    Design
4)    Coding and unit testing
5)    Integration and system testing
6)    Maintenance

Among all the phases, the maintenance phase requires the maximum effort. Each phase has well-defined starting and ending criteria which is documented. And it requires different amounts of effort for each phase.

1) Feasibility study:

The main aim of feasibility study is to determine financial and technical feasibility to develop the product. It involves properly analyzing the problem. Collecting relevant information related to the product like required input data, the processing required and the output data required.

Different alternative solution strategies are compared for project development. In this stage the project can be abandoned if it is not feasible because of high cost, resource constraints or technical problems.

2) Requirement analysis and specification:

The goal of this stage is to understand the exact requirements of the customers. For this interviews and discussions are conducted with the customers. Any ambiguity or contradiction in the requirements must be resolved before proceeding further.

Finally, all the user requirements are systematically organized into a Software Requirements Specifications (SRS) document. This document is reviewed and approved by the customer. It also serves as a contract between the developers and the customer

3) Design:

In this phase the requirements specified in the SRS document are given a structure that can be implemented in programming language. In other words the software architecture is developed.

In traditional design approach the different functions to be supported by the system and the data flow among them are identified. All these information are represented diagrammatically in Data flow diagrams (DFD). Then the system is decomposed into modules. The data structure and algorithms of each module are also designed in this stage.

4) Coding and Unit Testing:

The goal of this stage is to translate the software design into source code. Each component of the design is implemented as a program module. The programming can be done using any language like C, C++, Java according to the project requirement.

In this stage each module is tested separately to ensure correct working of all individual modules. Unit testing is done when a module has been coded and successfully reviewed.

5) Integration and system testing:

In this phase all the modules are integrated in a planned manner. The partially integrated system is tested and a set of previously planned modules are attached to it. At last system testing is carried out when all the modules have been successfully integrated.

System testing ensures that the system conforms to all the user requirements specified in SRS document. Generally it consists of 3 kinds of activities.
α – testing is performed by the software development team. β - testing is performed by a friendly set of customers and acceptance testing  is performed by the customer after product delivery.

6) Maintenance:

A software product needs to be maintained to correct errors, enhance features or upgrade to a new platform. It requires much more effort than the effort necessary to develop the product.

Categories Of Softwares

No comments on “Categories Of Softwares”
Hi friends,you all know about softwares.In general we know that all applications we install on the system are called softwares.But there are many different categories of software available but we think that all are just a softwares.

I Explained some of the categories of softwares.

1.System software :

System software is  a collection of program which is written to service the other programs.
Example: Compilers,OS,Editors,etc.,

2.Application software :

It consists of a standalone program that solves some business needs.This software is mainly used in Database applications.

3. Engineering / Scientific Software :

These are softwares used in the field of astronomy,volcanology.

4.Embedded Software :

These are softwares which resides within a product or system and it is used to implement and control features and functions for the end-user and also for the system itself.

Example : Digital functions in aan automobile such as Fuel control,Dashboard displays,etc.,

5.Product Line Software :

This software is designed to provide a specific capability ,so that it can be used by many customers.

Example:Word processors,Spread Sheets,Computer Graphics,etc.,

6.Web Applications :

Normally webpages are retrived by a browser,which is a software that incorporates executable instructions.

Example : CGI,HTML,Perl,Java,DHTML,etc.,

7.Artificial Intelligence software :

This software is based on the Knowledge based Experts System.

Example : Pattern Recognition(image and voice),etc.,

Free Phone Calls From PC To Mobile Phones

No comments on “Free Phone Calls From PC To Mobile Phones”

Today I am going to reveal a great method of free PC to phone calls from any country to India. This is completely my own invented method and I have made a lot of calls through this.

For making free calls you have to:

1.) Download a software called ADPHONE. Its size is only about 14 MB.

2.) Then you have to install it.

3.) Now after installing the software, you have to create a free account of adphone, for that you need a valid email account.

4.) After completion of Sign Up-validation process log in to adphone. You will see that your credit balance is zero.

5.) In the bottom left of the software window, there is a link called "Earn credits". Click there. A new window opens.

6.) In the window, click on the Facebook fan bonus.

7.) Now link your Facebook account ( Create if you do not have one ) to your adphone

account. Instructions for the same will be given there.

8.) Now follow the instruction and become an Adphone fan in Facebook. Adphone will give you 10 credit points each 14 days. With those 10 points, you will be able to make 3 minutes of free call to any Indian mobile or landline phone.

9.) You can also create multiple accounts to increase you talktime. Adphone allows this.

10.) Now, what else remains? Keep calling free.

NB : I am neither related to adphone nor promoting it. I have found this method useful, and I think it will be helpful for those who want to call free, so I have written this. Thank you.

Oracle's DDBMS Funtionality

No comments on “Oracle's DDBMS Funtionality”

Hi,Today Oracle is one of the most used language around the world of database.While studying about oracle,we must know about oracle DDBMS (Distributed Database Management System).

Here i am going to share some points about oracle DDBMS.

Oracle DDBMS does not support fragmentation transparency , but it can support location transparency. The funtionality of oracle DDBMS contains many elements like,

* Connectivity ( Connection between to destinations )

* Global Database names ( Database names around the world )

* Database links ( Link to access database quickly )

* Transactions ( Transfer of Data )

* Referential Integrity

* Distributed Query Optimization

Eventhough there are  many database tools like MS Access,PHP, are available , but still oracle is one of the outstanding tool for database management.

I think oracle will be the king of database tool in the future.

 

More Articles …

  1. Data Compression
  2. Java Developer Kit(JDK)
  3. Work Done in IT Companies
  4. Software Development Life Cycle

Subcategories

Hardware & Troubleshooting

Software

PC & Internet Security

New Technologies

Web Hosting

Web Hosting is a service offered by web hosting providers to the individuals and organizations to make their websites accessible on the internet. Depending on the requirement, one can avail different types of web hosting such as shared hosting, dedicated hosting, virtual private hosting, cloud hosting etc.

  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98

Page 94 of 193

  • About Us
  • Faqs
  • Contact Us
  • Disclaimer
  • Terms & Conditions