throbber
HME Electronics, Inc.
`HJVIE Electronics, Inc.
`Exhibit 1006
`Exhibit 1006
`
`APP2784
`
`

`
`Microsoft“
`
`C_on_1puter
` Dictionary
`Fifth Edition
`
`
`
`E E
`
`
`
`APP2785
`
`

`
`
`
`
`
`PUBLISHED BY
`Microsoft Press
`
`A Division of Microsoft Corporation
`One Microsoft Way
`Redmond, Washington 98052-6399
`
`Copyright © 2002 by Microsoft Corporation
`
`All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form
`or by any means without the written permission of the publisher.
`
`Library of Congress Control Number: 2002019714
`
`Microsoft Press books are available through booksellers and distributors worldwide. For further informa-
`tion about international editions, contact your local Microsoft Corporation office or contact Microsoft
`Press International directly at fax (425) 936-7329. Visit our Web site at www.microsoft.com/mspress.
`Send comments to mspinput@microsoft.com.
`
`Active Desktop, Active Directory, ActiveMovie, ActiveStore, ActiveSync, ActiveX, Authenticode,
`BackOffice, Biz'I‘alk, Clea1’I‘ype, Direct3D, DirectAnimation, DirectDraw, Directlnput, DirectMusic,
`DirectPlay, DirectShow, Directsound, Directx, Entourage, FoxPro, FrontPage, Hotmail, IntelliEye,
`Intel1iMouse, Intellisense, JScript, MapPoint, Microsoft, Microsoft Press, Mobile Explorer, MS—DOS,
`MSN, Music Central, NetMeeting, Outlook, PhotoDraw, PowerPoint, SharePoint, UltimateTV, Visio,
`Visual Basic, Visual C++, Visual FoxPro, Visual InterDev, Visual J++, Visual SourceSafe, Visual Studio,
`Win32, Win32s, Windows, Windows Media, Windows NT, Xbox are either registered trademarks or
`trademarks of Microsoft Corporation in the United States and/or other countries. Other product and
`company names mentioned herein may be the trademarks of their respective owners.
`
`The example companies, organizations, products, domain names, e-mail addresses, logos, people, places,
`and events depicted herein are fictitious. No association with any real company, organization, product,
`domain name, e-mail address, logo, person, place, or event is intended or should be inferred.
`
`Acquisitions Editor: Alex Blanton
`Project Editor: Sandra Haynes
`
`Body Part No. X08—4l929
`
`
`
`
`
`
`
`
`
`rm\~,mmW,.4,x-W»w:~w?a*%W<r$mE¢Mz$s%$s%¥»<etr»e~s/~;»\\/figz”v\«/?\.\n\<NY\fx,tAA:,K/K
`
`APP2786:
`sLa,
`
`APP2786
`
`

`
`
`
`reliability, availability, serviceability n. Acronym: RAS.
`See high availability.
`
`or city) and accessible through some type of cable or com—
`munications link.
`
`.l5
`
`21.
`i
`
`reload vb. 1. To load a program into memory from a stor-
`age device again in order to run it, because the system has
`crashed or the program’s operation was otherwise inter-
`rupted. 2. To retrieve a new copy of the Web page cur-
`rently visible in a Web browser.
`
`relocatable address n. In programming, an address that
`is to be adjusted to reflect the actual place in memory into
`which a program is loaded for execution. In “Get the byte
`located 12 bytes from this instruction,” the address is relo-
`catable; in “Get the byte located at address 255,” the
`address is not relocatable. This convention is comparable
`to describing the “address” of a parked car as “level 2, row
`G” on one day and “level 5, row B” on another.
`
`relocatable code n. A program written in such a way
`that it can be loaded into any part of available memory
`rather than having to be placed in one specific location. In
`relocatable code, address references that depend on the
`program’s physical location in memory are calculated at
`run time so that program instructions can be carried out
`correctly. See also reentrant code.
`
`relocate n. To move programs and blocks of memory
`about within available space so as to use memory
`resources flexibly and efficiently. A relocatable program
`can be loaded by the operating system into any part of
`available memory rather than into only one specific area.
`A relocatable block of memory is a portion of memory
`that can be moved around by the operating system as
`required; for example, the system might collect several
`available, relocatable blocks of memory to form one larger
`‘ block of the size requested for use by a program.
`RELURL n. See relative URL.
`
`remailer n. A service that will forward e—mail while con-
`
`cealing the e-mail address of the originator of the mes-
`sage. Remailers may be used by individuals who wish to
`retain their privacy or avoid unsolicited commercial e—mail
`(UCE). Remailers may also be used to hide the identities
`of individuals and businesses sending spam or malicious
`or fraudulent e-mail.
`
`remark n. See comment, REM statement.
`
`remote adj. Not in the immediate vicinity, as a computer
`or other device located in another place (room, building,
`
`448
`
`.
`
`‘
`‘/2x\
`
`net, remote logii
`See also rlogin‘
`
`remote m°“it°
`remote netwol
`
`Remote PC n.
`
`remote proced
`program to a set
`second program
`results of that ta
`
`remote systen
`remote user is a
`access. Compar
`
`remote termin
`removed from t
`Remote termini
`communicate vs
`access. Compaz
`
`removable dis
`disk drive. Flo;
`are not. Also ca
`
`REM stateme
`ment in the Ba:
`DOS and OS/2
`comments to a
`beginning with
`or compile‘ 0‘
`rename n. A c
`(FTP) clients a
`user to assign :
`render vb. To
`
`an output devia
`
`rendering n. "
`metric models
`realistic look.
`
`age such as at
`to describe the
`
`object and to (
`create highligl
`degree of reali
`gons to image
`plexity. See al
`
`Rendmman 1
`and rendering
`
`remote access n. The use of a remote computer.
`
`remote access server n. A host on a LAN (local area
`network) that is equipped with modems to enable users to
`connect to the network over telephone lines. Acronym: RAS.
`Remote Access Service n. Windows software that
`
`wt:
`'“ ‘ ‘
`
`allows a user to gain remote access to the network server
`via a modem. Acronym: RAS. See also remote access.
`
`remote administration n. The performance of system
`administration—related tasks via access from another
`machine in a network.
`
`Remote Application Programming interface n. A
`Remote Procedure Call (RPC) mechanism that enables an
`application running on a desktop computer to make func-
`tion calls on a Windows CE—based device. The desktop
`computer is known as the Remote Application Program-
`ming Interface (RAPI) client, and the Windows CE device
`is known as the RAPI server. RAPI runs over Winsock and
`
`TCP/IP. Acnonym: RAPI. See also remote procedure call.
`Remote Authentication Dial-In User Service n. See
`RADIUS.
`
`remote communications n. Interaction with a remote
`computer through a telephone connection or another com—
`munications line.
`remote computer system n. See remote system.
`
`Remote Data Objects n. An object-oriented data access
`tool featured in Visual Basic 4 and later. Remote Data
`Objects have no native file format of their own; they can
`be used only with databases complying with the most
`recent ODBC standards. This feature is popular for its
`speed and minimal coding requirements. Acronym: RDO.
`See also ODBC, Visual Basic.
`
`Remote Installation Services n. Software services that
`allow an administrator to set up new client computers
`remotely, without having to visit each client. The target
`clients must support remote booting. Acronym: RIS.
`
`remote Iogin n. The action of logging in to a computer at
`a distant location by means of a data communications con-
`nection with the computer that one is presently using.
`After remote login, the user's own computer behaves like
`a terminal connected to the remote system. On the Inter-
`
`
`
`APP2787

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