throbber
UfUReetaseas)3
`
`Microsoft‘a7wwSS
`
`
` Over
`8,000
`Entries
`with online updates
`available quarterly
`
`Designed for
`
`ae_ecoe!
`Miic rosoft®
`
`Windows NT°
`Windows98
`
`« C
`
`D-ROM
`Included
`
`Microsoft*
`
`eInternet
`
`Explorer
`
`
`Utes
`
`thary
`
`
`Microsoft
`
`Three new appendixes, including Y2kK,file
`extensions, and Internet domains
`Searchable text on CD-ROM
`Extensive coverage of hardware, software, the
`Internet, and more!
`wryec(Fe MUTTraechaleyimelieFFeM ceeENA RAGASIA)
`
`Petitioner Barco’s Exhibit 1005 Page 1 of 7
`
`Petitioner Barco’s Exhibit 1005
`Page 1 of 7
`
`

`

`MicrosoftPress
`
`
`
`Petitioner Barco’s Exhibit 1005
`Page 2 of 7
`
`Petitioner Barco’s Exhibit 1005
`Page 2 of 7
`
`

`

`PUBLISHED BY
`Microsoft Press
`A Division of Microsoft Corporation
`One Microsoft Way
`Redmond, Washington 98052-6399
`
`Copyright © 1999 by Microsoft Corporation
`
`All rights reserved. Nopart of the contents of this book may be reproduced ortransmitted in any form
`or by any means without the written permission of the publisher.
`
`Library of Congress Cataloging-in-Publication Data
`Microsoft Computer Dictionary. -- 4th ed.
`p. cm.
`Previous eds. published undertitle: Microsoft Press computer
`dictionary
`ISBN 0-7356-0615-3
`2. Microcomputers Dictionaries.
`1, Computers Dictionaries.
`I. Microsoft Press computer dictionary.
`QA76.15.M538
`1999
`004'.03--de21
`
`99-20168
`CIP
`
`Printed and bound in the United States of America.
`
`123456789 MLML 432109
`
`Distributed in Canada by ITP Nelson, a division of Thomson Canada Limited.
`
`A CIP catalogue record for this book is available from the British Library.
`
`Microsoft Press books are available through booksellers and distributors worldwide. For further information
`aboutinternational editions, contact your local Microsoft Corporation office or contact Microsoft Press
`International directly at fax (425) 936-7329. Visit our Website at mspress.microsoft.com.
`
`Macintosh, Power Macintosh, QuickTime, and TrueType fonts are registered trademarks of Apple Computer,
`Inc. Kodak is a registered trademark of the Eastman Kodak Company.Intel is a registered trademark and Indeo
`is a trademarkof Intel Corporation. Active Desktop, Active Directory, ActiveMovie, Active Platform, ActiveX,
`Authenticode, BackOffice, DirectInput, DirectX, Microsoft, Microsoft Press, MS-DOS, MSN, NetMeeting,
`NetShow,Visual Basic, Visual C++, Visual J++, WebTV, WebTV Network, Win32, Win32s, Windows,
`Windows NT, and XENIX areeither registered trademarks or trademarks of Microsoft Corporation in the
`United States and/or other countries. PANTONEisa registered trademark of Pantone, Inc. Other product and
`company names mentioned herein may be the trademarks of their respective owners.
`
`The example companies, organizations, products, people, and events depicted herein are fictitious. No associa-
`tion with any real company, organization, product, person, or event is intended or shouldbeinferred.
`
`Acquisitions Editor: Christey Bahn
`Project Editor: Kim Fryer
`
`Petitioner Barco’s Exhibit 1005
`Page 3 of 7
`
`Petitioner Barco’s Exhibit 1005
`Page 3 of 7
`
`

`

`DVMRP
`
`dynamic HTML
`
`DVMRP ». See Distance Vector Multicast Routing
`Protocol.
`
`Dvorak keyboard \do-vor’ak kébord, da-vor’zhak\
`n. A keyboard layout developed by August Dvorak
`and William L. Dealey in 1936 as an alternative to
`the overwhelmingly popular QWERTYkeyboard.
`The Dvorak keyboard was designed to speed typing
`by placing the characters on the keyboard for easiest
`access to the most frequently typed letters. In addi-
`tion, pairs of letters that often occur sequentially
`were separated so that the hands could alternate typ-
`ing them. Seethe illustration. See also ergonomic
`keyboard, keyboard. Compare QWERTY keyboard.
`
`
`
`
`
`Dvorak keyboard.
`
`DVST n. See direct view storage tube.
`
`DXF n. Short for drawing interchange format. A
`computer-aided design file format originally devel-
`oped by Autodesk; for use with the AutoCADpro-
`gram to facilitate transfer of graphics files between
`different applications.
`dyadic \di-ad‘ik’\ adj. Of, pertaining to, or character-
`istic of a pair—for example, a dyadic processor,
`which contains two processors controlled by the
`same operating system. The term is usually limited to
`describing a system with two microprocessors. Dy-
`adic Boolean operations are those such as AND and
`ORin which the outcome dependson both values.
`See also Boolean algebra, operand. Compare unary.
`dye-diffusion printer n. See continuous-tone printer.
`dye-polymerrecording n. A recording technology
`used with optical discs in which dye embedded in a
`plastic polymer coating on an optical disc is used to
`create minute bumpsonthe surface that can be read
`by a laser. Dye-polymer bumpscan beflattened and
`re-created, thus making an optical disc rewritable.
`
`dye-sublimation printer n. See continuous-tone
`printer.
`dynalink x. Short for dynamic link. See dynamic-link
`library.
`
`Dynaload drivers n. Device drivers that are supported
`by Dynaload. Dynaload is a commandthat can be
`run from a DOS prompt under IBM’s PC DOS7 and
`will load compliant device drivers without modifica-
`tion of the CONFIG.SYSfile. See also CONFIG.SYS.
`
`dynamic adj. Occurring immediately and concurrently.
`The term is used in describing both hardware andsoft-
`ware; in both cases it describes someaction or event
`that occurs when and as needed. In dynamic memory
`management, a program is able to negotiate with the
`operating system whenit needs more memory.
`dynamic address translation n. On-the-fly conver-
`sion of memory-location references from relative
`addresses (such as “three units from the beginning of
`X’”) to absolute addresses (such as “location number
`123”) when a program is run. Acronym: DAT.
`dynamicallocation n. The allocation of memory dur-
`ing program execution according to current needs.
`Dynamicallocation almost always implies that dy-
`namic deallocation is possible too, so data structures
`can be created and destroyed as required. See also
`allocate, deallocate. Compare static allocation.
`dynamic binding n. Binding (converting symbolic
`addresses in the program to storage-related ad-
`dresses) that occurs during program execution. The
`term often refers to object-oriented applications that
`determine, during run time, which software routines
`to call for particular data objects. Also called late
`binding. Comparestatic binding.
`dynamic caching n. A technique for storing recently
`used data in memory wherecachesize is based on
`how much memory is available rather than how much
`memory is assigned to the application currently running.
`Dynamic Data Exchange n. See DDE.
`dynamic dump 1.A listing, either stored on disk or
`sent to a printer, of memory contents generated at the
`time of a break in the execution of a program—ause-
`ful tool for programmersinterested in knowing what
`is happeningat a certain point in the execution of a
`program.
`Dynamic Host Configuration Protocol 1. See DHCP.
`dynamic HTML n.A technology designed to add
`richness, interactivity, and graphical interest to Web
`pages by providing those pages with the ability to
`change and update themselves dynamically, that is, in
`response to user actions, without the need for repeated
`
`158
`
`Petitioner Barco’s Exhibit 1005
`Page 4 of 7
`
`Petitioner Barco’s Exhibit 1005
`Page 4 of 7
`
`

`

`read-only attribute
`
`real-time animation
`
`way; read-only memory (ROM) holds programsthat
`cannot be changed; a read-only storage medium,
`such as CD-ROM,can be played back but cannot be
`used for recording information. Compare read/write.
`read-only attribute x. A file attribute, stored with a
`file’s directory entry, indicating whetheror not a file
`may be changed or erased. Whenthe read-only at-
`tribute is off, the file can be modified or deleted;
`whenit is on, the file can only be displayed.
`read-only memory n. See ROM.
`read-only terminal n. See RO terminal.
`read/write adj. Able to be both read from and written
`to. Abbreviation: R/W. Compare read-only.
`read/write channel n. See input/output channel.
`read/write head n. See head.
`
`read/write memory n. Memorythat can be both read
`from and written to (modified). Semiconductor RAM
`and core memory are typical read/write memory sys-
`tems. Compare ROM (definition 2).
`
`real address n. An absolute (machine) address speci-
`fying a physical location in memory. See also physi-
`cal address. Compare relative address, virtual
`address.
`
`RealAudio n. Web software developed by RealNet-
`works (formerly Progressive Networks) that streams
`prerecorded or live audio to a client, such as a Web
`browser, by decompressingit on the fly so that it can
`be played back to the user in real time.
`
`reallocate n. A function in C that allows the program-
`mer to request a larger portion of heap memory than
`waspreviously assigned to a particular pointer. See
`also dynamic memory allocation, heap (definition 1).
`real mode n. An operating modein the Intel 80x86
`family of microprocessors. In real mode, the proces-
`sor can execute only one program ata time. It can
`access no more than about 1 MB of memory, butit
`can freely access system memory and input/output
`devices. Real modeis the only modepossible in the
`8086 processor andis the only operating mode sup-
`ported by MS-DOS. In contrast, the protected mode
`offered in the 80286 and higher microprocessors pro-
`vides the memory management and memory protec-
`tion needed for multitasking environments such as
`Windows. See also 8086, privileged mode. Compare
`protected mode, virtual real mode.
`real-mode mapper n. An enhancement for Windows
`3.x systems that allows 32-bit file system access. The
`
`
`
`375
`
`real-mode mapperprovides a 32-bit disk access inter-
`face to the DOS device driver chain. Acronym: RMM.
`real number n. 1. A numberthat can be represented
`in a number system with a given base, such as the
`decimal system, by a finite or infinite sequence of
`digits and a radix point. For example, 1.1 is a real
`number, as is 0.33333.... See also irrational number.
`Compare complex number, imaginary number. 2. A
`data type, in a programming language suchas Pascal,
`that is used for storing, to somelimit of precision,
`values that include both integer and fractional parts.
`See also double-precision, single-precision. Compare
`floating-point number, integer.
`Real Soon Now adv. Soon, but not really expected to
`be as soon as claimed. One mightsay, for example,
`that a commercial program will have some desired
`feature Real Soon Now if several versions ago the
`vendor knew of the need for the feature and has done
`nothing. Acronym: RSN.
`real storage n. The amount of RAM memory in a
`system, as distinguished from virtual memory. Also
`called physical memory, physical storage. See also
`virtual memory.
`real-time adj. Ofor relating to a time frame imposed
`by external constraints. Real-time operations are
`those in which the machine’s activities match the
`human perception of time or those in which com-
`puter operations proceed at the samerate as a physi-
`cal or external process. Real-time operations are
`characteristic of aircraft guidance systems, transac-
`tion-processing systems, scientific applications, and
`other areas in which a computer must respond to
`situations as they occur (for example, animating a
`graphic in a flight simulator or making corrections
`based on measurements).
`
`real-time animation n. Computer animation in which
`images are computed and updated on the screen at
`the same rate at which the objects simulated might
`movein the real world. Real-time animation allows
`dynamic involvement by the user because the com-
`puter can accept and incorporate keystrokes or con-
`troller movements as it is drawing the next image in
`the animation sequence. Arcade-style animation
`(such as in a flight simulator program) makes use of
`real-time animation in translating gameplays into
`on-screen actions. In contrast, in animation done in
`virtual time, image framesare first calculated and
`stored and later replayed at a higher rate to achieve
`smoother movement. See also animation, bit block.
`
`Petitioner Barco’s Exhibit 1005
`Page 5 of 7
`
`
`
`Petitioner Barco’s Exhibit 1005
`Page 5 of 7
`
`

`

`formatting options for text, numeric values, and
`graph features. See also cell (definition 1).
`spread spectrum adj. Of or pertaining to a system of
`secure radio communication in which the content of
`a transmission is broken into split-second pieces,
`which are transmitted over separate frequencies.
`Whena receiveridentifies a spread spectrum signal,
`it reassemblesit to its original form. Spread spectrum
`wasinvented by the actress Hedy Lamarr in 1940,
`but it was not used until 1962.
`
`split screen n. A display method in which a program
`can divide the display area into two or moresections,
`which can contain different files or show different
`parts of the samefile.
`spoiler n. A post to a newsgroup or mailing list that
`reveals what is intended to be a surprise, such as a
`plot twist in a film or television episode or the solu-
`tion to a game. The subject line should contain the
`word spoiler, but netiquette requires that the sender
`further protect readers who do not or cannot scan
`posts for subject lines in advance by encrypting the
`sprite n. In computer graphics, a small image that can
`post, putting one or more screenfuls of white space
`be moved on the screen independently of other im-
`abovethe text, or both. See also netiquette.
`ages in the background. Sprites are widely used in
`animation sequences and video games. See also ob-
`spoofing n. The practice of making a transmission
`ject (definition 3).
`appear to come from an authorized user. For ex-
`ample, in IP spoofing, a transmission is given the IP
`sprocket feed n. A paper feed in which pins engage
`address of an authorized user in order to obtain ac-
`holes in the paper to moveit through a printer. Pin
`cess to a computer or network. See also IP address.
`feed and tractor feed are both sprocket feeds. See
`also paper feed, pin feed, tractor feed.
`spool vb. To store a data documentin a queue, where
`it awaits its turn to be printed. See also print spooler.
`SPX n. 1. Acronym for Sequenced Packet Exchange.
`Thetransport level (ISO/OSIlevel 4) protocol used by
`spot n. A “composite dot” produced through the half-
`Novell NetWare. SPX uses IPX to transfer the packets.
`tone creation process on a PostScript printer that
`but SPX ensures that messages are complete. See also
`consists of a group of dots arranged in a pattern re-
`ISO/OSIreference model. Compare IPX. 2. Acronym
`flecting the gray levelof a particular pixel. See also
`for simplex. See simplex transmission.
`gray scale, halftone. Compare dot (definition 2).
`SQL \se’kwal, SQ L’\ n. See structured query
`spot color . A method of handling color in a docu-
`ment in whichaparticular color of ink is specified
`language.
`and each page having elementsin that coloris
`square wave n. A blocklike waveform that is gener-
`printed as a separate layer. The printer then prints
`ated by a source that changesinstantly betweenalter-
`one layer for each spot color in the document. See
`nate states, usually at a single frequency. See the
`also color model, color separation (definition 1),
`illustration. Compare sine wave.
`PANTONE MATCHING SYSTEM. Compare pro-
`cess color.
`
`
`
`split screen
`
`SRAPI
`
`spot function n. The PostScript procedure used to
`create a given type of screen in a halftone. See also
`halftone, PostScript, spot.
`SPP n. See scalable parallel processing.
`spraycan n. Anartist’s tool in Paintbrush or another
`graphics application for applying a pattern of dotsto
`an image.
`spreadsheet program n. An application commonly
`used for budgets, forecasting, and other finance-
`related tasks that organizes data values usingcells,
`wherethe relationships between cells are defined by
`formulas. A change to one cell produces changes to
`related cells. Spreadsheet programsusually provide
`graphing capabilities for output and a variety of
`
`Amplitude
`
`Time
`
`Square wave.
`
`SRAM \S‘ram\ n. See static RAM.
`
`SRAPI n. Acronym for Speech Recognition Applica-
`tion Programming Interface. A cross-platform appli-
`cation programminginterface for speech recognition
`and text-to-speech functions supported by a consor-
`tium of developers including Novell, IBM,Intel, ane
`
`420
`
`Petitioner Barco’s Exhibit 1005
`Page 6 of 7
`
`
`
`Petitioner Barco’s Exhibit 1005
`Page 6 of 7
`
`

`

`Microsoft
`
`a
`
`ere’s why
`
`the new
`
`*
`
`Other Great
`Learning Solutions—
`waste oe
`sais
`COMPUTER DICTIONARY, Fourth Wa
`aton a Eatasrireisrenes
`Whetheryou're a beginner or an
`:
`=
`advanced user, Microsoft Press
`- It’s comprehensive—covering
`has booksto fit your needs and
`Sele asiaVice
`everything from A: (drive) to Zulu
`time.
`
` X0013SV3H3
`
`The Comprehensive |
`Standard for Business,
`School, Library, and Home
`
`MICROSOFT COMPUTERDICTIONARY,Fourth
`
`Edition, remains the authoritative source
`
`of definitions for computer terms,
`
`concepts, and acronyms. Written ina
`clear, easy-to-understand style, this
`
`Fourth Edition defines over 8,000 terms
`
`and has been fully updated to include
`
`the latest technologies you will
`
`encounter at home and at work—
`
`including Y2K, networks, e-commerce,
`cyberculture, enterprise computing,
`component terminology, Windows® 98,
`and UNIX. As an added bonus,the
`
`dictionary extensively covers computer
`
`» It’s easy to use—in addition to
`definitions, you'll find
`pronunciation keysfordifficult
`words,parts of speech, and
`extensive cross-references.
`
`- It’s up to date—plus, you can
`access and download online
`
`updates every quarter on the
`Microsoft Press® Web site.
`
`
`
`Included on CD-ROM
`
`Fully searchable versions of
`the MICROSOFT COMPUTER
`DICTIONARY and MICROSOFT
`MANUALOF STYLE FOR TECHNICAL
`PUBLICATIONS—plus Microsoft
`Internet Explorer 5!
`
`For system requirements see the
`
`|
`
`information page near the CD-ROM.
`
`|
`
`Quick Course®
`series—
`Software training for
`people in a hurry
`
`At a Glance series—
`Easy, visual information
`fust when youneed it
`
`Microsoft
`Pocket Guides—
`Compact quick
`ekeeer alee
`
`Step by Step
`series—
`IV[el kexXOy RMA YES\ =) |Ola |= 8
`training kits
`
`Step by Step
`Interactive series—
`Multimedia training
`
`industry acronyms, jargon, and slang—
`
`“The Microsoft Press
`Computer Dictionary is the
`often the most confusing termsin the
`perfect way to clear up a
`TT ar=aeoX=1ft
`puzzling word or phrasein
`high-tech world.
`Comprehensive
`computer culture.”
`information in one
`volume
`
`—Michael Heim, Ph.D.,
`authorof Electric Language and
`Virtual Realism
`
`$34.99
`U.S.A.
`£32.99
`U.K.
`[V.A.T. included]
`Canada
`$52.99
`[Recommended]
`
`“The must-have computer
`resource.”
`
`—Compute
`
`Sametilesed
`Toy(otaa
`High-poweredtips ana
`tricks for advanced us
`
`Computers/General Reference
`
`
`
`
`
`
`
`SV
`Microsoft Press ComputerDictiona...
`NewItem
`.
`
`To learn more about
`Microsoft Press products,visit:
`mspress.microsoft.com
`
`MicrosoftPress
`
`Petitioner Barco’s Exhibit 1005
`Page 7 of 7
`
`Petitioner Barco’s Exhibit 1005
`Page 7 of 7
`
`

This document is available on Docket Alarm but you must sign up to view it.


Or .

Accessing this document will incur an additional charge of $.

After purchase, you can access this document again without charge.

Accept $ Charge
throbber

Still Working On It

This document is taking longer than usual to download. This can happen if we need to contact the court directly to obtain the document and their servers are running slowly.

Give it another minute or two to complete, and then try the refresh button.

throbber

A few More Minutes ... Still Working

It can take up to 5 minutes for us to download a document if the court servers are running slowly.

Thank you for your continued patience.

This document could not be displayed.

We could not find this document within its docket. Please go back to the docket page and check the link. If that does not work, go back to the docket and refresh it to pull the newest information.

Your account does not support viewing this document.

You need a Paid Account to view this document. Click here to change your account type.

Your account does not support viewing this document.

Set your membership status to view this document.

With a Docket Alarm membership, you'll get a whole lot more, including:

  • Up-to-date information for this case.
  • Email alerts whenever there is an update.
  • Full text search for other cases.
  • Get email alerts whenever a new case matches your search.

Become a Member

One Moment Please

The filing “” is large (MB) and is being downloaded.

Please refresh this page in a few minutes to see if the filing has been downloaded. The filing will also be emailed to you when the download completes.

Your document is on its way!

If you do not receive the document in five minutes, contact support at support@docketalarm.com.

Sealed Document

We are unable to display this document, it may be under a court ordered seal.

If you have proper credentials to access the file, you may proceed directly to the court's system using your government issued username and password.


Access Government Site

We are redirecting you
to a mobile optimized page.





Document Unreadable or Corrupt

Refresh this Document
Go to the Docket

We are unable to display this document.

Refresh this Document
Go to the Docket