cise.ufl.edu

Website:https://www.cise.ufl.edu/
Upvotes received6
Downvotes received1
Karma:4 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (122)

1

6 Thumbs up   1 Thumbs down

Processing element


A generic term used to reference a hardware element that executes a stream of instructions. The context defines what unit of hardware is considered a processing element. Consider a cluster of SMP work [..]
Source: cise.ufl.edu

2

0 Thumbs up   0 Thumbs down

abstract data type


A data type given by its set of allowed values and the available operations on those values. The values and operations are defined independently of a particular representation of the values or impleme [..]
Source: cise.ufl.edu

3

0 Thumbs up   0 Thumbs down

abstraction


Abstraction can have several meanings depending on the context. In software, it often means combining a set of small operations or data items and giving them a name. For example, control abstraction t [..]
Source: cise.ufl.edu

4

0 Thumbs up   0 Thumbs down

Address space


The range of memory locations that a process or processor can access. Depending on context, this could refer to either physical or virtual memory.  
Source: cise.ufl.edu

5

0 Thumbs up   0 Thumbs down

ADT


See abstract data type.  
Source: cise.ufl.edu

6

0 Thumbs up   0 Thumbs down

Amdahl's law


A law stating that (under certain assumptions) the maximum speedup that can be obtained by running an algorithm on a system of P processors is S(P)
Source: cise.ufl.edu

7

0 Thumbs up   0 Thumbs down

where is the serial fraction


of the program, and T(n) is the total execution time running on n processors. See speedup and serial fraction.  
Source: cise.ufl.edu

8

0 Thumbs up   0 Thumbs down

API


See application programming interface.  
Source: cise.ufl.edu

9

0 Thumbs up   0 Thumbs down

Application Programming Interface


An API defines the calling conventions and other information needed for one software module (typically an application program) to utilize the services provided by another software module. MPI is an AP [..]
Source: cise.ufl.edu

10

0 Thumbs up   0 Thumbs down

atomic


Atomic has slightly different meanings in different contexts. An atomic operation at the hardware level is uninterruptible, for example load and store, or atomic test-and-set instructions. In the data [..]
Source: cise.ufl.edu


To view all 122 definitions, please sign in.