throbber
MICROSOFT PRESS*
`
`(COMPUTER
`DICTIONARY
`
`SECOND
`
`EDITION
`
`"THE COMPREHENSIVE
`
`STANDARD FOR
`
`BUSINESS, SCHOOL,™s:%°
`LIBRARY, AND HOME
`
`STACKS
`
`. MEMORIAL LIBRARY
`
`ia
`
`OLYMPUS EX.1007 - 1/4
`
`OLYMPUS EX. 1007 - 1/4
`
`

`

`PUBLISHED BY
`Microsoft Press
`
`RIVE]viK
`
`aneNPTENOen
`
`
`Wel Be
`
`2
`#
`of
`hy paeT i
`Aae
`~8
`
`A Division of Microsoft Corporation
`OneMicrosoft Way
`Redmond, Washington 98052-6399
`J Brak?
`Copyright © 1994 by Microsoft Press
`All rights reserved. Nopart 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.
`
`D2
`
`Library of Congress Cataloging-in-Publication Data
`
`Microsoft Press computer dictionary : the comprehensive standard for
`business, school, library, and home / Microsoft Press. -- 2nd ed.
`p.
`cm.
`ISBN 1-55615-597-2
`2. Microcomputers--Dictionaries.
`1, Computers--Dictionaries.
`I. Microsoft Press.
`II. Title: Computerdictionary.
`QA76.15.M54_
`1993
`004'.03--de20
`
`93-29868
`CIP
`
`Printed and boundin the United States of America.
`
`23456789 MLML 987654
`
`Distributed to the book trade in Canada by Macmillan of Canada, a division of Canada
`Publishing Corporation.
`
`Distributed to the booktrade 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 N.Z. Ltd., 182-190 Wairau Road, Auckland 10, New Zealand
`
`British Cataloging-in-Publication Data available.
`
`Project Editor: Casey D. Doyle
`Manuscript Editor: Alice Copp Smith
`Technical Editors: Mary DeJong,Jeff Carey, Dail Magee, Jr., Jim Fuchs, Seth McEvoy
`
`
`
`
`OLYMPUS EX.1007- 2/4
`
`OLYMPUS EX. 1007 - 2/4
`
`

`

`
`
`AMPS
`
`analog-to-digital converter
`
`AMPS Acronym for Advanced Mobile Phone Ser-
`analog display A video display capable of ren-
`vice. An analog cellular communications technol-
`dering a continuous range (an infinite number) of
`ogy developed by AT&T Bell Laboratories that
`colors or gray shades, as opposedtoadigital dis-
`relies on FDM (frequency-division multiplexing).
`play, which is capable of rendering only a finite
`AMPSis currently in use as the cellular telephone
`number of colors. Examples of analog displays
`industry standard in the United States. See also
`include IBM’s MCGAand VGAdisplays. Compare
`FDM, NAMPS.
`digital display; see also analog.
`AMPS/NAMPS See AMPS, NAMPS.
`analog line A communications line, such as a
`analog A term applied to any device, usually elec-
`telephoneline, that carries information in analog
`tronic, that represents values by a continuously
`(continuously variable) form. To minimizedistor-
`variable physical property, such as voltage in an
`tion and noise interference, an analog line uses
`electronic circuit. Derived from the Greek word
`amplifiers to strengthen the signal periodically
`analogos, meaning proportion or ratio, analog
`during transmission. Compare digitalline.
`means both variation and proportion. An analog
`analog signal generator A device that generates
`device can represent aninfinite numberof values
`analog (continuously variable) signals, some-
`within the range the device can handle. In con-
`times usedto activate a positioner, the portion of
`trast, digital representation maps values onto
`an extremely high-density disk drive that moves
`discrete numbers,
`limiting the possible range
`the read/write head to the appropriate location
`of values to the resolution of the digital de-
`on a disk for a read or write operation.
`vice. Compare digital, see also analog computer,
`analog-to-digital converter Abbreviated A-D con-
`analog-to-digital
`converter,
`digital-to-analog
`verter or ADC. A device thattranslates analog sig-
`converter.
`nals to digital signals. An analog signal consists of
`a voltage or current that can vary continuously
`within a range of values, whereasa digital signal
`consists of discrete numeric values represented
`by binary patterns of 0’s and 1’s. An A-D convert-
`er periodically measures (samples) the analog
`signal and converts each measurementto the cor-
`respondingdigital value. Seetheillustration. A-D
`converters are typically used to permit comput-
`ers, which use digital signals, to “read” analog
`signals. An A-D converter, for example, can be
`used to convert sound represented as an analog
`electric signal to a series of digital samples that
`can be stored in memory, on hard disk, or on a
`compact disc
`(so-called digital or
`sampled
`sound). A digital-to-analog converter (DAC) can
`be used to transform this series of samples back
`
`analog channel A communications channel, as
`on a voice-grade telephone line, on which a
`transmitted signal can vary continuously and to
`any degree within defined upper and lowerlim-
`its. A signal on an analog channel thus can have
`any of a multitude of values, as opposedto a digi-
`tal signal, which has either of two values, repre-
`sented by 1 or 0.
`analog computer A computer that processes
`continuously variable data, such as voltage fluc-
`tuations, rather than digitally encoded informa-
`tion, such as binary numbers. Analog computers
`are typically used for scientific and industrial
`applications. A microcomputer is digital, but it
`can make use of analog information through an
`analog-to-digital converter and can convert digi-
`tal information to analog form through a digital-
`to-analog converter. See also analog, analogdata,
`analog-to-digital
`converter, digital-to-analog
`converter.
`
`
`
`
`
`repre-
`is
`that
`analog data Data (information)
`sented by continuously variable changes in a
`physical property such as voltage, fluid pressure,
`Analog-to-digital converter.
`or rotation. See also analog.
`
`
`Analog
`input
`
`Digital
`output
`
`19
`
`OLYMPUS EX.1007- 3/4
`
`OLYMPUS EX. 1007 - 3/4
`
`

`

`analysis
`
`animation
`
`into an analog signal, which can then befed into
`an amplifier/speaker system. The primary charac-
`teristics of an ADC are the number of samples per
`second it can convert and the precision of each
`sample in bits. For example, high-quality sound
`stored on compactdisc is often digitized at 48,000
`samples per second and 16 bits per sample, render-
`ing up to 65,536 voltage levels in each sample.
`Compare digital-to-analog converter.
`analysis The evaluation of a situation or a prob-
`lem, including review from different aspects or
`points of view. In computing, analysis commonly
`involves such features as flow control, error con-
`trol, and studies of efficiency. Often the larger
`problem is divided into smaller componentsthat
`can be more easily examined and dealt with.
`Compare synthesis; see also flow analysis, nu-
`merical analysis, systems analysis.
`analysis graphics See presentation graphics.
`Analytical Engine A mechanical calculating ma-
`chine that was conceived by British mathemati-
`cian and scientist Charles Babbage in 1833 but
`only a part of which was ever constructed. The
`first general-purpose digital computer, the Ana-
`lytical Engine, although conceived long before
`electronics technology appeared, was to have
`been capable of storing instructions, performing
`mathematical operations, and using punched
`cards as a form of permanent memory. See also
`Difference Engine.
`ancillary equipment See peripheral.
`AND A logical operation for combining two bits
`(0, 1) or two Boolean values(false, true}.
`It re-
`turns the value 1 (true) if, and only if, both values
`are 1 (true). The possible combinations are shown
`in the following table.
`a
`b
`0
`0
`0
`1
`1
`0
`1
`1
`
`a AND b
`0
`0
`0
`1
`
`ANDgate A type ofdigital circuit that outputs a 1,
`or true, only whenall inputs are 1. The truth table
`showsthe results of all possible combinations of
`two input signals (1 = true, 0 = false) for such a
`
`gate. Note that AND gates can have more than
`two inputs. See alse truthtable.
`
`Input 1
`0
`0
`1
`1
`
`Input 2
`0
`1
`0
`1
`
`Output
`0
`0
`0
`1
`
`Theillustration shows the symbol for an AND
`gate as used in electronic schematics.
`
`Input 1
`
`Input 2
`
`AND gate.
`
`Output
`
`angstrom Abbreviated A; also called angstrom
`unit. A unit of distance equal to one ten-billionth
`(10°) of a meter. One inch contains approxi-
`mately 250,000,000 angstrom units. Wavelengths
`of light are often expressed in angstroms.
`animation The simulation of movement pro-
`duced by displaying a series of successive images
`on the screen. In computer graphics, animation
`can be accomplished in several ways, depending
`on the tools provided by the programmer's
`choice of programming language and on the
`working environment. One approach to anima-
`tion involves drawing an image and thenerasing
`it and redrawingit in a slightly different place on
`the screen. Another approach makes use of the
`creation of entire screen frames (pages), which
`are drawn in memory and displayed in sequence
`on the screen. Yet another uses built-in screen-
`
`managementtools that enable the programmerto
`specify an object, a starting point, and a destina-
`tion, leaving the process of movementto the un-
`derlying software. Animation can be generated
`either in real time, in which each frameis created
`as the viewer watches, or in simulated time. In
`the latter, the computer generates still frames,
`which are then printed and photographed orare
`sent to a film or video animation camera. In this
`way, a computer can spend seconds, minutes, or
`hours generating each frame, but on replay the
`tape or film displays each framein a fraction of a
`
`
`20
`
`OLYMPUS EX. 1007 - 4/4
`
`
`
`OLYMPUS EX. 1007 - 4/4
`
`

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