Q:

What is Program Slicing?

1
Like
Answer
Comment
Flag
Thanks for your feedback!
A:

2 Answers

rank
1
2
Like
Comment
Flag
In software applications, program slicing is a method of identifying the core elements of a software program and gently extracting them from the more complicated code that allows the program to function. The process of program slicing is especially important to software engineering efforts, as it allows the software engineer to find the way through complicated strings of code in order to access the source code that actually drives the application. Being able to extract these subprograms and view the source code makes it possible to identify a wide range of potential bugs and thus make the software run with more efficiency. It is not unusual for code to be intentionally complicated. One of the main reasons for this action is that the more complicated portions of the code help to protect the source code from corruption by viruses and hacking attempts. Usually, a programmer will add a great deal of extra code that essentially makes it necessary to go through a number of extra steps to ...  more

Related Videos

rank
2
1
Like
Comment
Flag
In computer programming, program slicing is the computation of a program slice. The program slice consists of the parts of a program that may affect the values computed at some point of interest, referred to as a slicing criterion. Program slicing can be used in debugging to locate source of errors more easily. Other applications of slicing include software maintenance, optimization, program analysis, and information flow control.  more
forums.techarena.in

Add your answer...

Top Related Experts

1.
Syed Hasan
Software expert · Articles · 0 Likes
2.
Alessandro Silva
Hardware expert · Articles · 0 Likes
3.
Kim Smith
Hardware expert · Articles · 0 Likes
4.
Lavinia Tauro
Computer expert · Articles · 0 Likes
5.
jan caree
Software expert · Articles · 0 Likes

Top Answerers

1.
Cheap SSL Certificates
7 Answers in the past week
2.
vanity fair
7 Answers in the past week
3.
Robert Turner
4 Answers in the past week

Top Askers

1.
Frank Bigaglow
3 Questions in the past week
2.
Frank Bell
2 Questions in the past week
3.
Deitty smith
3 Questions in the past week

Top Supporters

1.
Tom Wagner
9 Likes given in the past week
2.
CableAnd OtherThings Too
2 Likes given in the past week
3.
Sh Bailbonds
2 Likes given in the past week
...