itb.biologie.hu-berlin.de

Website:http://itb.biologie.hu-berlin.de
Upvotes received3
Downvotes received3
Karma:1 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (143)

1

2 Thumbs up   2 Thumbs down

expected outcome


The outcome a test must produce in order to pass. If the actual outcome
Source: itb.biologie.hu-berlin.de

2

1 Thumbs up   1 Thumbs down

working copy


A personal copy of the files being managed by a version control system
Source: itb.biologie.hu-berlin.de

3

0 Thumbs up   0 Thumbs down

absolute path


A path
Source: itb.biologie.hu-berlin.de

4

0 Thumbs up   0 Thumbs down

abstract data type


A specification of a set of values, and the operations that can be performed on them. The term “abstract” means that the implementation of the ADT is hidden from other code.
Source: itb.biologie.hu-berlin.de

5

0 Thumbs up   0 Thumbs down

abstract syntax tree


A data structure that represents the structure of a program or program fragment. Its leaves are literals, such as numbers and variable names, while its internal nodes represent higher-level structures [..]
Source: itb.biologie.hu-berlin.de

6

0 Thumbs up   0 Thumbs down

actual outcome


The actual result of a unit test
Source: itb.biologie.hu-berlin.de

7

0 Thumbs up   0 Thumbs down

algorithmic complexity


The rate at which the work performed by an algorithm grows as a function of problem size, ignoring constant factors. Algorithmic complexity is usually expressed using O
Source: itb.biologie.hu-berlin.de

8

0 Thumbs up   0 Thumbs down

alias


A second (or subsequent) reference to a single piece of data. Aliasing can make programs more difficult to understand, since changes made through one reference “magically” affect the other.
Source: itb.biologie.hu-berlin.de

9

0 Thumbs up   0 Thumbs down

anchor


An element of a regular expression
Source: itb.biologie.hu-berlin.de

10

0 Thumbs up   0 Thumbs down

application programming interface


The source-level external interface that a library or operating system provides for other programs to use. See also: Application Binary Interface (API)
Source: itb.biologie.hu-berlin.de


To view all 143 definitions, please sign in.