









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Program slicing is a software engineering technique that enables programmers to view subsets of a program by filtering out irrelevant code. It allows for more manageable testing, debugging, and understanding of complex programs. The concept of program slicing, its usefulness, and provides examples of slicing different variables in a given program.
Typology: Study notes
1 / 15
This page cannot be seen from the preview
Don't miss anything!










What is a Program Slice?
Definition of Program Slice
A Program Slice Must Satisfy the Following Conditions:
Slice S(num,26) main() {
Slice S(sum, 25) main() {
Slice S(mn, 23) main() {
Slice S(mx, 22) main() {
Program Slicing Process
Tools for Program Slicing