throbber
Microsoft
`
`Fifth Editiog
`
`
`Computer
`Dictionar,
`
` « Definitive coverage of hardware,
`
`PLL eecelcleMUULiC maleate ]tete|
`technologies, terms, and acronyms
`* Easy to read, expertly illustrated
`
`software, the Internet, and more!
`
`

`

`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 Cataloging-in-Publication Data
`Microsoft Computer Dictionary.--5th ed.
`p. cm.
`ISBN 0-7356-1495-4
`1. Computers--Dic tionaries. 2. Microcomputers--Dic tionaries.
`
`AQ76.5 . M52267 2002
`004'.03--dc21
`
`200219714
`
`Printed and bound in the United States of America.
`
`2 3 4 5 6 7 8 9 QWT
`
`7 6 5 4 3 2
`
`Distributed in Canada by H.B. Fenn and Company Ltd.
`
`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 informa(cid:173)
`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@microsojt.com.
`
`Active Desktop, Active Directory, ActiveMovie, ActiveStore, Acti veSync, ActiveX, Authenticode,
`BackOffice, BizTalk, ClearType, Direct3D, DirectAnimation, DirectDraw, Directlnput, DirectMusic,
`DirectPlay, DirectShow, DirectSound, DirectX, Entourage, FoxPro, FrontPage, Hotmail, IntelliEye,
`IntelliMouse, 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-41929
`
`

`

`IE
`
`game tree
`
`gatored
`
`game tree n. A tree strncture representing contingencies
`in a game and used by game developers for design pur(cid:173)
`poses. Each node in a game tree represents a possible posi(cid:173)
`tion (for example, the con.figuratioII! of pieces on a
`chessboard) in the game, and each branching represents a
`possible move. See also computer game.
`
`gamut n. The complete range of colors a display or
`printer is capable o f producing. If a color falls outside the
`gamut of a device, it cannot be accurately displayed or
`printed from that device.
`gamut alarm n. A feature in graphics programs that
`alerts the user if a chosen color will fall outside the cur(cid:173)
`rently selected gamut. See also gamut.
`Gantt chart n. A bar chart that shows individual parts of
`a project as bars against a horizontal time scale. Gantt
`chmts are used as a project-planning tool for developing
`schedules. Most project-planning software can produce
`Gantt charts.
`
`gap n. See inter-record gap.
`
`garbage n. 1. Incorrect or corrupted data. 2. Gibberish
`displayed on screen, either due to faulty hardware or soft(cid:173)
`ware or because a program is unable to display a file's
`content. For example, an executable file is not meant to be
`displayed by a text editor and so is indecipherable on
`screen.
`garbage collectlon n. A process for automatic recovery
`of heap memory. Blocks of memory that had been allo(cid:173)
`cated but are no longer in use are freed, and blocks of
`mem01y still in use may be moved to consolidate the free
`memory into larger blocks. Some programming languages
`require the programmer to handle garbage collection. Oth(cid:173)
`ers, such as Java, perform this task for the programmer.
`See also heap (definition 1).
`
`garbage In, garbage out n. A computing axiom mean(cid:173)
`ing that if the data put into a process is incorrect, the data
`output by the process will also be incorrect. A cronym:
`GIGO.
`
`gas-discharge dlsplay n. A type of flat-panel display,
`used on some portable computers, containing neon
`between a horizontal and a vertical set of electrodes.
`When one electrode in each set is charged, the neon glows
`( as in a neon lamp) where the two electrodes intersect,
`representing a pixel. A lso called: gas-plasma display. See
`also flat-panel display, pixel.
`
`gas-plasma dlsplay n. See gas-discharge display.
`
`gate n . 1. An electronic switch that is the elementary
`component of a digital circuit. It produces an electrical
`output signal that represents a binary 1 or O and is related
`to the states of one or more input signals by an operation
`of Boolean logic, such as AND, OR, or NOT. Also
`called· logic gate. See also gate array . 2. The input te1mi(cid:173)
`nal of a field-effect transistor (FET). Also called: gate
`electrode. See also drain (definition 1), FET, MOSFET,
`source (definition 2). 3. A data structure used by 80386
`and higher microprocessors to control access to privileged
`functions, to change data seg ments, or to switch tasks.
`
`gate array n. A special type of chip that starts out as a
`nonspecific collection oflogic gates. Late in the manufac(cid:173)
`turing process, a layer is added to connect the gates for a
`specific function. By changing the pattern of connections,
`the manufacturer can make the chip suitable for many
`needs. This process is very populm· because it saves both
`design and manufacturing time. The drawback is that much
`of the chip goes unu sed.Also called: application-specific
`integrated circuit, logic array.
`
`gated a4f. 1. Transmitted through a gate to a subsequent
`electronic logic elem ent. 2. Transmitted through a gate(cid:173)
`way to a subsequent network or service. For example, a
`mailing list on BITNET may be gated to a newsgroup on
`the Internet.
`
`gate electrode n. See gate (definition 2).
`gateway n. A device that connects networks using differ(cid:173)
`ent communications protocols so that information can be
`passed from one to the other. A gateway both transfers
`information and converts it to a form compatible with the
`protocols used by the receiving network. Compare bridge.
`
`gateway page n. See dooiway page.
`
`gating circuit n. An electronic switch whose output is
`either on or off, depending on the state of two or more
`inputs. For example, a gating circuit may be used to pass
`or not pass an input sig nal, depending on the states of one
`or more control signals. A gating circuit can be con(cid:173)
`structed from one or more logic gates. See also gate (defi(cid:173)
`nition 1).
`gatored vb. To have been the victim of a hijackware pro(cid:173)
`gram that seized control of an Internet shopping or surfing
`experience and caused the victim's browser to display ads
`and Web sites chosen by the program. Users may be
`
`232
`
`

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