Map
Index
Random
Help
Group
th

Group: access to data

topics > computer science > Group: data



Topic:
access by current position
Topic:
access by pattern matching
Topic:
access to components of a data object
Topic:
access to objects by a path
Topic:
aliasing
Topic:
dangling pointers
Topic:
notations for object access
Topic:
pointer rotation
Topic:
pointers to data
Topic:
safe use of pointers
Topic:
shared objects
Topic:
uniform reference to data
Group:
information retrieval
Group:
naming

Topic:
associative memory
Topic:
data type by access rights
Topic:
database queries, joins, and relational algebra
Topic:
representing a relationship
Topic:
using an address as a name
Topic:
variable as function that accesses an object's value

Summary

Actions are performed on objects. For an action to occur, these objects must be accessed. In fact a large proportion of computer activity is either accessing memory or computing access functions. Access must always specify a component's environment either explicitly (e.g., component 'b' as A.B), implicitly (e.g., the variable I in some local environment), or by context such as access by current position or access by pattern. The environment may be a local context, a global context, another task or process, or a data object. (cbb 5/80)
Subtopic: data and addressing up

Quote: much of memory traffic is data addresses and operations and data for computing addresses [»backJ8_1978a]

Subtopic: n-dimensional access up

Quote: programmer still uses one-dimensional access to a database by its primary key; should have n-dimensional access
[»bachCW11_1973]

Group: access to data up

Topic: access by current position (7 items)
Topic: access by pattern matching (18 items)
Topic: access to components of a data object (4 items)
Topic: access to objects by a path (13 items)
Topic: aliasing (28 items)
Topic: dangling pointers (13 items)
Topic: notations for object access (7 items)
Topic: pointer rotation (11 items)
Topic: pointers to data (55 items)
Topic: safe use of pointers (102 items)
Topic: shared objects (13 items)
Topic: uniform reference to data
(34 items)

Related Topics up

Group: information retrieval   (25 topics, 674 quotes)
Group: naming   (32 topics, 789 quotes)

Topic: associative memory (5 items)
Topic: data type by access rights (20 items)
Topic: database queries, joins, and relational algebra (34 items)
Topic: representing a relationship (28 items)
Topic: using an address as a name (22 items)
Topic: variable as function that accesses an object's value
(21 items)


Updated barberCB 3/04
Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.