throbber
Page 1 of 3
`
`Oeyayelecayi
`Dictionary
`
`ATI Ex. 2126
`
`IPR2023-00922
`
`Microsoft
`
`mittemeciicie:«i
`
`Fully updated with the latest
`technologies, terms, and acronyms
`Easy to read, expertly illustrated
`Definitive coverage of hardware,
`software, the Internet, and more!
`
`ATI Ex. 2126
`IPR2023-00922
`Page 1 of 3
`
`

`

`
`
`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.--Sth ed.
`p- cm.
`ISBN 0-7356-1495-4
`1. Computers--Dictionarics. 2. Microcomputers--Dictionarics.
`
`AQ76.5. M52267 2002
`004°.03--de21
`
`200219714
`
`Printed and bound in the United States of America.
`
`23456789 QWT 765432
`
`Distributed in Canada by H.B. Fenn and CompanyLtd.
`
`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-
`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, BizTalk, Clearlype, Direct3D, DirectAnimation, DirectDraw, DirectInput, 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 cither 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
`
`ATI Ex. 2126
`
`IPR2023-00922
`
`Page 2 of 3
`
`ATI Ex. 2126
`IPR2023-00922
`Page 2 of 3
`
`

`

`
`
`
`
`Control key.
`
`controller n. A device that other devices rely on for
`access to a computer subsystem. A disk controller, for
`controls access to one or more disk drives, man-
`aging physical and logical access to the drive ordrives.
`control logic n. The electronic circuitry that generates,
`interprets, and uses control data.
`control panel 7. In Windows and Macintosh systems, a
`utility that allows the user to control aspects of the operat-
`ing system or hardware, such as system time and date,
`keyboard characteristics, and networking parameters.
`control panel device n. See cdev.
`control sequence 1. See control code.
`
`control signal n. An electronic signal used to control
`internal or external devices or processes.
`control statement n. A statement that affects the flow of
`execution through a program. Control statements include
`conditional statements (CASE, IF-THEN-ELSE),iterative
`statements (DO, POR, REPEAT, WHILE), and transfer
`statements (GOTO). See also conditional statement, itera-
`tive statement, statement, transfer statement.
`
`control strip n. 1. An cquipment calibration tool used to
`determine the corrections needed to restore accuracy by
`comparing recorded data against known values. 2. A util-
`ity that groups shortcuts to commonly used items or infor-
`mation, such as time, battery power level, desktop items,
`and programs,in an easily accessible place. See also
`shortcut.
`
`control structure n. A portion of a program defined by
`the relationship between the statements, used in structured
`programming. There are three basic control structures:
`sequence, where one statement simply follows another;
`selection, where program flow depends on whichcriteria
`are met; and iteration, where an action is repeated until
`
`control unit n. A device or circuit that performs an arbi-
`trating or regulating function. For cxample, a memory
`
`conversational language
`
`controller chip controls access to a computer's memory
`and is the control unit for that memory.
`
`control variable n. In programming, the variable in a
`control statement that dictates the flow of execution. For
`example,the index variable in a FOR loop controls the
`number of times a group of statements are executed. See
`also control statement.
`
`convenience adapter n. See port replicator.
`convention n. Any standard that is used more or less uni-
`versally in a given situation. Many conventions are applied
`to microcomputers. In programming, for example, a lan-
`guage such as C relics on formally accepted symbols and
`abbreviations that must be used in programs. Less formally,
`programmers usually adopt the convention of indenting
`subordinate instructions in a routine so that the structure of
`
`the program is more easily visualized. National and inter-
`
`for programming languages, data structures, communica-
`
`ISO, NTSC, standard (definition 1).
`
`conventional memory n. The amount of RAM address-
`able by an IBM PC or compatible machine operating in
`real mode. This is typically 640 kilobytes (KB). Without
`the use of special techniques, conventional memory is the
`only kind of RAM accessible to MS-DOS programs. See
`also protected mode, real mode. Compare expanded mem-
`ory, extended memory.
`
`convergence n. A coming together. Convergence can
`occur between different disciplines and technologies, as
`when telephone communications and computing converge
`in the field oftelecommunications. It can also occur within
`a program, such as a spreadsheet, when a circular set of
`formulas are repeatedly recalculated (iterated), with the
`results ofcach iteration coming closer to a truce solution.
`conversational adj. Of, pertaining to, or characteristic of
`the mode ofoperation, typical ofmicrocomputers, in which
`the computer user and the system engage in a dialogue of
`commands and system responses. See also interactive.
`conversational interaction n. Interaction in which two
`
`or more parties alternately transmit and receive messages
`from cach other. See also interactive processing.
`conversational language n. Any programming lan-
`guage that allows the programmer to instruct the computer
`in a conversational mode, as opposed to more formal,
`structured languages. For example, in a COBOL program,
`in order to execute a procedure called CHECK 10 times, a
`
`
`
`ATIEx. 2126
`
`IPR2023-00922
`
`Page 3 of 3
`
`ATI Ex. 2126
`IPR2023-00922
`Page 3 of 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