Property:Summary

From COMP15212 Wiki

Text A summary of the page.

Showing 20 pages using this property.
A
Thanks to contributors to this site.  +
The Application Binary Interface specifies the way software elements communicate within a program.  +
S
The act of collecting together disparate threads so all are at definitive points in their execution.  +
P
The basic data behind <i>scheduling</i> processes.  +
K
The central, essential part of an operating system. Approaches vary.  +
C
The context is the state of a running process.  +
P
The mechanism by which memory mapping is usually managed.  +
The process of sharing the processor (or other) time amongst competing needs.  +
S
The schedule is the routine or algorithm which decides what to do next.  +
V
The separation of the user's view of memory and the physical reality on any given machine. Usually involves translating addresses and may employ paging from backing store.  +
F
The sort of metadata which accompanies every file.  +
The system used to maintain an open file.  +
M
The way memory is organised into logically consistent areas.  +
F
There are many ways of constructing a file system, even if different mechanisms <i>look</i> the same to a user. Here are some examples.  +
P
These are the <b>hardware</b> interfaces which provide the physical I/O for the computer. There may be a large variety in any given system.  +
S
This article covers software collections of associated variables (usually with mixed <i>types</i>) as in a C ‘struct’ or the data in a Java object.  +
A
This describes the major features of this site.  +
T
Threads are separate code sequences which can be executed in parallel. In general, one <i>process</i> can have several threads with the same memory context.  +
M
Unix on-line manual.  +
S
Unstructured, serial data communications channels.  +