Home > Industry/Domain > Computer

Computer

18Categories 216913Terms

Add a new term

Contributors in Computer

Computer > Workstations

document object model (DOM)

Computer; Workstations

An API for accessing and manipulating XML documents as tree structures. DOM provides platform-neutral, language-neutral interfaces that enables programs and scripts to dynamically ...

XPath

Computer; Workstations

An addressing mechanism for identifying the parts of an XML document.

write-update

Computer; Workstations

Write-update, also known as write-broadcast, maintains cache coherence by immediately updating all copies of a shared variable in all caches. This is a form of write-through ...

JSP standard action

Computer; Workstations

An action that is defined in the JSP specification and is always available to a JSP page.

write-through

Computer; Workstations

Write policy for maintaining coherency between cache and main memory. Write-through (also called store through) writes to main memory as well as to the block in local cache. ...

delegation

Computer; Workstations

An act whereby one principal authorizes another principal to use its identity or privileges with some restrictions.

write-back

Computer; Workstations

Write policy for maintaining coherency between cache and main memory. Write-back (also called copy back or store in) writes only to the block in local cache. Writes occur at the ...