throbber
MICROSOFT PRESS”
`
`SECOND EDITION
`
`'I
`
`nErmmomsmn
`
`ILLUSTRAIIONS ,y'
`
`'
`
`'
`
`
`
`THE COMPREHENSIVE
`
`COMPLETELY ‘
`.'/ REVISED AND
`:- UPDATED.WIFH NH
`
`'
`
`. ' .
`
`V
`
`STANDARD FOR
`
`BUSINESS, SCHOOL,
`
`LIBRARY, AND HOME
`
`Microsoft
`1’
`R
`F
`‘i
`T‘
`
`Papst Licensing GmbH & Co. KG - Exhibit 2010, p.1
`
`Papst Licensing GmbH & Co. KG - Exhibit 2010, p.1
`
`

`

`
`Microsoft Press
`A Division of Microsoft Corporation
`
`One Microsoft Way
`
`Redmond, Washington 98052-6399
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`Copyright 8:1 1994 by Microsoft Press
`
`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 Cataloging-in-Publication Data
`
`the comprehensive standard for
`Microsoft Press computer dictionary :
`business, school, library, and home / Microsoft Press. -- 2nd ed.
`p.
`cm
`ISBN 1—55615-597-2
`
`2, Microcomputers——Dictionaries.
`1. Computers-Dictionaries
`I, Microstt Press.
`I]. Title: Computer dictionary.
`QA76.15.M54
`1995
`004'. 05— -dC20
`
`95-29868CIP
`
`Printed and bound in the United States of America.
`
`125456789 MLML 987654
`
`Distributed to the book trade in Canada by Macmillan of Canada, a division of Canada
`Publishing Corporation.
`
`Distributed to the book trade outside the United States and Canada by
`Penguin Books Ltd.
`
`Penguin Books Ltd., Harmondsworth, Middlesex, England
`Penguin Books Australia Ltd., Ringwood, Victoria, Australia
`Penguin Books NZ. Ltd., 182-190 Wairau Road, Auckland 10, New Zealand
`
`British Cataloging—in-Publication Data available.
`
` PUBLISHED BY
`
`
`
`
`
`
`Project Editor: Casey D. Doyle
`Manuscript Editor: Alice Copp Smith
`Technical Editors: Mary DeJong,jeff Carey, Dail Magee,Jr.,Jim Fuchs, Seth McEvoy
`
`
`
`Papst Licensing GmbH & Co. KG - Exhibit 2010, p.2
`
`Papst Licensing GmbH & Co. KG - Exhibit 2010, p.2
`
`

`

` end-around carry
`
` enhanced keyboard
`
`
`end-of-text Abbreviated ETX. A character used in
`data transmission to denote the end of a text file.
`Endrlof—text does not necessarily mean end-of—
`transmission (EOT) because a transmission can
`include a substantial number of error-checking
`and transmission-control characters that precede
`and follow the text portion of the message. In the
`ASCII coding scheme, ETX is represented by the
`decimal value 3 (hexadecirnal 03).
`end-of-transmission Abbreviated EOT. A sym-
`bol designating the end of a transmission. In the
`ASCII coding scheme, end-of-transmission is a
`transmission-control character with the decimal
`value 4 (hexadecimal 04).
`endpoint The beginning or end of a line segment.
`end user Traditionally, the recipient of computer
`output; with microcomputers, a term used in ref-
`erence to the people who use (as opposed to
`design or program) computers and computer
`applications.
`engine The portion of a program that determines
`how the program manages and manipulates data.
`An engine thus differs from a user interface, with
`which the user communicates with the program,
`and it differs from other parts of a program, such
`as installation routines and device drivers, which
`enable the program to use a computer system
`and its components. The term engine is seldom
`used on its own; it is more often mentioned in
`relation to a particuflar program. For example, a
`database engine is the portion of a database-
`management program that contains the tools for
`manipulating a database. Rarely, engine is also
`used to refer to a microprocessor. Compare back-
`end processor, front-end processor.
`Enhanced Expanded Memory Specification
`See EEMS.
`
`to secure a document. See also Data Encryption
`Standard.
`
`end—around carry An end-around shift operation
`on a binary value that uses the carry bit as an ex—
`tra bit—that is, moves the carry bit from one end of
`the value to the other. See also carry, end-around
`shift, shift.
`
`end-around shift The act of shifting a binary
`value in such a way that the bit being shifted out
`of one end gets shifted into the other end. For
`example, a right end-around shift on the binary
`value 00101001 results in the value 10010100. See
`also shift.
`
`en dash A punctuation mark (—) used to indicate
`a range of dates or numbers (for example, 1980—
`90) or to separate the elements of a compound
`adjective, one part of which is hyphenated 0r
`consists of two words (for example, pre—Ciw’l
`War). An en dash is named for a typographical
`unit of measure called the en (half the width of an
`em). Compare em dash, hyphen.
`End key A cursor-control key that moves the cur-
`sor directly to a defined position. The “end” to
`which the cursor moves varies with the program
`that is running; it might, for example, be the end
`of a line of text, the end of a screen, or the end of
`a file.
`
`endless loop See infinite loop.
`end mark A symbol that designates the end of
`some entity, such as a file or a word-processing
`document.
`.
`end-of-file Abbreviated EOF. A code placed by a
`program after the last byte in'a file. An EOF char-
`acter is a marker that tells the computer’s operat—
`ing system that no additional data follows.
`Although it seems redundant, an EOF character is
`usually needed to mark the actual point at which
`a file ends because file space is allocated in
`blocks of bytes. Thus, the true end of a file, if it
`appears in the middle of the last allocated group
`of bytes, is not the same as the so—called physical
`end-of-file (the last byte of storage space set
`aside for the data contained in the file). In the
`ASCII coding scheme, EOF is represented by
`the decimal value 26 (hexadecimal 1A) or the
`Control-Z control character.
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`Enhanced Graphics Adapter See EGA.
`enhanced keyboard The 101/102-key keyboard
`introduced by IBM partway through the life of
`the IBM PC/AT. This layout remains the standard
`keyboard for the PS/2 line and has become the
`de facto standard for most IBM-compatible key-
`boards. See the illustration on the next page. The
`enhanced keyboard (originally called the Ad—
`vanced Keyboard by IBM) differs most signifi-
`M
`
`
`
`Papst Licensing GmbH & Co. KG - Exhibit 2010, p.3
`
`Papst Licensing GmbH & Co. KG - Exhibit 2010, p.3
`
`

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