scispace - formally typeset
M

Mark Weiser

Researcher at University of Maryland, College Park

Publications -  16
Citations -  5274

Mark Weiser is an academic researcher from University of Maryland, College Park. The author has contributed to research in topics: User interface & Program slicing. The author has an hindex of 10, co-authored 16 publications receiving 5154 citations.

Papers
More filters
Journal ArticleDOI

Program Slicing

TL;DR: Program slicing as mentioned in this paper is a method for automatically decomposing programs by analyzing their data flow and control flow. But it is not a technique for finding statement-minimal slices, as it is in general unsolvable, but using data flow analysis is sufficient to find approximate slices.
Journal ArticleDOI

Programmers use slices when debugging

TL;DR: The experiment reported here shows that programmers also routinely break programs into one kind of coherent piece which is not coniguous.
Proceedings ArticleDOI

Program slicing

TL;DR: In particular, finding statement-minimal slices is in general unsolvable, but using data flow analysis is sufficient to find approximate slices.
Journal ArticleDOI

TEXTNET: a network-based approach to text handling

TL;DR: This work describes the Textnet approach, a new system for structuring text that uses one uniform data structure to capture graphlike pools of text, as well as embedded hierarchical structures, by using a semantic network formalism of nodes connected by typed links.
Journal ArticleDOI

Programming problem representation in novice and expert programmers

TL;DR: Results from sorting tasks show experts and novices begin their problem representations with specific different problem categories, and a preliminary study of programming managers indicates an abstraction different from that used by programmers.