Shared Flashcard Set

Details

Data Structures Part 6
Vocab List for CS 315 at the University of Texas
20
Computer Science
Undergraduate 1
05/19/2011

Additional Computer Science Flashcards

 


 

Cards

Term
node
Definition
an element of a linked list, tree, or graph, often represented by a data structure.
Term
null dereference
Definition
a runtime error that occurs when an operation such as a method call is attempted on a null pointer.
Term
object
Definition
a data structure that can be identified at runtime as being a member of a class.
Term
on-line
Definition
 describes a sorting algorithm that can process items one at a time.
Term
one-to-one
Definition
describes a mapping in which each element of the domain maps to a single element of the range. Also, injective.
Term
onto
Definition
describes a mapping in which each element of the range is the target of some element of the domain. Also, surjective.
Term
ontology
Definition
a description of the kinds of objects that exist in a computer program, e.g. a Java class hierarchy.
Term
operator
Definition
in a search tree, a program that changes a state into a child state, e.g. a move in a game.
Term
parent
Definition
 in a tree, a node that points to a given node.
Term
parsing
Definition
analysis of a sentence of a language to determine the elements of the sentence and their relationship and meaning.
Term
path
Definition
a sequence of steps along arcs in a graph.
Term
pattern
Definition
a representation of a class of objects, containing some constant elements in relation to variable elements.
Term
pattern variable
Definition
a part of a pattern that can match variable parts of an input.
Term
pivot
Definition
 in Quicksort, a "center" value used in partitioning the set to be sorted.
Term
pointer
Definition
a variable containing the address of other data.
Term
postorder
Definition
an order of processing a tree in which the parent node is processed after its children.
Term
predicate
Definition
a function that returns True or False. In Lisp, {\tt nil} represents False, and anything else represents True.
Term
preorder
Definition
an order of processing a tree in which the parent node is processed before its children.
Term
priority queue
Definition
 a queue in which the highest-priority elements are removed first; with a priority value, the earliest arrival is removed first.
Term
quadratic
Definition
 O(n2), a problem whose solution requires a quadratic amount of time or space if the problem is of size n.
Supporting users have an ad free experience!