home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / demos / proart24 / Virtualise / Docs / Glossary < prev    next >
Text File  |  1996-08-08  |  3KB  |  67 lines

  1. File        : Glossary
  2. Date        : 08-Aug-96
  3. Author      : © A.Thoukydides, 1995, 1996
  4. Description : An explanation of some of the words, terms and abbreviations
  5.               used in this documentation.
  6.  
  7.  
  8. Binary - A two-state system which can be represented by the digits 0 and 1.
  9.     Digital computers perform information processing, store data and transmit
  10.     information as binary digits.
  11.  
  12. Bit - Abbreviation for BInary digiT. It is a unit of storage which can takes
  13.     the values 0 or 1.
  14.  
  15. Byte - A group of 8 bits. This is generally the amount of memory required to
  16.     store a single character.
  17.  
  18. Data - Sunonymous with information but generally used for the representation
  19.     and processing of information by a computer system.
  20.  
  21. Dynamic area - A dynamic area is a named area of memory created by an
  22.     application. The Tasks window obtained by clicking SELECT on the Acorn
  23.     icon on the icon-bar lists the dynamic areas at the bottom of the window.
  24.  
  25. Hexadecimal - Numbers in base 16. The digits are 0123456789ABCDEF, where "A"
  26.     to "F" represent the values 10 to 15.
  27.  
  28. Interrupt - When the control unit stops processing to handle some external
  29.     need, such as performing an input/output task.
  30.  
  31. Logical address - This is the address that the programs running in the
  32.     computer use to access memory. The hardware in the computer converts the
  33.     logical address into a physical address when required. When virtual
  34.     memory is being used the mapping between logical and physical memory is
  35.     frequently updated as different areas of memory are accessed.
  36.  
  37. kB - Abbreviation for kilobyte. This is equivalent to 1024 (2^10) bytes.
  38.  
  39. MB - Abbreviation for megabyte. This is equivalent to 1,048,576 (1024 * 1024
  40.     = 2^20) bytes. This is sometimes used more approximately to refer to 1
  41.     million bytes.
  42.  
  43. Operating system - Essential systems software which coordinates and controls
  44.     the use of the system's resources. In the Risc PC this is called RISC OS.
  45.  
  46. Page fault - An access to a page of memory which is not present at that time
  47.     results in an abort on data transfer exception being raised. This is
  48.     termed a page fault.
  49.  
  50. Physical address - This is the address that is actually used to access a
  51.     particular section of the memory in the hardware of the computer. A
  52.     physical address always references the same part of the same memory chip.
  53.  
  54. RAM - Random Access Memory. This is the main memory on a chip which allows
  55.     data to be stored and modified; read/write memory is a more apt
  56.     description.
  57.  
  58. Virtual memory - This is a system which enables disc space to be used to
  59.     simulate extra RAM. It is usually provided as a feature of the operating
  60.     system.
  61.  
  62. VM - Abbreviation for Virtual Memory.
  63.  
  64. WIMP - Abbreviation for Windows Icons Menus Pointer. This is a generic term
  65.     for the graphical interface to the computer. On the RiscPC it is sometimes
  66.     called the Desktop.
  67.