home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / misc / volume32 / acronyms / part01 < prev    next >
Encoding:
Text File  |  1992-09-19  |  57.2 KB  |  1,659 lines

  1. Newsgroups: comp.sources.misc
  2. From: de5@ORNL.GOV (Dave Sill)
  3. Subject:  v32i083:  acronyms - Acronym Database with lookup script, Part01/04
  4. Message-ID: <csm-v32i083=acronyms.183343@sparky.IMD.Sterling.COM>
  5. X-Md4-Signature: 2326208f2b983a317159b5c490684021
  6. Date: Sun, 20 Sep 1992 23:34:47 GMT
  7. Approved: kent@sparky.imd.sterling.com
  8.  
  9. Submitted-by: de5@ORNL.GOV (Dave Sill)
  10. Posting-number: Volume 32, Issue 83
  11. Archive-name: acronyms/part01
  12. Environment: Any
  13.  
  14. Once upon a time...well, it was over a year ago, anyway, I posted a
  15. public domain database of acronyms and abbreviations.  Since then,
  16. I've made many additions myself, and received submissions from a few
  17. alert readers.  I've finally gotten around to incorporating these
  18. additions, fixing typos, deleting duplicates, and generally assuring
  19. the quality of the database.
  20.  
  21. The first version contained something like 2800 entries.  The new
  22. version is almost twice the size, at 5877 entries.  I'll be posting
  23. the database in four pieces, as well as the lookup script I've
  24. written, called "whats".  
  25.  
  26. Database entries are in the format:
  27.  
  28.         ACRON<TAB>- Expansion of Acronym, "pref.us." (hint) [class]
  29.  
  30. Where:
  31.         ACRON consists entirely of uppercase letters and digits, even
  32.             if the acronym or abbreviation uses other characters
  33.             (this makes lookups easier)
  34.         uppercase letters in the expansion indicate which letters
  35.             formed the acronym (usually)
  36.         "pref.us." contains the preferred capitalization/punctuation,
  37.             if any (especially handy for abbrevs.)
  38.         (hint) provides some clue about the meaning/usage (optional)
  39.         [class] indicates something about whether the acronym refers
  40.             to a specific field, agency, company, etc. (optional)
  41.  
  42. You can use grep or search to look up acronyms, but if you're on a
  43. UNIX system the handy "whats" shell script provided is better because
  44. it understands the file format (making searches more effective) and
  45. also makes it very easy to add entries to your personal database.
  46.  
  47. Additions, corrections, and suggestions are welcome.  I'll even try to
  48. do another update in less than a year.  :-)  But, *please* don't send
  49. me the complete database with a few (or a few hundred) changes: just
  50. send me the new/modified entries.
  51.  
  52. Dave Sill (de5@ornl.gov)           For every Bill Joy there is a Kirk McKusick.
  53. Martin Marietta Energy Systems     For every Bill Gates there is a Richard
  54. Workstation Support                Stallman.                     --Paul Graham
  55. -------
  56. #! /bin/sh
  57. # This is a shell archive.  Remove anything before this line, then feed it
  58. # into a shell via "sh file" or similar.  To overwrite existing files,
  59. # type "sh file -c".
  60. # Contents:  README acron.3
  61. # Wrapped by kent@sparky on Sun Sep 20 18:12:54 1992
  62. PATH=/bin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/lbin ; export PATH
  63. echo If this archive is complete, you will see the following message:
  64. echo '          "shar: End of archive 1 (of 4)."'
  65. if test -f 'README' -a "${1}" != "-c" ; then 
  66.   echo shar: Will not clobber existing file \"'README'\"
  67. else
  68.   echo shar: Extracting \"'README'\" \(1968 characters\)
  69.   sed "s/^X//" >'README' <<'END_OF_FILE'
  70. XOnce upon a time...well, it was over a year ago, anyway, I posted a
  71. Xpublic domain database of acronyms and abbreviations.  Since then,
  72. XI've made many additions myself, and received submissions from a few
  73. Xalert readers.  I've finally gotten around to incorporating these
  74. Xadditions, fixing typos, deleting duplicates, and generally assuring
  75. Xthe quality of the database.  The first version contained something 
  76. Xlike 2800 entries.  The new version is almost twice the size, at 5877 
  77. Xentries.  
  78. X
  79. XDatabase entries are in the format:
  80. X
  81. X        ACRON<TAB>- Expansion of Acronym, "pref.us." (hint) [class]
  82. X
  83. XWhere:
  84. X        ACRON consists entirely of uppercase letters and digits, even
  85. X            if the acronym or abbreviation uses other characters
  86. X            (this makes lookups easier)
  87. X        uppercase letters in the expansion indicate which letters
  88. X            formed the acronym (usually)
  89. X        "pref.us." contains the preferred capitalization/punctuation,
  90. X            if any (especially handy for abbrevs.)
  91. X        (hint) provides some clue about the meaning/usage (optional)
  92. X        [class] indicates something about whether the acronym refers
  93. X            to a specific field, agency, company, etc. (optional)
  94. X
  95. XYou can use grep or search to look up acronyms, but if you're on a
  96. XUNIX system the handy "whats" shell script provided is better because
  97. Xit understands the file format (making searches more effective) and
  98. Xalso makes it very easy to add entries to your personal database.
  99. X
  100. XAdditions, corrections, and suggestions are welcome.  I'll even try to
  101. Xdo another update in less than a year.  :-)  But, *please* don't send
  102. Xme the complete database with a few (or a few hundred) changes: just
  103. Xsend me the new/modified entries.
  104. X
  105. X-- 
  106. XDave Sill (de5@ornl.gov)           For every Bill Joy there is a Kirk McKusick.
  107. XMartin Marietta Energy Systems     For every Bill Gates there is a Richard
  108. XWorkstation Support                Stallman.                     --Paul Graham
  109. X
  110. END_OF_FILE
  111.   if test 1968 -ne `wc -c <'README'`; then
  112.     echo shar: \"'README'\" unpacked with wrong size!
  113.   fi
  114.   # end of 'README'
  115. fi
  116. if test -f 'acron.3' -a "${1}" != "-c" ; then 
  117.   echo shar: Will not clobber existing file \"'acron.3'\"
  118. else
  119.   echo shar: Extracting \"'acron.3'\" \(50621 characters\)
  120.   sed "s/^X//" >'acron.3' <<'END_OF_FILE'
  121. XLZ    - Landing Zone
  122. XM    - Miniatures
  123. XMA    - Maintenance Administrator
  124. XMA    - Massachusetts [US state postal designation]
  125. XMAAP    - Maintenance And Administration Panel
  126. XMAC    - Mandatory Access Control
  127. XMAC    - Media Access Control
  128. XMAC    - Military Air Command
  129. XMAC    - Move, Add, Change
  130. XMAC    - Multiple Analogue Component
  131. XMACBS    - Multi-Access Cable Billing System
  132. XMACSYMA    - project MAC's SYmbolic MAnipulation System
  133. XMAD    - Mass Air Delivery
  134. XMAD    - Mutual Assured Destruction
  135. XMADD    - Mothers Against Drunk Driving
  136. XMADN    - Multiple Access Directory Numbers
  137. XMAF    - Marine Abkuerzungs Fimmel (roughly navy abbreviation spleen?)
  138. XMAG    - Magazine
  139. XMAN    - Metropolitan Area Network
  140. XMAP    - Maintenance and Administration Position
  141. XMAP    - Management Assesment Program
  142. XMAP    - Manufacturing Automation Protocol (GM's Token-Passing "Ethernet")
  143. XMAP    - Marketing Assistance Program
  144. XMAPSS    - Maintenance & Analysis Plan for Special Services
  145. XMAPTOP    - Manufacturing Automation Protocol/Technical Office Protocol, "MAP/TOP"
  146. XMAR    - Microprogram Address Register
  147. XMARBI    - MAchine Readable form of Bibliographic Information
  148. XMARC    - MAchine Readable card Catalog
  149. XMARC    - Market Analysis of Revenue and Customers system
  150. XMARS    - Multiuser Archival and Retrieval System
  151. XMAS    - MAin Store
  152. XMAS    - Mass Announcement System
  153. XMASB    - MAS Bus
  154. XMASC    - MAS Controller
  155. XMASC    - Multiple Award Schedule Contract
  156. XMASER    - Microwave Amplification by Stimulated Emission of Radiation
  157. XMASH    - Mobile Army Surgical Hospital
  158. XMASM    - MAS Memory
  159. XMAST    - Multi-Application SOnar Trainer
  160. XMATCALS    - Marine Air Traffic-Control And Landing System, "MAT-CALS"
  161. XMATFAP    - Metropolitan Area Transmission Facility Analysys Program
  162. XMAU    - Math Acceleration Unit
  163. XMAU    - Media Access Unit
  164. XMAU    - Medium Attachment Unit
  165. XMAU    - Multiple Access Unit
  166. XMAU    - Multistation Access Unit
  167. XMAXI    - Modular Architecture for the Exchange of Information (DoD)
  168. XMB    - Manned Base
  169. XMB    - MegaByte (1MB=1048576 bytes)
  170. XMBA    - Management Business Analyst
  171. XMBA    - Master Business Administration
  172. XMBO    - Management By Objectives
  173. XMBPS    - MegaBits/Bytes Per Second
  174. XMBWA    - Management By Walking Around
  175. XMC    - Management Committee
  176. XMC    - Master of Ceremonies
  177. XMC    - Material Control
  178. XMCA    - Mechanical Computer Aided Design
  179. XMCA    - Micro Channel Architecture
  180. XMCAD    - Mechanical Computer Aided Design
  181. XMCAE    - Mechanical Computer Aided Engineering
  182. XMCC    - Master Control Center
  183. XMCC    - Master Control Console
  184. XMCC    - Microelectronics & Computer Consortia (Austin based)
  185. XMCC    - Mission Control Center
  186. XMCCS    - Mechanized Calling Card Service
  187. XMCH    - Maintenance CHannel
  188. XMCHB    - Maintenance CHannel Buffer
  189. XMCI    - Media Control Interface
  190. XMCI    - Microwave Communications Incorporated
  191. XMCIAS    - Multi-Channel Intelligent/Intercept Announcement System
  192. XMCN    - Metropolitan Campus Network
  193. XMCNC    - Microelectronics Center of North Carolina
  194. XMCP    - Master Control Program
  195. XMCP    - Multiport/Multiprotocol Communication Processor
  196. XMCPAS    - Master Control Program/Advanced System, "MCP/AS"
  197. XMCPO    - Master Chief Petty Officer
  198. XMCR    - Memory ContRoller
  199. XMCS    - Material Control System
  200. XMCS    - Meeting Communications Service
  201. XMCSV    - Mars Crew Sortie Vehicle [NASA OEXP]
  202. XMCTRAP    - Mechanized Customer Trouble Report Analysis Plan
  203. XMCU    - Microprocessor Control Unit
  204. XMD    - Doctor of Medicine
  205. XMD    - Management Domain
  206. XMD    - Maryland [US state postal designation]
  207. XMD    - Medical Doctor
  208. XMD    - Months after Date
  209. XMDACS    - Modular Digital Access Control System
  210. XMDAS    - Magnetic Drum Auxiliary Sender
  211. XMDC    - Marker Distributor Control
  212. XMDC    - Meridian Digital Centrex
  213. XMDDS    - Media Documentation Distribution Set
  214. XMDE    - Modular Design Environment
  215. XMDEC    - MAINDEC maintenance on DEC diagnostic paper tapes
  216. XMDF    - Main Distribution Frame [telephony]
  217. XMDI    - Medium Dependent Interface
  218. XMDQS    - Multi-Device Queueing System
  219. XMDRE    - Mass Driver Reaction Engine [Space]
  220. XMDS    - Multi-point Distribution Service
  221. XMDT    - Mean Down Time
  222. XMDU    - Marker Decoder Unit
  223. XMDX    - Modular Digital eXchange
  224. XME    - Maine
  225. XME    - Mechanical Engineer
  226. XMEA    - Minimum Enroute Altitude (IFR)
  227. XMEC    - Mobile Equipment Console
  228. XMECO    - Main Engine CutOff
  229. XMED    - Master of EDucation, "MEd"
  230. XMELD    - Mechanized Engineering and Layout for Distributing frames
  231. XMERP    - Middle-Earth Role Playing
  232. XMERS    - Most Economic Route Selection
  233. XMET    - Mid European Time
  234. XMET    - Multibutton Electronic Telephone
  235. XMF    - Medium Frequency (300-3000KHz)
  236. XMF    - Middle French
  237. XMF    - Multi-Frequency [telephony]
  238. XMFA    - Master Fine Arts
  239. XMFB    - Monochrome Frame Buffer
  240. XMFENET    - Magnetic Fusion Energy NETwork
  241. XMFG    - Manufacturing
  242. XMFJ    - Modification of Final Judgement
  243. XMFLOPS    - Million FLoating-point OPerations per Second
  244. XMFM    - Modified Frequency Modulation
  245. XMFR    - Multi-Frequency Receivers
  246. XMFS    - Macintosh File System
  247. XMFT    - Metallic Facility Terminal
  248. XMFT    - Multiprogramming with a Fixed number of Tasks
  249. XMG    - Machine Gun
  250. XMG    - Major General
  251. XMG    - MasterGroup
  252. XMG    - Military Government
  253. XMGH    - Massachusetts General Hospital
  254. XMGM    - Metro-Goldwyn Mayer [Corporate name]
  255. XMGT    - MasterGroup Translator
  256. XMHD    - MagnetoHydroDynamics
  257. XMHL    - Microprocessor Host Loader
  258. XMHS    - Message Handling System (aka X.400)
  259. XMHz    - MegaHertZ (unit of frequency, 1,000,000 cycles per second)
  260. XMI    - Michigan
  261. XMI    - Military Intelligence
  262. XMI    - Mode Indicator
  263. XMIA    - Missing In Action
  264. XMIB    - Management Information Base
  265. XMICE    - Modular Integrated Communications Environment
  266. XMICR    - Magnetic Ink Character Recognition
  267. XMIDI    - Musical Instrument Digital Interface
  268. XMIF    - Maker Interchange Format
  269. XMIFASS    - Marine Integrated Fire And Support System
  270. XMIL    - Military
  271. XMILNET    - MILitary NETwork
  272. XMILSTD    - MILitary StandarD, "MIL-STD"
  273. XMIM    - Media Interface Module
  274. XMIM    - Morality In Media
  275. XMIMD    - Multiple Instruction, Multiple Data
  276. XMIME    - Multipurpose Internet Mail Extensions
  277. XMIN    - Mobile Identification Number
  278. XMINCE    - MINCE Is Not Complete Emacs
  279. XMINX    - Multimedia Information Network eXchange
  280. XMIP    - Mortgage Insurance Premium
  281. XMIPS    - Microprocessor without Interlocked Piped Stages
  282. XMIPS    - Million Instructions Per Second
  283. XMIPS    - Million of Instructions Per Second
  284. XMIR    - Micro-Instruction Register
  285. XMIR    - Peace, "mir" [Russian]
  286. XMIRS    - Management Information Retrival System
  287. XMIRV    - Multiple Independently-Targetable Reentry Vehicle
  288. XMIS    - Management Information System
  289. XMISCF    - MISCellaneous Frame
  290. XMIT    - Massachusetts Institute of Technology
  291. XMITI    - Ministry of International Trade and Industry
  292. XMITS    - Microcomputer Interactive Test System
  293. XMJ    - Modular Jack
  294. XMKTG    - Marketing
  295. XML    - Middle Latin
  296. XMLA    - Member of Legislative Assembly (see MPP)
  297. XMLC    - MiniLine Card
  298. XMLCD    - Multi-Line Call Detail
  299. XMLD    - Minimum Lethal Dose
  300. XMLEM    - Multi Language Environment
  301. XMLL    - Mars Logistics Lander [NASA OEXP]
  302. XMLO    - Material, Labor, Overhead - Inventoriable Cost / Full Cost
  303. XMLS    - Microwave Landing System
  304. XMLS    - MultiLevel Security
  305. XMLS    - Multiple Listing Service
  306. XMLT    - Mechanized Loop Testing
  307. XMLV    - Medium Lift Vehicle [NASA OEXP]
  308. XMM    - Maryknoll Missioners
  309. XMMC    - Minicomputer Maintenance Center
  310. XMMC    - Money Market Certificate
  311. XMMDF    - Multi-channel Memo Distribution Facility
  312. XMMES    - Martin Marietta Energy Systems
  313. XMMFS    - Manufacturing Message Format Standard
  314. XMMGT    - MultiMasterGroup Translator
  315. XMMH    - MonoMethyl Hydrazine
  316. XMMJ    - Modified Modular Jack
  317. XMMM    - see 3M
  318. XMMOC    - Minicomputer Maintenance Operations Center
  319. XMMP    - Modified Modular Plug
  320. XMMS    - Main Memory Status
  321. XMMS    - Memory Management System
  322. XMMT    - Multiple Mirror Telescope
  323. XMMU    - Manned Maneuvering Unit [Space]
  324. XMMU    - Memory Management Unit
  325. XMMW    - Multi-Mega Watt [Space]
  326. XMMX    - Mastergroup MultipleX
  327. XMN    - Minnesota
  328. XMNA    - Member of National Assembly (Quebec)
  329. XMNOS    - Metal-Nitride-Oxide Semiconductor
  330. XMNP    - Microcom Networking Protocol
  331. XMNRAS    - Monthly Notices of the Royal Astronomical Society
  332. XMO    - Magneto-Optical
  333. XMO    - Mail Order
  334. XMO    - Medical Officer
  335. XMO    - Missouri
  336. XMO    - Modus Operandi
  337. XMO    - Money Order
  338. XMOA    - Military Operations Area
  339. XMOC    - Mars Observer Camera (on Mars Observer)
  340. XMOCA    - Minimum Obstacle Clearance Altitude (IFR)
  341. XMOD    - Magneto-Optical Disk
  342. XMOD    - Mesio Occlusal Distal (dental filling)
  343. XMODEM    - MOdulator-DEModulator
  344. XMOFW    - Men Of Few Words
  345. XMOG    - Minicomputer Operations Group
  346. XMOL    - Manned Orbiting Laboratory
  347. XMOLA    - Mars Observer Laser Altimeter (on Mars Observer)
  348. XMOMV    - Manned Orbital Maneuvering Vehicle [Space]
  349. XMOP    - Maintenance Operations Protocol (DEC)
  350. XMOR    - Middle-Of-the-Road
  351. XMOS    - Metal Oxide Semiconductor
  352. XMOSFET    - Metal Oxide Semiconductor Field Effect Transistor
  353. XMOTAS    - Member of the Appropriate Sex
  354. XMOTIS    - Message-Oriented Text Interchange System
  355. XMOTOS    - Member of the Opposite Sex
  356. XMOTSS    - Member of the Same Sex
  357. XMOTV    - Manned Orbital Transfer Vehicle [Space]
  358. XMOU    - Memorandum Of Understanding
  359. XMOUSE    - Minimum Orbital Unmanned Satellite of Earth
  360. XMOV    - Metal Oxide Varistor
  361. XMP    - Manifold Pressure
  362. XMP    - Melting Point
  363. XMP    - Member of Parliament
  364. XMP    - Metal Particle
  365. XMP    - Metropolitan Police
  366. XMP    - Micro Processor
  367. XMP    - Military Police(man)
  368. XMP    - Mixed Projection
  369. XMP    - Modular Plug
  370. XMP    - MultiProcessing
  371. XMP    - MultiProcessor
  372. XMPC    - Minor Planets Circular
  373. XMPC    - Multiprocess Communications
  374. XMPCC    - Microprocessor Common Control
  375. XMPCH    - Main Parallel CHannel
  376. XMPDU    - Message Protocol Data Unit
  377. XMPE    - Mission to Planet Earth [Space]
  378. XMPG    - Miles Per Gallon
  379. XMPH    - Miles Per Hour
  380. XMPIF    - Multiprocessor Interface
  381. XMPO    - Manufacturer's Point of Origin
  382. XMPOW    - Multiple Purpose Operator Workstation
  383. XMPP    - Member of Provincial Parliament (Canada; also MLA)
  384. XMPP    - Message Posting Protocol
  385. XMPP    - Message Processing Program
  386. XMPP    - MicroProcessor Pascal
  387. XMPPD    - Multi-Purpose Peripheral Device
  388. XMPR    - Mars Pressurized Rover [Space]
  389. XMPS    - Master Production Schedule
  390. XMPS    - Megabytes Per Second
  391. XMPT    - Ministry of Posts and Telecommunications
  392. XMPT    - MultiPort Transceiver
  393. XMPU    - MicroProcessor Unit
  394. XMPV    - Mars Piloted Vehicle [NASA OEXP]
  395. XMPW    - Macintosh Programmer's Workshop
  396. XMR    - Miniatures Rules
  397. XMRD    - Marketing Requirements Document
  398. XMRF    - Maintenance Reset Function
  399. XMRFL    - Mandatory File and Record Locking
  400. XMRI    - Magnetic Resonance Imaging
  401. XMRP    - Manufacturing Requirements Planning
  402. XMRP    - Manufacturing Resource Planning
  403. XMRP    - Material Resource Planning
  404. XMRS    - Material Reject Stock
  405. XMRS    - Material Requirements Schedule
  406. XMRSR    - Mars Rover and Sample Return
  407. XMRSRM    - Mars Rover and Sample Return Mission
  408. XMRTS    - Modification Request Tracking System
  409. XMRU    - Most Recently Used
  410. XMS    - Maintenance State
  411. XMS    - ManuScript
  412. XMS    - Master of Science
  413. XMS    - Military Science
  414. XMS    - MilliSecond
  415. XMS    - Motor Ship
  416. XMS    - Multiple Sclerosis
  417. XMSB    - Most Significant Bit; Most Significant Byte
  418. XMSC    - Media Stimulated Calling
  419. XMSC    - MicroSoft C
  420. XMSCDEX    - MicroSoft CD-rom EXtensions
  421. XMSCP    - Mass Storage Control Protocol
  422. XMSD    - Most Significant Digit
  423. XMSDOS    - MicroSoft DOS, "MS-DOS", Maybe SomeDay an Operating System
  424. XMSE    - Mobile Subscriber Equipment
  425. XMSFC    - (George C.) Marshall Space Flight Center [NASA]
  426. XMSFR    - Minimum Security Functionality Requirements
  427. XMSG    - MonoSodium Glutamate
  428. XMSH    - Marvel Super Heroes
  429. XMSI    - Medium Scale Integration
  430. XMSL    - Mean Sea Level
  431. XMSL    - Motor Simulation Laboratory
  432. XMSN    - Manufacturing Sequence Number
  433. XMSN     - Manhattan Street Network, mesh architecture - wavelength-division mux
  434. XMSO    - Manufacturers Statement of Ownership
  435. XMSP    - Mass Storage Pedestal
  436. XMSPE    - Mercenaries, Spies & Private Eyes
  437. XMSR    - Multitrack Serpentine Recording
  438. XMSS    - Management Support System
  439. XMSS    - ManuScriptS
  440. XMSS    - Mass Storage Subsystem
  441. XMSS    - Mass Storage System
  442. XMSS    - Maximum Segment Size
  443. XMST    - Mountain Standard Time
  444. XMT    - Material Transfer
  445. XMT    - Metric Ton
  446. XMT    - Mountain Time
  447. XMTA    - Mail Transfer Agent
  448. XMTA    - Message Transfer Agent
  449. XMTA    - Message Transfer Architecture (AT&T)
  450. XMTA    - Metropolitan Transportation Authority
  451. XMTBF    - Mean Time Between Failures
  452. XMTBRP    - Mean-Time-Between-Parts-Replacement
  453. XMTC    - Man Tended Capability
  454. XMTD    - Month To Date
  455. XMTF    - Master Test Frame
  456. XMTF    - Modulation Transfer Function
  457. XMTI    - Multi-Terminal Interface
  458. XMTM    - Method Time Measurements
  459. XMTP    - Message Transfer Part
  460. XMTR    - Magnetic Tape Recording
  461. XMTR    - Mechanized Time Reporting
  462. XMTS    - Message Telecommunications Service
  463. XMTS    - Message Telephone Service
  464. XMTS    - Mobile Telephone Service
  465. XMTSO    - Mobile Telephone Switching Office [telephony]
  466. XMTTF    - Mean Time To Failure
  467. XMTTFF    - Mean Time To First Failure
  468. XMTTR    - Mean Time To Repair
  469. XMTTR    - Mean Time Trouble Repair
  470. XMTU    - Maintenance Termination Unit
  471. XMTU    - Maximum Transer Unit
  472. XMTU    - Maximum Transmission Unit
  473. XMTU    - Media Tech Unit
  474. XMTV    - Music TeleVision
  475. XMTX    - Mobile Telephone eXchange
  476. XMU    - Message Unit
  477. XMUA    - Mail User Agent
  478. XMUF    - Maximum Usable Frequency (max freq during sunspot activity)
  479. XMULDEM    - MULtiplexer-DEMultiplexer
  480. XMULTICS    - MULTiplexed Information and Computing Service
  481. XMUMPS    - Massachusetts general hospital Utility MultiProgramming System
  482. XMUNG    - Mung Until No Good (see the hacker's dictionary)
  483. XMUX    - MUltipleXor
  484. XMV    - MicroVAX
  485. XMVA    - Market Value Adjustment
  486. XMVA    - MegaVolt Ampere
  487. XMVP    - Multiline Variety Package
  488. XMVS    - Multiple Virtual Storage
  489. XMVSSP    - Multiple Virtual Storage / System Product, "MVS/SP"
  490. XMVSXA    - Multiple Virtual Storage / Extended Architecture, "MVS/XA"
  491. XMVY    - Martha's Vineyard MA
  492. XMW    - MicroWave, "M/W"
  493. XMW    - MultiWink
  494. XMWM    - Motif Window Manager
  495. XMX    - Mail eXchange
  496. XMX    - Missile eXperimental
  497. XMXU    - MultipleXer Unit
  498. XMeV    - Million Electron Volts
  499. XN    - North
  500. XN    - Notice
  501. XNA    - Narcotics Anonymous
  502. XNA    - Next Address
  503. XNA    - North America
  504. XNA    - Not Applicable
  505. XNAACP    - National Association for the Advancement of Colored People
  506. XNAAS    - North American Automated Systems co.
  507. XNAB    - National Association of Broadcasters
  508. XNABISCO    - NAtional BIScuit COmpany [Corporate name]
  509. XNAC    - Network Administration Center
  510. XNACA    - National Advisory Committee on Aeronautics (became NASA)
  511. XNACS    - National Advisory Committee on Semiconductors
  512. XNAD    - Network Access Device
  513. XNADGE    - NATO Air Defense Ground Environment
  514. XNAG    - Network Architecture Group
  515. XNAG    - Numerical Algorithms Group
  516. XNAGE    - National Association of Government Employees
  517. XNAK    - Negative AcKnowledgement
  518. XNAM    - Name and Address Module [telephony, cellular phone changeable ROM]
  519. XNAM    - National Account Manager [telephony, AT&T specific?]
  520. XNAM    - Number Assignment Module [telephony, cellular phone changeable ROM]
  521. XNAMM    - North American Music Merchants
  522. XNAND    - Inverted And Gate, Not And
  523. XNAND    - Not-AND gate
  524. XNANP    - North American Numbering Plan
  525. XNAPAP    - National Acid Precipitation Assessment Program
  526. XNAPLPS    - North American Presentation Layer Protocol Suite
  527. XNAR    - National Association of Realtors
  528. XNAR    - Nuclear Acoustic Resonance
  529. XNARDAC    - NAvy Regional Data Automation Center
  530. XNAS    - National Academy of Sciences
  531. XNAS    - National Advanced Systems
  532. XNAS    - National Aircraft (Aerospace) Standards
  533. XNAS    - National Audubon Society
  534. XNAS    - Network Application Support
  535. XNAS    - Numerical Aerodynamic Simulation
  536. XNAS    - Numerical and Atmospheric Sciences network
  537. XNASA    - National Aeronautics and Space Administration
  538. XNASAGSFC    - National Aeronautics and Space Administration Goddard Space Flight Center, "NASA/GSFC"
  539. XNASCAR    - National Association of Stock Car Auto Racing
  540. XNASDA    - National Space Development Agency [Japan]
  541. XNASDAQ    - National Association of Security Dealers Automated Quotations
  542. XNASM    - National Air and Space Museum
  543. XNASP    - National AeroSpace Plane
  544. XNATO    - North Atlantic Treaty Organization
  545. XNAU    - Network Addressable Unit
  546. XNAVDAC    - NAVal Data Automation Command
  547. XNAVSWC    - NAV Surface Warfare/Weapons Center
  548. XNB    - New Brunswick
  549. XNB    - Nota Bene
  550. XNBA    - National Basketball Association
  551. XNBC    - National Broadcasting Company
  552. XNBFM    - NarrowBand Frequency Modulation
  553. XNBO    - Network Build Out
  554. XNBO    - Network Business Opportunity
  555. XNBP    - Name Binding Protocol
  556. XNBS    - National Bureau of Standards (renamed NIST) [U.S. Government]
  557. XNBVM    - Narrow Band Voice Modulation
  558. XNC    - Network Control
  559. XNC    - No Charge
  560. XNC    - No Connection
  561. XNC    - North Carolina
  562. XNCA    - Network Control Analysis
  563. XNCAR    - National Center for Atmospheric Research
  564. XNCC    - National Computer Conference
  565. XNCC    - Network Control Center
  566. XNCCF    - Network Communications Control Facility
  567. XNCD    - Network Computing Devices
  568. XNCDC    - National Climatic Data Center
  569. XNCE    - New Catholic Edition
  570. XNCGA    - National Computer Graphics Association
  571. XNCIC    - National Cartographic Information Center
  572. XNCIC    - National Crime Information Center
  573. XNCMOS    - N-Channel (Silicon Gate Reversed) CMOS
  574. XNCO    - Non-Commissioned Officer
  575. XNCP    - Network Control Program/Protocol/Point
  576. XNCR    - National Cash Register [Corporate name]
  577. XNCS    - National Computer/Communications Systems
  578. XNCS    - Network Computing System
  579. XNCSA    - National Center for Supercomputing Applications
  580. XNCSC    - National Computer Security Center
  581. XNCSL    - National Computer Systems Laboratory (NIST)
  582. XNCTE    - Network Channel-Terminating Equipment
  583. XNCTL    - National Computer and Telecommunications Laboratory
  584. XNCV    - No Commercial Value
  585. XND    - Network Disk (Sun)
  586. XND    - No Date
  587. XND    - North Dakota
  588. XNDA    - Non-Disclosure Agreement
  589. XNDB    - Non-Directional Beacon
  590. XNDCC    - Network Data Collection Center
  591. XNDDL    - Neutral Data Definition Language
  592. XNDE    - NeWS Development Environment
  593. XNDEA    - National Defense Education Act
  594. XNDI    - Network Design & Installation (Sun Service), "ND&I"
  595. XNDIS    - Network Driver Interface Specification
  596. XNDL    - Logical Network Disk
  597. XNDL    - Network Database Language
  598. XNDP    - New Democratic Party (Canada)
  599. XNDSL    - National Direct Student Loan
  600. XNDT    - Newfoundland Daylight Time
  601. XNDV    - NASP Derived Vehicle
  602. XNE    - New England
  603. XNE    - Non Exempt
  604. XNE    - North East
  605. XNEAR    - National Electronic Accounting and Reporting system
  606. XNEARNET    - New England Academic and Research network, "NEARnet"
  607. XNEB    - New English Bible
  608. XNEBS    - New Equipment-Building System
  609. XNEC    - National Electric Code
  610. XNEC    - National Electric Conference
  611. XNEC    - Nippon Electric Company [Corporate name]
  612. XNEFS    - Network extensible File System, "NeFS"
  613. XNEI    - Not Elsewhere Included
  614. XNEMA    - National Electrical Manufacturers Association
  615. XNEMP    - Nuclear ElectroMagnetic Pulse
  616. XNES    - National Energy Strategy
  617. XNES    - Not Elsewhere Specified
  618. XNESAC    - National Electronic Switching Assistance Center
  619. XNESC    - National Energy Software Center
  620. XNET    - NETwork
  621. XNET    - National Educational Television
  622. XNET    - New England Telephone
  623. XNETBIOS    - NETwork Basic Input Output System
  624. XNETBLT    - NETwork Block Transfer
  625. XNETCDF    - NETwork Common Data Format
  626. XNEWS    - Network extensible Window System
  627. XNEWS    - Networked extensible Windowing System, "NeWS"
  628. XNEWT    - NeWS Terminal, "NeWT"
  629. XNEXRAD    - NEXt generation weather RADar
  630. XNEXT    - Near-End cross-Talk
  631. XNF    - No Funds
  632. XNFC    - National Football Conference
  633. XNFFE    - National Federation of Federal Employees
  634. XNFL    - National Football League
  635. XNFPA    - National Fire Protection Association
  636. XNFR    - Not a Functional Requirement
  637. XNFS    - Network File System
  638. XNFT    - Network File Transfer
  639. XNG    - National Guard
  640. XNG    - No Good
  641. XNGC    - New General Catalog
  642. XNH    - New Hampshire
  643. XNHI    - National Health Insurance
  644. XNHL    - National Hockey League (the nation is Canada)
  645. XNHLBI    - National Heart, Lung, and Blood Institute (Bethesda, MD)
  646. XNHR    - Non Hierarchial Routing
  647. XNI    - Network Interface
  648. XNIC    - Network Information Center (ARPAnet)
  649. XNIC    - Network Interface Card
  650. XNICE    - Network Information and Control Exchange (DECNET)
  651. XNICMOS    - Near Infrared Camera / Multi Object Spectrometer (HST upgrade)
  652. XNIFTP    - (a file transfer network in the UK)
  653. XNIH    - National Institutes of Health
  654. XNIH    - Not Invented Here
  655. XNIM    - Nuclear Instrumentation Module (an electronic instr. standard)
  656. XNIMBY    - Not In My Back Yard
  657. XNIMH    - National Institute of Mental Health (Rockville, MD)
  658. XNIMS    - Near-Infrared Mapping Spectrometer (on Galileo)
  659. XNIR    - Near InfraRed
  660. XNIR    - Network Information Registry
  661. XNIS    - Network Information Service (nee YP)
  662. XNISC    - Network Information and Support Center (NYSERNet)
  663. XNISDN  - narrowband integrated-services digital network, "N_ISDN"
  664. XNISO    - National Information Standards Organization
  665. XNIST    - National Institute of Standards and Technology (formerly NBS)
  666. XNIU    - Network Interface Unit
  667. XNJ    - New Jersey
  668. XNKS    - Network Knowledge Server
  669. XNL    - National League (baseball)
  670. XNLDP    - National Launch Development Program
  671. XNLM    - National Library of Medicine
  672. XNLP    - Natural Language Processing
  673. XNLRB    - National Labor Relations Board
  674. XNLS    - Native Language Support
  675. XNLS    - Network License Server
  676. XNM    - Nautical Mile
  677. XNM    - Network Module
  678. XNM    - New Mexico
  679. XNM    - Night Message
  680. XNM    - No Mark; Not Marked
  681. XNMC    - Network Management Center
  682. XNMI    - New Model Introduction
  683. XNMI    - Non Maskable Interrupt
  684. XNMOS    - N channel Metal Oxide Semiconductor (N-MOS) (see MOS)
  685. XNMR    - Nuclear Magnetic Resonance
  686. XNMS    - Network Management Station
  687. XNNE    - North North East
  688. XNNTP    - Net News Transfer Protocol
  689. XNNTP    - Network News Transfer Protocol
  690. XNNW    - North North West
  691. XNNX    - Network Numbering eXchange
  692. XNOAA    - National Oceanic and Atmospheric Administration
  693. XNOAO    - National Optical Astronomy Observatories
  694. XNOC    - Network Operations Center
  695. XNOCS    - Network Operations Center System
  696. XNOP    - No OPeration
  697. XNORAD    - NORth American Defense command
  698. XNORDO    - No-radio
  699. XNORGEN    - Network Operations Report GENerator
  700. XNORML    - National Organization for the Reform of Marijuana Laws
  701. XNOS    - Network Operating System
  702. XNOS    - Not Otherwise Specified
  703. XNOSC    - Naval Ocean Systems Center
  704. XNOTIS    - Network Operator Trouble Information System
  705. XNP    - No Protest
  706. XNP    - Nondeterministic-Polynomial
  707. XNP    - Notary Public
  708. XNP    - Noun Phrase
  709. XNPA    - No Power Alarm
  710. XNPA    - Numbering Plan Area, or area code [Telephony]
  711. XNPC    - Non-Player Character (see PC)
  712. XNPG    - New Product Group
  713. XNPI    - New Product Introduction
  714. XNPL    - National Physical Laboratory (UK)
  715. XNPL    - Non-Procedural Language
  716. XNPN    - Negative-Positive-Negative (transistor)
  717. XNPN    - NonProtein Nitrogen
  718. XNPP    - Net Primary Productivity
  719. XNPR    - National Public Radio
  720. XNPRM    - Notice of Proposed Rulemaking
  721. XNPSI    - Network Protocol Service Interface
  722. XNPV    - Net Present Value
  723. XNQ    - No Quote
  724. XNQS    - Network Queuing System
  725. XNRA    - National Rifle Association
  726. XNRAO    - National Radio Astronomy Observatory
  727. XNRC    - National Research Council
  728. XNRC    - Nuclear Regulatory Commission
  729. XNRDC    - Natural Resource Defense Council
  730. XNRE    - Non-Recurring Engineering
  731. XNREN    - National Research and Education Network
  732. XNRL    - Naval Research Labs
  733. XNRM    - Normal Response Mode
  734. XNRO    - National Reconnaissance Office
  735. XNROFF    - New ROFF
  736. XNRZ    - Non-Return to Zero
  737. XNRZI    - Non-Return to Zero Inverted (magnetic tape, 800 bpi)
  738. XNS    - Name Server
  739. XNS    - Network Services
  740. XNS    - Neutron Star
  741. XNS    - Not Specified
  742. XNS    - Nova Scotia
  743. XNS    - Nuclear Ship
  744. XNSA    - National Security Agency [U.S. Government]
  745. XNSAP    - Network Service Access Point
  746. XNSC    - National Security Council [U.S. Government]
  747. XNSC    - Network Service Center
  748. XNSCS    - Network Service Center System
  749. XNSDSSO    - NASA Science Data Systems Standards Office
  750. XNSE    - Network Software Environment
  751. XNSEC    - Network Switching Engineering Center
  752. XNSEL    - Network Service Selector
  753. XNSEM    - Network Software Environment
  754. XNSF    - National Science Foundation [U.S. Government]
  755. XNSFNET    - National Science Foundation NETwork
  756. XNSO    - National Solar Observatory
  757. XNSP    - Network Services Protocol (DECNET)
  758. XNSPMP    - Network Switching Performance Measurement Plan
  759. XNSSDC    - National Space Science Data Center
  760. XNST    - Newfoundland Standard Time
  761. XNSTS    - National Space Transportation System [Space]
  762. XNSU    - Networking Support Utilities
  763. XNSUG    - Nihon Sun User's Group
  764. XNSW    - New South Wales (Australia)
  765. XNSWC    - Naval Surface Warfare/Weapons (obsolete) Center
  766. XNT    - Network Termination
  767. XNT    - New Testament
  768. XNT    - Newfoundland Time
  769. XNT    - Northern Telecom
  770. XNT    - Northern Territory
  771. XNTEC    - Network Technical Equipment Center
  772. XNTEU    - National Treasury Employees Union
  773. XNTF    - No Trouble Found
  774. XNTIA    - National Telecommunications and Information Agency
  775. XNTIS    - National Technical Information Service
  776. XNTN    - Neutralized Twisted Nematic
  777. XNTO    - Network Terminal Option
  778. XNTP    - Network Time Protocol
  779. XNTP    - Normal Temperature and Pressure (see STP)
  780. XNTR    - Nuclear Thermal Rocket(ry)
  781. XNTS    - Network Technical Support
  782. XNTS    - Network Test System
  783. XNTSB    - National Transportation Safety Board [U.S. Government]
  784. XNTSC    - National Television Standards Committee; Never The Same Color
  785. XNTT    - New Technology Telescope
  786. XNTT    - Nippon Telephone & Telegraph
  787. XNU    - Name Unknown
  788. XNUA    - Network User Address
  789. XNUI    - Network User Identification
  790. XNURBS    - NonUniform Rational B-Spline
  791. XNUSC    - Naval Underwater Systems Command
  792. XNV    - Nevada
  793. XNVH    - Noise, Vibration, Harshness
  794. XNVLAP    - National Validation Laboratory Program
  795. XNVRAM    - NonVolatile Random Access Memory
  796. XNW    - North West
  797. XNWA    - Northwest Airline
  798. XNWS    - National Weather Service
  799. XNWT    - North West Territories (Australia)
  800. XNXX    - NANP syntax for a three-digit string, {[2-9],[0-9],[0-9]} [Telephony]
  801. XNY    - New York
  802. XNYC    - New York City
  803. XNYNEX    - New York, New England and the unknown (X)
  804. XNYSE    - New York Stock Exchange
  805. XNYSERNET    - New York State Educational and Research Network, "NYSERNet"
  806. XNZ    - New Zealand
  807. XNZUSUGI    - New Zealand Unix System User Group, Inc.
  808. XO2    - Oxygen
  809. XOA    - Office Automation
  810. XOA    - Order Administration
  811. XOA    - Overeaters Anonymous
  812. XOACIS    - Oregon Advanced Computing InStitute
  813. XOAK    - Oakland CA
  814. XOAO    - Orbiting Astronomical Observatory
  815. XOAS    - Organization of American States
  816. XOASYS    - Office Automation SYStem
  817. XOAT    - Outside Air Temperature
  818. XOATS    - Office Automation Technology and Services
  819. XOB    - Obligatory
  820. XOBD    - Online Bugs Database (Sun)
  821. XOBE    - Order of the British Empire
  822. XOBO    - Or Best Offer
  823. XOBS    - Omni Bearing Selector
  824. XOBS    - Omnibearing Selector
  825. XOC    - Operator Centralization
  826. XOC    - Order of Canada
  827. XOCATE    - Oregon Center for Advanced Technology Education
  828. XOCC    - Office Communications Cabinet
  829. XOCC    - Other Common Carrier
  830. XOCDM    - Office of Civil Defense and Mobilization
  831. XOCE    - Other Common carrier channel Equipment
  832. XOCI    - Out of City Indicator
  833. XOCLC    - Online Computer Library Center (Ohio College Library Catalog)
  834. XOCLI    - Optical Coating Labs Inc.
  835. XOCO    - Object Code Only
  836. XOCR    - Optical Character Reader
  837. XOCR    - Optical Character Recognition
  838. XOCS    - Officer Candidate School
  839. XOCST    - Office of Commercial Space Transportation
  840. XOCU    - Office Channel Unit
  841. XOD    - Doctor of Optometry
  842. XOD    - Oculus Dexter (right eye)
  843. XOD    - Officer of the Day
  844. XOD    - Outer Diameter
  845. XOD    - OverDose
  846. XODA    - Office Document Architecture
  847. XODAC    - Operations Distribution Administration Center
  848. XODD    - Operator Distance Dialing
  849. XODDD    - Operator Direct Distance Dialing
  850. XODI    - Optical Digital Image
  851. XODIF    - Ofice Document Interchange Format
  852. XODISS    - Optical Digital Image Storage System
  853. XODS    - Overhead Data Stream
  854. XOE    - Old English
  855. XOE    - Order Entry
  856. XOECD    - Organization for Economic Cooperation and Development
  857. XOED    - Oxford English Dictionary
  858. XOEM    - Original Equipment Manufacturer
  859. XOEO    - Office of Economic Opportunity
  860. XOES    - Order of the Eastern Star
  861. XOEXP    - Office of Exploration [NASA]
  862. XOF    - Old French
  863. XOFM    - Order of Friars Minor
  864. XOFNPS    - Outstate Facility Network Planning System
  865. XOFS    - Order of Free State
  866. XOG    - Original Gum
  867. XOGI    - Oregon Graduate Institute
  868. XOGICSE    - Oregon Graduate Institute Computer Science and Engineering
  869. XOGT    - OutGoing Trunk
  870. XOH    - Ohio
  871. XOH    - OverHead
  872. XOHP    - OverHead Projector
  873. XOIRA    - Office of Information and Regulatory Affairs
  874. XOIU    - Office Interface Unit
  875. XOIW    - Workshop for Implementors of OSI
  876. XOJT    - On-the-Job Training
  877. XOLIT    - Open Look Interface Toolkit
  878. XOLTM    - Optical Line Terminating Multiplexer, "O-LTM"
  879. XOLTP    - OnLine Transaction Processing
  880. XOLWM    - OpenLook Window Manager
  881. XOM    - Office Management
  882. XOMB    - Office of Management and Budget
  883. XOMD    - Orchestral Manouevers in the Dark
  884. XOME    - Oregon Microcomputer Engineering (Intel)
  885. XOMM    - Output Message Manual
  886. XOMPF    - Operation and Maintenance Processor Frame
  887. XOMS    - Orbital Maneuvering System
  888. XOMV    - Orbital Maneuvering Vehicle [Space]
  889. XON    - Old Norse
  890. XONA    - Open Network Architecture
  891. XONAC    - Operations Network Administration Center
  892. XONAL    - Off Network Access Line
  893. XONC    - Open Network Computing
  894. XONI    - Office of Naval Intelligence
  895. XONI    - Operator Number Identification [telephony]
  896. XONR    - Office of Naval Research
  897. XOO    - Object Oriented
  898. XOOB    - Out Of Band
  899. XOODB    - Object Oriented Data Base
  900. XOOP    - Object-Oriented Programming
  901. XOOPART    - Out Of Place ARTifact
  902. XOOPL    - Object-Oriented Programming Language
  903. XOOPS    - Object Oriented Program Support
  904. XOOPS    - Object-Oriented Programming System
  905. XOOPSTAD    - Object Oriented Programming for Smalltalk Application Developers Association
  906. XOOSH    - Object-Oriented SHell
  907. XOOT    - Object-Oriented Technology
  908. XOP    - OFFICEPOWER office automation system, trademark of CCI
  909. XOP    - Observation Post
  910. XOP    - OfficePower office automation system, trademark of CCI
  911. XOP    - Order of Preachers
  912. XOP    - Out of Print
  913. XOP    - Outside Plant
  914. XOPC    - Originating Point Codes
  915. XOPDU    - Operation Protocol Data Units
  916. XOPEC    - Organization of Petroleum Exporting Countries
  917. XOPEOS    - Outside Plant planning, Engineering & construction Operations Sys
  918. XOPF    - Orbiter Processing Facility
  919. XOPM    - Office of Personnel Management
  920. XOPM    - Outside Plant Module
  921. XOPS    - Off-Premises Station
  922. XOPSM    - Outside Plant Subscriber Module
  923. XOPX    - Off-Premises eXtension
  924. XOR    - Operating Room
  925. XOR    - Operation Research
  926. XOR    - Oregon
  927. XOR    - Originating Register
  928. XOR    - Owner's Risk, Own Risk
  929. XORB    - Office Repeater Bay
  930. XORDLIX    - Organized Design for Line and Crew System
  931. XORFEUS    - Orbiting and Retrievable Far and Extreme Ultraviolet Spectrometer
  932. XORM    - Optical Remote Module
  933. XORNAME    - Originator / Recipient Name, "ORname"
  934. XORNL    - Oak Ridge National Laboratory
  935. XOROM    - Optical Read Only Memory
  936. XORT    - Ongoing Reliability Test
  937. XOS    - Oculus Sinister (left eye)
  938. XOS    - Operating System
  939. XOS    - Operator Service
  940. XOS    - Ordinary Seaman
  941. XOS    - Out of Stock
  942. XOS    - OutState
  943. XOS2    - Operating System/2, "OS/2"
  944. XOSAC    - Operator Services Assistance Center
  945. XOSB    - Order of St. Benedict
  946. XOSC    - OSCillator
  947. XOSC    - Operator Services Center
  948. XOSC    - Orbital Sciences Corporation [Space]
  949. XOSCAR    - Orbiting Satellite Carrying Amateur Radio
  950. XOSCRL    - Operating System Command Response Language
  951. XOSD    - Office of the Secretary of Defense
  952. XOSDIT    - Office of Software Development and Information Technology
  953. XOSDS    - Operating System for Distributed Switching
  954. XOSF    - Open Software Foundation (Oppose Sun Forever)
  955. XOSF    - Order of St. Francis
  956. XOSHA    - Occupational Safety and Health Act
  957. XOSI    - Open Systems Interconnection
  958. XOSINET    - Open Systems Interconnection Network
  959. XOSIRM    - Open Systems Interconnection/Reference Model, "OSI/RM"
  960. XOSME    - Open Systems Message Exchange
  961. XOSN    - Office Systems Node
  962. XOSN    - Open Systems Network
  963. XOSO    - Originating Signaling Office
  964. XOSP    - Optical Storage Processor
  965. XOSP    - OutSide Plant
  966. XOSPF    - Open Shortest Path First
  967. XOSPS    - Operator Service Position System
  968. XOSS    - Office Support System
  969. XOSS    - Office of Strategic Services (later CIA)
  970. XOSS    - Operation Support System [telephony, AT&T?]
  971. XOSS    - Operator Service System
  972. XOSSA    - Office of Space Science and Applications
  973. XOSSE    - Oriented Scintillation Spectrometer Experiment (on GRO)
  974. XOSTP    - Office of Science and Technology Policy [White House]
  975. XOT    - Old Testament
  976. XOT    - OverTime
  977. XOTA    - Office of Technology Assessment [U.S. government]
  978. XOTA    - Optical Telescope Assembly (on HST)
  979. XOTB    - Off-Track Betting
  980. XOTBS    - One True Bracketing Style
  981. XOTC    - Output Technology Corporation
  982. XOTC    - Over The Counter (stocks)
  983. XOTDR    - Optical TDR
  984. XOTEC    - Ocean Thermal Energy Conversion
  985. XOTF    - Open Token Foundation
  986. XOTHB    - Over The Horizon - Backscatter (as in radar), "OTH-B"
  987. XOTL    - Out To Lunch
  988. XOTLF    - Open Taxi & Limousine Foundation, "OT&LF"
  989. XOTM    - On Time Marker
  990. XOTOH    - On The Other Hand
  991. XOTR    - On The Rag
  992. XOTS    - Off The Shelf
  993. XOTS    - Office of Thrift Supervision
  994. XOTS    - Officers' Training School
  995. XOTV    - Orbital Transfer Vehicle [Space]
  996. XOUTWATS    - OUTward Wide Area Telephone Service [telephony]
  997. XOV    - Orbiter Vehicle [Space]
  998. XOW    - Over-Write
  999. XOWHN    - One-Word Host Name
  1000. XP    - (Chem.) para-, "p-"
  1001. XP    - (UK) pence, pennies, penny, "p"
  1002. XP    - page, "p."
  1003. XP    - per (as in m.p.h.), "p."
  1004. XP    - peta- (SI prefix)
  1005. XP    - phosphorus, "P"
  1006. XP    - pico- (SI prefix), "p"
  1007. XP2    - Interpersonal Messaging Protocol (for heading and body)
  1008. XP3    - Protocol used by UA Entities and MTA Entities
  1009. XP4    - The video interface bus on the 3/80
  1010. XPA    - Pennsylvania
  1011. XPA    - Per Annum
  1012. XPA    - Play Aid
  1013. XPA    - Power Alarm
  1014. XPA    - Power of Attorney
  1015. XPA    - Precision Architecture (HP)
  1016. XPA    - Press Agent
  1017. XPA    - Private Account
  1018. XPA    - Process Alert
  1019. XPA    - Program Address
  1020. XPA    - Public Address
  1021. XPA    - Purchasing Agent
  1022. XPA    - protactinium, "Pa"
  1023. XPABX    - Private Automatic Branch eXchange [telephony]
  1024. XPACE    - Program for Arrangement of Cables and Equipment
  1025. XPACT    - Prefix Access Code Translator
  1026. XPACX    - Private Automatic Computer eXchange
  1027. XPAD    - Packet Assembler-Disassembler (for networking)
  1028. XPAD    - Public Access Device (networking)
  1029. XPAK    - Product Authorization Key
  1030. XPAL    - Personal Answer Line (Sun group)
  1031. XPAL    - Phase Alternation Line-rate
  1032. XPAL    - Programmable Array Logic
  1033. XPAM    - Payload Assist Module [Space]
  1034. XPAM    - Pulse Amplification Modulation
  1035. XPAM    - Pulse-Amplitude Modulation
  1036. XPAMD    - Payload Assist Module, Delta-class, "PAM-D"
  1037. XPAN    - Personal Account Number
  1038. XPANS    - Pretty Advanced New Stuff
  1039. XPAO    - Palo Alto CA
  1040. XPAP    - Printer Access Protocol
  1041. XPAR    - Peak-to-Average Ratio, "P/AR"
  1042. XPAR    - Precision Approach Radar
  1043. XPAR    - Project Authorization Request
  1044. XPARC    - Palo Alto Research Center, xerox
  1045. XPAS    - Public Announcement Service
  1046. XPAT    - Power Alarm Test
  1047. XPAT    - Profit After Tax
  1048. XPATROL    - Program for Administrative Traffic Reports On Line
  1049. XPAX    - Private Automatic eXchange
  1050. XPBC    - Peripheral Bus Computer
  1051. XPBC    - Processor Bus Controller
  1052. XPBD    - Pacific Bell Directory
  1053. XPBM    - Play By Mail game
  1054. XPBS    - Public Broadcasting System
  1055. XPBT    - Profit Before TAX
  1056. XPBX    - Private Branch eXchange [telephony]
  1057. XPC    - Peace Corps
  1058. XPC    - PerCent; PerCentage
  1059. XPC    - Personal Computer
  1060. XPC    - Piece of Crap
  1061. XPC    - Player Character (see NPC)
  1062. XPC    - Politically Correct
  1063. XPC    - Post Card
  1064. XPC    - Post Cibum (after meals)
  1065. XPC    - Primary Center
  1066. XPC    - Printed Circuit
  1067. XPC    - Privileged Character
  1068. XPC    - Privy Council
  1069. XPC    - Production Control
  1070. XPC    - Program Counter
  1071. XPC    - Progressive Conservative party (Canada)
  1072. XPCA    - Positive Controlled Airspace (above 18,000')
  1073. XPCA    - Printed-Circuit Assembly
  1074. XPCAT    - Personal Computer/Advanced Technology, "PC/AT"
  1075. XPCB    - PolyChlorinated Biphenyls
  1076. XPCB    - Printed Circuit Board
  1077. XPCB    - Process Control Block
  1078. XPCB    - Protocol Control Block (TCP)
  1079. XPCC    - Portable C Compiler
  1080. XPCDA    - Program Controlled Data Acquisition
  1081. XPCDOS    - Personal Computer DOS, "PC-DOS"
  1082. XPCF    - Portable Compiled Font
  1083. XPCH    - Parallel CHannel
  1084. XPCI    - Panel Call Indicator
  1085. XPCI    - Protocol Control Information
  1086. XPCIE    - President's Council on Integrity and Efficiency
  1087. XPCL    - Printer Command Language
  1088. XPCL    - Programmable Command Language
  1089. XPCM    - Plug-Compatible Mainframe
  1090. XPCM    - Pulse-Code Modulation
  1091. XPCN     - Personal Communication Network
  1092. XPCNFS    - Personal Computer Network File System
  1093. XPCO    - Peg Count and Overflow
  1094. XPCO    - Process Change Order
  1095. XPCPC    - Personal Computers Peripheral Corporation
  1096. XPCS    - Patchable Control Store
  1097. XPCS    - Permanent Change of Station
  1098. XPCSA    - Personal Computer Systems Architecture
  1099. XPCTE    - Portable Common Tools Environment
  1100. XPCTS    - Posix Conformance Test Suite
  1101. XPCTV    - Program Controlled TransVerters
  1102. XPD    - Per Diem
  1103. XPD    - Peripheral Decoder
  1104. XPD    - Police Department
  1105. XPD    - Potential Difference
  1106. XPD    - Public Domain
  1107. XPDAD    - Proposed Draft ADdendum
  1108. XPDE    - Partial Differential Equation
  1109. XPDES    - Product Data Exchange Specifications
  1110. XPDF    - Power Distribution Frame
  1111. XPDF    - Program Development Facility
  1112. XPDI    - Power and Data Interface
  1113. XPDL    - Page Description Language
  1114. XPDL    - Page/Program Description/Design Language
  1115. XPDL    - Program Design Language
  1116. XPDN    - Public Data Network
  1117. XPDP    - Plasma Display Panel
  1118. XPDP    - Programmed Data Processor [DEC]
  1119. XPDQ    - Pretty Damned Quick
  1120. XPDS    - Portable Display Shell
  1121. XPDS    - Premises Distribution System (AT&T)
  1122. XPDS    - Public Domain Software
  1123. XPDSP    - Peripheral Data Storage Processor
  1124. XPDT    - Pacific Daylight Time
  1125. XPDU    - Product Development Unit
  1126. XPDU    - Protocol Data Unit
  1127. XPE    - Peripheral Equipment
  1128. XPE    - Phase Encoded (1600 bpi)
  1129. XPE    - Physical Education
  1130. XPE    - PolyEthylene
  1131. XPE    - Prince Edward island
  1132. XPE    - Printer's Error
  1133. XPE    - Professional Engineer
  1134. XPE    - Protestant Episcopal
  1135. XPECC    - Product Engineering Control Center
  1136. XPEI    - Prince Edward Island
  1137. XPEM    - Privacy Enhanced Mail
  1138. XPEP    - Packetized Ensemble Protocol
  1139. XPEP    - Productivity Enhancement Project
  1140. XPEPE    - Pepe Est Presque Emacs
  1141. XPERFECT    - PERFormance Evaluation for Cost-Effective Transformations
  1142. XPERL    - Pathologically Eclectic Rubbish Lister
  1143. XPERL    - Practical Extraction and Report Language
  1144. XPERT    - Program Evalution and Review Technique
  1145. XPETA    - People for the Ethical Treatment of Animals
  1146. XPEX    - Phigs/phigs+ Extension to X
  1147. XPEXSI    - PEX Sample Implementation (gfx), "PEX-SI"
  1148. XPF    - Programmed Function
  1149. XPFB    - Printer Font Binary
  1150. XPFPU    - Processor Frame Power Unit
  1151. XPG    - Perge Notice
  1152. XPGA    - Pin Grid Array
  1153. XPGA    - Professional Graphics Adapter
  1154. XPGA    - Pure Grain Alcohol
  1155. XPH    - Parity High bit
  1156. XPH    - Potential of Hydrogen, "pH"
  1157. XPH    - Process Hold
  1158. XPHA    - Pulse Height Analyzer/Analysis
  1159. XPHIGS    - Programmer's Hierarchical Interactive Graphics System
  1160. XPHOTOCD    - PHOTOgraphic Compact Disk
  1161. XPHS    - Public Health Service
  1162. XPHYSREV    - Physical Review Journal, "PhysRev"
  1163. XPI    - Principal Investigator
  1164. XPI    - Protocol Interpreter
  1165. XPIA    - Plug-In Administrator
  1166. XPIC    - Pilot In Command
  1167. XPIC    - Plastic-Insulated Cable
  1168. XPIC    - Primary Independent Carrier
  1169. XPICS    - Plug-in Inventory Control System (PICS/DCPR)
  1170. XPID    - Process IDentifier
  1171. XPID    - Protocol IDentifier
  1172. XPIF    - Paid In Full
  1173. XPIMS    - Profit Impact of Marketing Strategy
  1174. XPIN    - Personal Identification Number
  1175. XPINE    - Pine Is Not Elm
  1176. XPING    - Packet INternet Groper
  1177. XPING    - Packet InterNet Grouper
  1178. XPIP    - Packet Interface Port
  1179. XPIP    - Periphal Interchange Program
  1180. XPIT    - Principal, Interest, and Taxes
  1181. XPITI    - Principal, Interest, Taxes, Insurance
  1182. XPIXEL    - PIcture ELement
  1183. XPL    - Parity Low bit
  1184. XPL1    - Programming Language One, "PL/1"
  1185. XPLA    - Programmable Logic Array
  1186. XPLAN    - Public Lands Action Network
  1187. XPLC    - Programmable Logic Controller
  1188. XPLCC    - Plastic Leaded Chip Carrier
  1189. XPLD    - Programmable Logic Device
  1190. XPLL    - Phase-Locked Loop
  1191. XPLM    - Programming Language for Microcomputers
  1192. XPLO    - Palestine Liberation Organization
  1193. XPLO    - Please Leave On
  1194. XPLS    - Physical Layer Signaling
  1195. XPLSS    - Portable Life Support System
  1196. XPLT    - Panduit Locking Tie
  1197. XPM    - PayMaster
  1198. XPM    - Peripheral Module
  1199. XPM    - Phase Modulation
  1200. XPM    - Plant Management
  1201. XPM    - Police Magistrate
  1202. XPM    - Post Meridiem (after noon)
  1203. XPM    - PostMaster
  1204. XPM    - PostMortem
  1205. XPM    - Presentation Manager
  1206. XPM    - Pressurized Module
  1207. XPM    - Preventive Maintenance
  1208. XPM    - Prime Minister
  1209. XPM    - Provost Marshal
  1210. XPMA    - Physical Medium Attachment
  1211. XPMAC    - Peripheral Module Access Controller
  1212. XPMC    - Permanently Manned Capability
  1213. XPMDF    - Pascal Memo Distribution Facility
  1214. XPMEG    - Page Map Entry Group
  1215. XPMG    - Page Map Group
  1216. XPMIRR    - Pressure Modulated InfraRed Radiometer (on Mars Observer)
  1217. XPMO    - Prime Minister's Office
  1218. XPMOS    - P channel Metal Oxide Semiconductor (P-MOS) (see MOS)
  1219. XPMRC    - Parents' Music Resource Center
  1220. XPMT    - PhotoMultiplier Tube
  1221. XPMU    - Precision Measurement Unit
  1222. XPMX    - Presentation Manager for the X window system, "PM/X"
  1223. XPN    - Part Number
  1224. XPN    - Promissory Note
  1225. XPNB    - Pacific Northwest Bell
  1226. XPNP    - Plug N Play
  1227. XPNP    - Positive-Negative-Positive (transistor)
  1228. XPNPN    - Positive-Negative-Positive-Negative devices
  1229. XPO    - Petty Officer
  1230. XPO    - Post Office
  1231. XPO    - Postal Order
  1232. XPO    - Purchase Order
  1233. XPOB    - Periphal Order Buffer
  1234. XPOC    - Port Of Call
  1235. XPOD    - Pay On Delivery
  1236. XPOD    - Point Of Distribution
  1237. XPOE    - Port Of Entry/Embarkation
  1238. XPOF    - Programmable Operator Facility
  1239. XPOGO    - Polar Orbiting Geophysical Observatory
  1240. XPOH    - Pilot's Operating Handbook
  1241. XPOK    - Power on Okey Signal
  1242. XPOM    - Phase Of Moon
  1243. XPOP    - Point Of Production
  1244. XPOP    - Point of Presence [telephony]
  1245. XPOP    - Post Office Protocol
  1246. XPOP    - Processor On Plug-in (h/w)
  1247. XPOPS    - Paperless Order Processing System
  1248. XPOR    - Point Of Receive
  1249. XPOR    - Price On Request
  1250. XPOS    - Point Of Sale
  1251. XPOSI    - Promoting conference for OSI
  1252. XPOSIX    - Portable Operating System for unIX
  1253. XPOSYBL    - PrOgramming SYstem for distriButed appLications
  1254. XPOTS    - Plain Old Telephone Service
  1255. XPOTS    - Plain Ordinary Telephone System
  1256. XPOTV    - Personnel Orbit Transfer Vehicle [Space]
  1257. XPOV    - Point Of View
  1258. XPOW    - Prisoner Of War
  1259. XPOWER    - Performance Optimization With Enhanced Risc
  1260. XPP    - Painting Processor
  1261. XPP    - Parcel Post
  1262. XPP    - Past Participle
  1263. XPP    - Post Pay
  1264. XPP    - Primary Point
  1265. XPP    - Private Pilot
  1266. XPP    - pages, "pp."
  1267. XPPA    - Post Pack Audit
  1268. XPPB    - Parts Per Billion
  1269. XPPBS    - Planning, Programming, and Budgeting Systems
  1270. XPPC    - Pour Prendre Conge' (to take leave)
  1271. XPPCS    - Person to Person, Collect, Special [telephony]
  1272. XPPD    - Peripheral Pulse Distributor
  1273. XPPD    - PostScript Printer Description
  1274. XPPI    - Professional Press Inc.
  1275. XPPM    - Page Per Minute
  1276. XPPM    - Parts Per Million
  1277. XPPM    - Product Portfolio Management
  1278. XPPN    - Parameterized Post-Newtonian formalism for general relativity
  1279. XPPN    - Project Programmer Number
  1280. XPPN    - Public Packet Switching
  1281. XPPP    - Point-to-Point Protocol
  1282. XPPS    - PostPostScriptum
  1283. XPPS    - Product Performance Surveys
  1284. XPPS    - Public Packet Switching network
  1285. XPPT    - Parts Per Trillion
  1286. XPPT    - Pulse Pair Timing
  1287. XPPT    - Punched Paper Tape
  1288. XPQ    - Province of Quebec
  1289. XPR    - PayRoll
  1290. XPR    - Public Relations
  1291. XPR    - Puerto Rico
  1292. XPRC    - People's Republic of China
  1293. XPRC    - Planning Research Corporation
  1294. XPRCA    - Puerto Rico Communications Authority
  1295. XPREMIS    - PREMises Information System
  1296. XPREPNET    - Pennsylvania Research & Economic Partnership network, "PREPnet"
  1297. XPRG    - PAL/PROM Programming Department
  1298. XPRI    - Primary Rate Interface
  1299. XPRISM    - Parallel Reduced Instruction Set Multiprocessing
  1300. XPRMD    - Private Management Domain
  1301. XPROFS    - PRofessional OFfice System
  1302. XPROLOG    - PROgramming in LOGic
  1303. XPROM    - Programmable Read-Only Memory
  1304. XPROMATS    - PROgrammable Magnetic Tape System
  1305. XPROPAL    - Programmed PAL
  1306. XPROTEL    - PRocedure Oriented Type Enforcing Language
  1307. XPRS    - Personal Response System
  1308. XPRTC    - Puerto Rico Telephone Company
  1309. XPS    - PicoSecond
  1310. XPS    - PostScript [Adobe (tm)]
  1311. XPS    - PostScriptum
  1312. XPS    - Power Steering
  1313. XPS    - Power Supply
  1314. XPS    - Process Stop Ship
  1315. XPS    - Program Store
  1316. XPS    - Public School
  1317. XPSA    - Problem Statement Analyzer
  1318. XPSAP    - Public Safety Answering Point
  1319. XPSC    - Pittsburgh Supercomputer Center
  1320. XPSC    - Polar Stratospheric Clouds
  1321. XPSC    - Prime Service Contractor
  1322. XPSC    - Public Safety Calling system
  1323. XPSC    - Public Service Commission
  1324. XPSDC    - Public Switched Digital Capability
  1325. XPSDN    - Packet-Switched Data Network
  1326. XPSDS    - Public Switched Digital Service
  1327. XPSDS    - Public Switched Digital Service [telephony, AT&T?]
  1328. XPSE    - Packet Switch Exchange
  1329. XPSE    - Programming Support Environment
  1330. XPSF    - Point Spread Function
  1331. XPSG    - Platoon SerGeant
  1332. XPSG    - Professional Service Group (Sun group)
  1333. XPSI    - Packet Switch Interface
  1334. XPSIU    - Packet Switch Interface Unit
  1335. XPSK    - Phase-Shift Keying
  1336. XPSL    - Problem Statement Language
  1337. XPSM    - Packet Service Module
  1338. XPSM    - Position Switching Module
  1339. XPSM    - Professional Service Manager
  1340. XPSN    - Packet Switch Node
  1341. XPSN    - Packet Switched Network
  1342. XPSN    - Packet Switching Node
  1343. XPSO    - Pending Service Order
  1344. XPSP    - Product Support Plan
  1345. XPSR    - Product Specific Realizations
  1346. XPSR    - Product Specific Release
  1347. XPSR    - PulSaR
  1348. XPSS    - Packet Switch Stream
  1349. XPSS    - Packet Switched Services
  1350. XPST    - Pacific Standard Time
  1351. XPSTN    - Public Switched Telephone Network
  1352. XPSU    - Program Storage Unit
  1353. XPSW    - Program Status Word
  1354. XPSWM    - PostScript Window Manager
  1355. XPT    - Pacific Time
  1356. XPT    - Patrol Torpedo (as in PT boat)
  1357. XPT    - Physical Therapy
  1358. XPT    - Physical Training
  1359. XPT    - Program Timer
  1360. XPTA    - Parent-Teacher Association
  1361. XPTAT    - Private Trans Atlantic Telecommunications
  1362. XPTD    - Parallel Transfer Disk/Drive
  1363. XPTE    - Page Table Entry
  1364. XPTI    - Portable Test Instrument
  1365. XPTN    - Plant Test Number [telephony:actual number assigned for 800 service]
  1366. XPTO    - Patent and Trademark Office
  1367. XPTO    - Please Turn Over
  1368. XPTO    - Power Take-Off
  1369. XPTP    - Point To Point
  1370. XPTSD    - Post Traumatic-Stress Disorder
  1371. XPTT    - Post, Telephone and Telegraph administration
  1372. XPTT    - Postal, Telephone, and Telegraph administration
  1373. XPTV    - Passenger Transport Vehicle [Space]
  1374. XPTW    - Primary Translation Word
  1375. XPU    - Physical Unit
  1376. XPUC    - Peripheral Unit Controller
  1377. XPUC    - Public Utilities Commission
  1378. XPUD    - Planned Unit Development
  1379. XPUP    - PARC Universal Packet protocol
  1380. XPV    - PhotoVoltaic
  1381. XPVC    - Permanent Virtual Circuits
  1382. XPVC    - PolyVinylChloride
  1383. XPVN    - Private Virtual Network
  1384. XPVO    - Pioneer Venus Orbiter
  1385. XPVT    - Private (pilot certificate)
  1386. XPW    - Prisoner of War (usually POW)
  1387. XPWB    - Printed Wiring Board
  1388. XPWB    - Programmers Work Bench
  1389. XPWD    - Print Working Directory
  1390. XPWG    - Permanent Working Group
  1391. XPX    - Post eXchange (see also BX)
  1392. XPa    - Pascal
  1393. XQ    - Queen('s), "Q."
  1394. XQ    - question, "Q."
  1395. XQA    - Quality Assurance
  1396. XQAM    - Quadrature Amplitude Modulation
  1397. XQAS    - Quasi-Associated Signaling
  1398. XQB    - queen's bishop (chess)
  1399. XQBP    - queen's bishop's pawn (chess)
  1400. XQC    - Quality Control
  1401. XQC    - Queen's Counsel
  1402. XQD    - Quaque Die (daily)
  1403. XQDA    - Quantity Discount Agreement
  1404. XQDCS    - Quality, Deliverly, Cost, Service / Safety
  1405. XQE    - Quick Estimation
  1406. XQED    - Quantum ElectroDynamics
  1407. XQED    - Quod Erat Demonstrandum (which was to be demonstrated)
  1408. XQEF    - Quod Erat Faciendum (which was to be done)
  1409. XQEI    - Quod Erat Inveniendum (which was to be found out)
  1410. XQET    - Quantum Effect Transistor
  1411. XQIC    - Quarter-Inch Cartridge
  1412. XQID    - Quater In Die (four times a day)
  1413. XQIS    - Quality Information System
  1414. XQKt    - queen's knight (chess)
  1415. XQKtP    - queen's knights's pawn (chess)
  1416. XQLI    - Query Language Interpreter
  1417. XQM    - QuarterMaster
  1418. XQMC    - QuarterMaster Corps
  1419. XQMF    - Query Management Facility
  1420. XQMG    - QuarterMaster General
  1421. XQMP    - Quality Measurement Plan
  1422. XQMS    - Quality Micro Systems
  1423. XQNS    - Quantity Not Sufficient
  1424. XQQV    - which see (plural of q.v.), "qq.v."
  1425. XQRA    - Quality Reliability Assurance
  1426. XQRSS    - Quasi Random Signal Source
  1427. XQSO    - Quasi-Stellar Object
  1428. XQSS    - Quality Surveillance System
  1429. XQTC    - Quantitative Technology Corporation
  1430. XQTY    - Quantity
  1431. XQUANGO    - QUAsi Non-Governmental Organization
  1432. XQUANTAS    - QUeensland And Northern Territory Aerial Service, "Quantas"
  1433. XQUANTAS    - Quantas Empire Airways
  1434. XQUEL    - QUEry Language
  1435. XQV    - which see (sing.), "q.v."
  1436. XQWERTY    - first six keys from left on top alphabetic row of standard keyboard
  1437. XQWL    - Quality of Working Life
  1438. XR    - Republican, "R."
  1439. XR    - Ring
  1440. XR    - Rolemaster
  1441. XR    - rand
  1442. XR    - recto, "r."
  1443. XR    - right, "r"
  1444. XR    - roentgen
  1445. XR    - rook in chess
  1446. XRA    - Regular Army
  1447. XRA    - Research Assistant
  1448. XRA    - Return Authorization
  1449. XRA    - Royal Academy
  1450. XRA    - radium, "Ra"
  1451. XRAAF    - Royal Australian Air Force
  1452. XRACE    - Random Access Card Equipment
  1453. XRACEP    - Random Access and Correlation for Extended Performance 
  1454. XRAD    - Radiation Absorbed Dose
  1455. XRAD    - Rapid Access Disk
  1456. XRADAR    - RAdio Detection And Ranging
  1457. XRADAR    - Radio Association Defending Airwave Rights (radar detector makers)
  1458. XRADM    - Rear ADMiral
  1459. XRAF    - Royal Air Force
  1460. XRAID    - Redundant Arrays of Inexpensive Disks
  1461. XRAM    - Random-Access Memory
  1462. XRAMP    - Ratings And Maintenance Phase
  1463. XRAND    - Rural Area Network Design
  1464. XRAO    - Regional Accounting Office
  1465. XRAO    - Revenue Accounting Office
  1466. XRAR    - Return Address Register
  1467. XRARDE    - Royal Armaments Research and Development Establishment
  1468. XRARE    - European Association of Research Networks
  1469. XRARE    - Reseaux Associes pour la Recherche Europeenne
  1470. XRARP    - Reverse Address Resolution Protocol (Ethernet->Internet)
  1471. XRAS    - Reliability, Availability, and Serviceability
  1472. XRASC    - Residence Account Service Center
  1473. XRATFOR    - RATional FORtran
  1474. XRB    - Rhythm and Blues, "R&B"
  1475. XRBC    - Red Blood Count
  1476. XRBHC    - Regional Bell Holding Company
  1477. XRBI    - Runs Batted In
  1478. XRBOC    - Regional Bell Operating Company
  1479. XRBOR    - Request Basic Output Report
  1480. XRBT    - Reliable Broadcast Toolkit
  1481. XRBTL    - Read Between The Lines
  1482. XRC    - Receive Clock
  1483. XRC    - Red Cross
  1484. XRC    - Regional Center
  1485. XRC    - Repair Center (Sun)
  1486. XRC    - Resistance-Capacitance
  1487. XRC    - Resistor-Capacitor circuit (as in filters)
  1488. XRC    - Roman Catholic
  1489. XRCA    - Radio Corporation of America
  1490. XRCAF    - Royal Canadian Air Force
  1491. XRCAS    - Reserve Component Automation System
  1492. XRCC    - Radio Common Carrier
  1493. XRCC    - Remote Cluster Controller
  1494. XRCC    - Reverse Command Channel
  1495. XRCF    - Remote Call Forwarding
  1496. XRCI    - Rodent Cage Interface (for SLS mission)
  1497. XRCL    - Runtime Control Library 
  1498. XRCLDN    - Retrieval of Calling Line Directory Number
  1499. XRCM    - Remote Carrier Module
  1500. XRCMAC    - Recent Change Memory Administration Center
  1501. XRCMP    - Royal Canadian Mounted Police
  1502. XRCP    - Remote CoPy
  1503. XRCS    - Reaction Control System
  1504. XRCS    - Revision Control System
  1505. XRCSC    - Remote Spooling Communications Subsystem
  1506. XRCU    - Radio Channel Unit
  1507. XRCVR    - ReCeiVeR
  1508. XRD    - Received Data
  1509. XRD    - Research and Development, "R&D"
  1510. XRD    - Rural Delivery
  1511. XRDA    - Remote Data Access
  1512. XRDBMS    - Relational DataBase Management System
  1513. XRDES    - Remote Data Entry System
  1514. XRDF    - Radio Direction Finding
  1515. XRDL    - Remote Digital Loopback
  1516. XRDM    - Reliably-Delivered Message (sockets)
  1517. XRDP    - Reliable Datagram Protocol
  1518. XRDS    - Radio Digital System
  1519. XRDT    - Radio Digital Terminal
  1520. XREA    - Rail Express Agency
  1521. XREC    - Regional Engineering Center
  1522. XRECON    - Reconnaissance
  1523. XREGIS    - REmote Graphics Instruction Set
  1524. XREM    - Rapid Eye Movement
  1525. XREM    - Rat Enclosure Module (for SLS mission)
  1526. XREM    - Rational Economic Man
  1527. XREM    - Remote Equipment Module
  1528. XREM    - Ring Error Monitor
  1529. XREM    - Roentgen Equivalent in Man
  1530. XREMOBS    - REMote OBservation System
  1531. XREN    - Ring Equivalence Number
  1532. XREO    - R. E. Olds
  1533. XREO    - Removable, Erasable, Optical
  1534. XREQSPEC    - REQuirements SPECification
  1535. XRETMA    - Radio Electronics Television Manufacturers Association (rack spacing)
  1536. XREX    - Remote EXecution
  1537. XREXX    - Restructured EXtended eXecutor
  1538. XRF    - Radio Frequency
  1539. XRFC    - Request For Comments [Internet]
  1540. XRFD    - Rural Free Delivery
  1541. XRFE    - Request For Enhancement
  1542. XRFI    - Radio Frequency Interference
  1543. XRFP    - Request For Proposals
  1544. XRFQ    - Request For Quotes
  1545. XRFS    - Remote File Sharing
  1546. XRFS    - Remote File System
  1547. XRFT    - Request For Technology
  1548. XRGB    - Red Green Blue
  1549. XRGBI    - Red Green Blue Intensity
  1550. XRGP    - Raster Graphics Processor
  1551. XRGU    - Radio Government/Universal, "RG/U"
  1552. XRH    - Right Hand
  1553. XRHC    - Regional (Bell) Holding Company
  1554. XRHS    - Right Hand Side
  1555. XRHV    - Reid-Hillview Intergalactic, San Jose CA
  1556. XRI    - Receiving & Inspection, "R&I"
  1557. XRI    - Rhode Island
  1558. XRI    - Ring Indicator
  1559. XRIACS    - Research Institute for Advanced Computer Science (at NASA Ames)
  1560. XRIAS    - Radio In the American Sector, berlin
  1561. XRID    - Remote Isolation Device
  1562. XRIF    - Reading Is Fundamental
  1563. XRIF    - Reduction In Force
  1564. XRIFF    - Resource Interchange File Format
  1565. XRILM    - Repertoire International de Literature Musicale
  1566. XRIP    - Raster Image Processor
  1567. XRIP    - Rest In Peace/Requiescat In Pace
  1568. XRIP    - Routing Information Protocol
  1569. XRIPE    - Reseaux IP Europeenne
  1570. XRIPS    - Raster Image Processing Systems Corp.
  1571. XRISC    - Reduced Instruction Set Computer
  1572. XRISC    - Relegate Important Stuff to the Compiler
  1573. XRISLU    - Remote Integrated Services Line Unit
  1574. XRIT    - Rochester Institute of Technology
  1575. XRITA    - Recognition of Information Technology Achievement award
  1576. XRJE    - Remote Job Entry [IBM]
  1577. XRLC    - Resistor Inductor Capacitor
  1578. XRLCM    - Remote Line Concentrating Module
  1579. XRLDS    - The Re-organized Church of Latter-Day Saints
  1580. XRLG    - Research Libraries Group
  1581. XRLIN    - Research Libraries Information Network [run by RLG (q.v.)]
  1582. XRLL    - Run Length Limited
  1583. XRLOGIN    - Remote Login, "rlogin"
  1584. XRLT    - Remote Line Test
  1585. XRM    - Record Marking
  1586. XRM    - Regional Manager
  1587. XRMA    - Return Materials Authorization
  1588. XRMAS    - Remote Memory Administration System
  1589. XRMATS    - Remote Maintenance Admisistration and Traffic System [telephony]
  1590. XRMF    - Read Me First
  1591. XRMI    - Radio Magnetic Indicator
  1592. XRMR    - Remote Message Registers
  1593. XRMR    - Return Material Receipt
  1594. XRMS    - Remote Manipulator System [Space]
  1595. XRMS    - Richard M. Stallman
  1596. XRMS    - Root Mean Square
  1597. XRMS    - Royal Mail Ship
  1598. XRN    - Reference Noise
  1599. XRN    - Registered Nurse
  1600. XRN    - Royal Navy
  1601. XRNA    - RiboNucleic Acid
  1602. XRNGC    - Revised New General Catalog
  1603. XRNOC    - Regional Network Operations Center
  1604. XRNR    - Receive Not Ready
  1605. XRNZAF    - Royal New Zealand Air Force
  1606. XRO    - Read/Only, "R/O"
  1607. XRO    - Receive Only
  1608. XROA    - Return On Assets
  1609. XROB    - Remote Order Buffer
  1610. XROC    - Regional Operating Company
  1611. XROE    - Rate Of Exchange
  1612. XROE    - Return On Equity
  1613. XROFF    - Run-OFF
  1614. XROG    - Receipt Of Goods
  1615. XROH    - Receiver Off Hook
  1616. XROI    - Region Of Interest
  1617. XROI    - Return On Investment
  1618. XROM    - Range Of Motion (medical)
  1619. XROM    - Read-Only Memory
  1620. XROM    - Rupture Of Membrane (as in birth)
  1621. END_OF_FILE
  1622.  if test 50621 -ne `wc -c <'acron.3'`; then
  1623.     echo shar: \"'acron.3'\" unpacked with wrong size!
  1624.  else
  1625.     for J in 1 2 3 4 ; do
  1626.        if test ! -f acron.${J} ; then
  1627.           TOGO="${TOGO} ${J}"
  1628.        fi
  1629.     done 
  1630.     if test "${TOGO}" = "" ; then
  1631.        echo shar: Combining  \"'acron'\" \(203842 characters\)
  1632.        cat acron.* > 'acron'
  1633.        if test 203842 -ne `wc -c <'acron'`; then
  1634.           echo shar: \"'acron'\" combined with wrong size!
  1635.        else
  1636.           rm acron.[1-4]
  1637.        fi
  1638.      fi  
  1639.   fi
  1640.   # end of 'acron.3'
  1641. fi
  1642. echo shar: End of archive 1 \(of 4\).
  1643. cp /dev/null ark1isdone
  1644. MISSING=""
  1645. for I in 1 2 3 4 ; do
  1646.     if test ! -f ark${I}isdone ; then
  1647.     MISSING="${MISSING} ${I}"
  1648.     fi
  1649. done
  1650. if test "${MISSING}" = "" ; then
  1651.     echo You have unpacked all 4 archives.
  1652.     rm -f ark[1-9]isdone
  1653. else
  1654.     echo You still must unpack the following archives:
  1655.     echo "        " ${MISSING}
  1656. fi
  1657. exit 0
  1658. exit 0 # Just in case...
  1659.