home *** CD-ROM | disk | FTP | other *** search
/ Millennium Time Capsule / AC2000.BIN / disks / ac10disk / atozbook / w.txt < prev    next >
Encoding:
Text File  |  1998-06-10  |  11.0 KB  |  289 lines

  1.                              "The Atari A to Z"
  2.                               by Mark S Baines
  3.                       Copyright (c) 1998 Mark S Baines
  4.                              All Rights Reserved
  5.  
  6.  
  7.        YOU MUST READ "READ_ME.NOW" BEFORE YOU LOOK AT ANY OF THIS FILE
  8. *****************************************************************************
  9.  
  10.  
  11. W
  12.  
  13.  
  14. Wafer
  15. A very thin polished section of silicon crystal from which the silicon 'chips' 
  16. of semiconductors are made.
  17.  
  18.  
  19. WAIS
  20. Wide Area Information Service. A powerful system for searching for information 
  21. held in public databases across the Internet.
  22.  
  23.  
  24. Wait states
  25. Idle CPU clock cycles waiting for the data and instructions to come from slow 
  26. RAM chips. This time can be lessened by a small fast static RAM cache for the 
  27. CPU. With a ST with DRAM with an access time of 120 ns or less and an 8 MHz 
  28. MC68000 there are no wait states, as each ST clock cycle is 125 ns long and 
  29. most operations on a 68000 take four or more cycles to complete. All this 
  30. means that ST DRAM is fast enough for the processor and that fitting DRAM 
  31. chips faster than 120 ns makes no difference to the speed of the computer at 
  32. all. Even on a 16 MHz Mega STE, the RAM is still accessed at 8 MHz and so slow 
  33. memory can still be used.
  34.  
  35.  
  36. Waiting state
  37. The condition in which the instructions of an active program in a 
  38. multiprogramming system are being ignored in preference to another program.
  39.  
  40.  
  41. Waiting time
  42. The time when a program or functional unit is in a waiting state.
  43.  
  44.  
  45. WAN
  46. Wide Area Network. Computers or terminals indirectly connected together over 
  47. large distances usually using telecommunications links to form a network 
  48. sharing some or all of the same resources, such as programs and data as well 
  49. as disks, printers and even memory. Each computer or point of connection is 
  50. called a node.
  51.  
  52.  
  53. Wand
  54. A hand-held input device to read bar codes or magnetic strips often used at 
  55. point-of-sales terminals.
  56.  
  57.  
  58. Warm boot
  59. Making a computer system, which is already powered up, operational usually by 
  60. loading the operating system. A warm boot implies that the system is not fully 
  61. initialized as with a cold boot and that some system software is already 
  62. present. On micros it often means a reset and re-boot.
  63.  
  64.  
  65. Wave
  66. A repeated variation in voltage, sound, light etc. that is capable of 
  67. transferring energy between two points, such as a carrier wave.
  68.  
  69.  
  70. WD1772
  71. The floppy disk controller chip used in the ST-Falcon made by Western Digital, 
  72. derived from the FD1790 family and supplied in a 28-pin DIL package. It is 
  73. only capable of controlling two floppy disk drives with either single-sided or 
  74. double-sided double density disks with a capacity of around 720 K. The WD1772 
  75. provides all the signals for the control of a disk drive except for the drive 
  76. and side select signals which come from the YM-2149 sound chip. When high 
  77. density disks were introduced on the TT and Mega STE with TOS 2.06 and 3.06 
  78. the standard WD1772 was inadequate only being capable of handling a clock 
  79. signal up to 12 MHz although some 02-02 types could handle 16 MHz. For high 
  80. density and extra density disks, a clock signal of 16 MHz and 32 MHz is 
  81. necessary and the WD1772 AJAX controller was designed for this purpose. See 
  82. AJAX.
  83.  
  84.  
  85. Weight
  86. A value by which a digit is multiplied depending on its position in a number 
  87. or string. In positional representation systems, such as decimal and binary, 
  88. the weights of digits in adjacent positions differs by the amount of the radix 
  89. or base. In the decimal number 27, the 2 has a weight of ten and the 7 a 
  90. weight of one. In binary %101, the first leftmost 1 has a weight of four, the 
  91. 0 a weight of two and the least significant 1 a weight of one.
  92.  
  93.  
  94. Weighting
  95. A value by which a digit is to be multiplied.
  96.  
  97.  
  98. Whetstone
  99. A unit of computer throughput.
  100.  
  101.  
  102. White noise
  103. Noise without a distinctive frequency pattern, such as with radio reception.
  104.  
  105.  
  106. Whitespace
  107. The characters included in a text file shown on screen that have no screen 
  108. representation, such as the space and control characters. Also, in print, the 
  109. amount of paper without type or graphics, as important to the layout of a page 
  110. as the 'black' areas.
  111.  
  112.  
  113. WHY
  114. What Have You. Commonly used shorthand in e-mail and other messages. Might be 
  115. seen in a message from a person wishing to part-exchange or swap something.
  116.  
  117.  
  118. Wide area network
  119. See WAN.
  120.  
  121.  
  122. Wildcards
  123. A single character entered into a command line string that may stand for one 
  124. or more other characters when performing a search operation. Normally, the ? 
  125. means any single character (or none) whilst a * stands for any number of 
  126. different characters, for instance *.DOC would represent any file with the 
  127. .DOC extender, whilst TEST_?.C would match TEST_1.C, TEST_A.C and TEST_.C but 
  128. not TEST.C.
  129.  
  130.  
  131. WIMP
  132. Windows, Icons, Mouse, Pull-down menus. (Often interpreted as 'Windows, Icons, 
  133. Menus, Pointers'). A graphical user interface with windows and menus, 
  134. predominately mouse controlled and characterized by the use of file dragging 
  135. techniques and a 'Trash Can' for file deletion which particularly distinguish 
  136. it from other GUI environments. The aim of a WIMP environment is to make the 
  137. operation of a computer and a program as intuitive as possible to a user, 
  138. using real-life analogies of working, such as dragging a file to a trash can 
  139. to delete it. If programs are written to the guidelines of the WIMP system 
  140. then all programs should be controlled and behave in a similar manner thus 
  141. increasing the learning rate and productivity of a user. GEM, OS/2 v2, OS/2 
  142. WARP on the PC and the operating system front ends of the Apple Mac and Acorn 
  143. Archimedes are true WIMP environments. It has been argued that Windows on the 
  144. PC is not truly WIMP, lacking many WIMP traditional features should be 
  145. classified as a GUI.
  146.  
  147.  
  148. Winchester
  149. An IBM originated name denoting a type of magnetic disk unit with one or more 
  150. fixed hard disks with heads that land and take off from the disk surface and 
  151. stored in a hermetically sealed case. Winchester disks are typically, the hard 
  152. disks of microcomputers. See Hard disk.
  153.  
  154.  
  155. Window
  156. A period that has time significance for the occurrence of some event. In 
  157. computer graphics, WIMP and some GUI environment systems, an area within a 
  158. frame in which the output of a program is written and the user input takes 
  159. place - a virtual screen or workstation for a program. Many windows can be 
  160. present on the display screen at once, either all being active in a 
  161. multitasking system, such as in MultiTOS or only the topmost in a 
  162. singletasking system, such as TOS.
  163.  
  164.  
  165. Word
  166. A fixed number of bits that the computer hardware can transfer and manipulate 
  167. as a unit within storage and the central processor, usually 8, 16, 24 or 32. 
  168. The ST has a word length of sixteen being the width of the MC68000 data bus. 
  169. The TT and Falcon030 have a word length of 32 bits. Also, a significant unit 
  170. of a language usually delineated with spaces or punctuation marks.
  171.  
  172.  
  173. Word length
  174. The number of bits in a word, sixteen bits on a ST.
  175.  
  176.  
  177. Word processing
  178. The use of a computer program to assist in the preparation and printing of 
  179. short-run printed documents. Typically, it allows the user to enter, 
  180. manipulate, edit and print the text and store it for later retrieval and 
  181. reference. Search and replace, margin justification, mail merge, spell 
  182. checking, automatic page numbering, index and contents page generation, 
  183. standard paragraphs and print control are some of the features of a word 
  184. processor. Traditionally, a word processor uses a printer's own built-in fonts 
  185. and styles and prints its document in text mode rather than the graphics mode 
  186. associated with DTP. However, as word processing programs become more 
  187. sophisticated and use many of the features of DTP programs, this distinction 
  188. is increasingly becoming unclear and are better described as document 
  189. processors.
  190.  
  191.  
  192. Word wrap
  193. A text editing function that automatically moves a word that crosses the 
  194. text's right margin on to the next line so that the maximum line length is not 
  195. exceeded and the word is not split (except by hyphenation).
  196.  
  197.  
  198. World Wide Web
  199. See WWW.
  200.  
  201.  
  202. Work area
  203. A unit of memory or disk space allocated to a program for the temporary 
  204. storage of results, buffers and other processing needs.
  205.  
  206.  
  207. Work file
  208. A temporary disk file used by a program whilst running. A scratch file.
  209.  
  210.  
  211. Workstation
  212. A VDU terminal, often of a multi-user, multitasking system or local network 
  213. where work is done.
  214.  
  215.  
  216. WORM
  217. Write Once, Read Many times. A term that refers to storage devices that can be 
  218. written to only once. Some optical storage devices that use a laser to write 
  219. data by permanently changing the specially coated surface of a disk or tape 
  220. come into this category.
  221.  
  222.  
  223. WP
  224. Word Processing.
  225.  
  226.  
  227. WPM
  228. Words Per Minute. A measurement of typing speed.
  229.  
  230.  
  231. Write
  232. To place data in a particular location of computer storage. Also, to produce 
  233. program source code.
  234.  
  235.  
  236. Write enable
  237. A signal that must be 'true' before a write operation can be performed, such 
  238. as the switch within a floppy disk drive that detects whether the write-
  239. protect tab is open.
  240.  
  241.  
  242. Write head
  243. An electromagnetic element used to record data on a magnetizable surface 
  244. medium. It is common to find the write and read heads combined into a single 
  245. unit.
  246.  
  247.  
  248. Write inhibit
  249. A term applied to a signal, flag or device that prevents writing.
  250.  
  251.  
  252. Write-protect tab
  253. A hole or notch in a floppy disk which, when present and detected by the disk 
  254. drive, prevents all write operations to it including file deletion. The hole 
  255. on a 3.5 inch floppy disk is that at the bottom left-hand corner as inserted 
  256. into the drive. Moving the tab so that the hole is closed enables the disk 
  257. drive to write to the disk.
  258.  
  259.  
  260. Write verify
  261. When data is written to a disk it is verified by the operating system, that 
  262. is, it is read back from the disk and checked against the original. As this 
  263. operation takes time, it is a common practice to turn off this check when 
  264. using disks thus speeding up their operation. Although generally safe to do 
  265. so, it is not recommended with important data and poor quality disks and 
  266. drives.
  267.  
  268.  
  269. WWW
  270. World Wide Web. A hypertext-based system used to explore the Internet and the 
  271. information and resources contained therein. With suitable software a user can 
  272. select a link which connects him to a remote system where that resource 
  273. resides. The connections and searching for information and resources are done 
  274. transparently to the user. The WWW developed from gopher type systems. See 
  275. Internet, Gopher, WAIS.
  276.  
  277.  
  278. WYSIWYG
  279. What You See Is What You Get. A term that refers to the ability of a program 
  280. (such as in DTP) to closely represent on the screen what will be printed. The 
  281. varying definitions of this principle and the differing resolutions between 
  282. that of the screen and that of the printer make true WYSIWYG impossible with 
  283. present technology, although the better systems come reasonably close.
  284.  
  285.  
  286. W
  287. 40 entries
  288. EOF
  289.