throbber
Case 6:21-cv-00569-ADA Document 29-3 Filed 01/06/22 Page 1 of 4
`Case 6:21-cv-00569-ADA Document 29-3 Filed 01/06/22 Page 1 of 4
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`
`EXHIBIT B
`EXHIBIT B
`
`

`

`Case 6:21-cv-00569-ADA Document 29-3 Filed 01/06/22 Page 2 of 4
`Case 6:21-cv-00569-ADA Document 29-3 Filed 01/06/22 Page 2 of 4
`
`
`
`
`Third Edition
`
`Micresoft'’Press
`
`

`

`Case 6:21-cv-00569-ADA Document 29-3 Filed 01/06/22 Page 3 of 4
`
`
`PUBLISHED BY
`Microsoft Press
`A Division of Microsoft Corporation
`One Microsoft Way
`Redmond, Washington 98052-6399
`Copyright © 1997 by Microsoft Corporation
`All rights reserved. Nopart of the contents of this book may be reproduced or transmitted
`in any form or by any meanswithoutthe written permission ofthe publisher.
`Library of Congress Cataloging-in-Publication Data pending.
`ISBN 1-57231-743-4
`
`Printed and bound in the United States of America.
`
`123456789 QMQM 210987
`Distributed to the book trade in Canada by Macmillan of Canada, a division of Canada
`Publishing Corporation.
`,
`A CIP cataloguerecord for this book is available from the British Library.
`Microsoft Press books are available through booksellers and distributors worldwide. For further
`information 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
`mspress.microsoft.com.
`Macintosh, Power Macintosh, QuickTime, and TrueType fonts are registered trademarks of
`Apple Computer,Inc. Intelis a registered trademark ofIntel Corporation. DirectInput, DirectX,
`Microsoft, Microsoft Press, MS-DOS, Visual Basic, Visual C++, Win32, Win32s, Windows,
`Windows NT, and XENIX are registered trademarks and ActiveMovie, ActiveX, and Visual
`J+ are trademarks of Microsoft Corporation. Java is a trademark of Sun Microsystems,Inc.
`Other product and company names mentioned herein may be the trademarksof their respec-
`tive owners.
`:
`Acquisitions Editor: Kim Fryer
`Project Editors: Maureen Williams Zimmerman, AnneTaussig
`Technical Editors: Dail Magee Jr., Gary Nelson, Jean Ross, Jim Fuchs, John Conrow,
`Kurt Meyer, Robert Lyon, Roslyn Lutsch
`
`
`
`
`
`

`

`Case 6:21-cv-00569-ADA Document 29-3 Filed 01/06/22 Page 4 of 4
`29-3 Filed 01/06/22 Page 4 of 4
`Case 6:21-cv-00569-ADA Document
`
`al]
`
`wants to add; an Environment Division, which
`specifies the computer(s) being used andthe files
`used in the program for input and output; a Data
`Division, which describes the format of the data
`structures used in the program; and a Procedure
`Division, which contains the procedures that dic-
`tate the actions of the program. See also compiled
`language.
`cobwebsite \kob‘web sit'\ . A Website that is
`far out of date. See also Website.
`CODASYL \ko* dasil’, CO-D°A-S-Y-L’\ 7. Acro-
`nym for Conference on Data Systems Languages.
`An organization founded by the U.S. Department
`of Defense. CODASYL is dedicated to the develop-
`ment of data-management systems and languages,
`among them the widely used COBOL business
`language.
`code!
`\k6d\ n. 1. Program instructions. Source
`code consists of human-readable statements writ-
`ten by a programmerin a programming language.
`Machine code consists of numerical instructions
`that the computer can recognize and execute and
`that were converted from source code. See also
`data, program. 2. A system of symbols used to
`convert information from one form to another. A
`code for converting information in order to con-
`ceal it is often called a cipber. 3. One of a set of
`symbols used to represent information.
`code?
`\kdd\ vb. To write program instructions in
`a programming language. See also program.
`codec \k6‘dek\ x. 1. Short for coder/decoder.
`Hardware that can convert audio or video signals
`between analog and digital forms. 2. Short for
`compressor/decompressor. Hardware or software
`that can compress and uncompress audio or video
`data. See also compress”, uncompress. 3. Hard-
`ware that combines the functions of definitions 1
`and 2.
`code conversion \k6d° kan-verzhan\ n. 1. The
`process of translating program instructions from
`one form into another. Code may be converted at
`the source-languagelevel (for example, from C to
`Pascal), at the hardware-platform level (for exam-
`ple, from working on the IBM PC to working on
`the Apple Macintosh),or at the language level (for
`example, from source code in C to machine code).
`See also code!
`(definition 1). 2. The process
`of transforming data from one representation to
`
`another, such as from ASCII to EBCDIC OFfro
`m
`two’s complementto binary-coded decimal,
`Code Division Multiple Access \kdd da-vizh*s
`mul‘ta-pl ak’ses\ n. A form of multiplexing n
`which the transmitter encodes the Signal, usin,
`‘
`pseudo-random sequence that the receiver also
`knowsand can use to decodethereceived signal
`Each different random sequencecorresponds to ,
`different communication channel. Motorola Uses
`Code Division Multiple Access for digital cellular
`phones. Acronym: CDMA (C’D-M-A’). Also called
`spread spectrum.See also multiplexing,transmitter.
`code page \k6d" paj\ 1. In MS-DOSversions 3,3
`and later, a table that relates the binary character
`codes used by a program to keys on the keyboard
`or to the appearance of characters onthedisplay.
`Code pages are a means of providing support for
`character sets and keyboard layouts usedin differ-
`ent countries. Devices such as the display and the
`keyboard can be configured to use a specific code
`page and to switch from one code page (suchas
`United States) to another (such as Portugal) at the
`user’s request.
`coder \k6dar\ n. See programmer.
`code segment \k6d° seg’mant\ 7. 1. A memory
`segment containing program instructions. 2. A
`named and segregated portion of a program's
`codetypically performing a specific class of oper-
`ations. Code segments in this sense are often
`loaded into memory as memory segments. The
`main program segment is kept in memory, and
`auxiliary segments are loaded only whenthey are
`required.
`code snippet \k6d’ snip‘at\ n. 1. In a graphical
`user interface, programming instructions embed-
`ded in a menu optionor button defined by the
`user. The snippet—consisting of one or morelines
`of source code—determines what the option oF
`button does when chosenorclicked on. 2. A small
`piece of programming codethatis part ofa larger
`program. Usually the code snippet performsa spe
`cific function or task.
`coding form \k6‘déng form*\ n. A sheet of paper
`ruled with horizontal and vertical lines to aid in
`writing source code for older languages that have
`position-dependent syntax (such as FORTRAN).
`Most programmers now use graph paper if they
`use paperatall.
`
`0G
`ii
`a|
`
`

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