throbber
ServiceNow's Exhibit No. 1006
`
`001
`
`

`
`PUBLISHED BY
`Microsoft Press
`A Division of Microsoft Corporation
`One Mkrosoft 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. em.
`ISBN 0-7356-1495-4
`1. Computers--Dictionaries. 2. Microcomputers--Dictionaries.
`
`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. Penn 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 infotma(cid:173)
`tion about international editions, contact your local Microsoft Corpor:~tion office or contact Microsoft
`Press International directly at fax (425) 936-7329. Visit our Web site at www.m.ierosoftcom/rnspress.
`Send comments to mspinput@microsojt.com.
`
`Active Desktop, Active Directory, ActiveMovie, ActiveStore, ActiveSync, ActiveX, Authenticode,
`BackOffice, BizTalk, ClearType, Direct3D, DirectAnimation, DirectDraw, Directlnpul, Direcb\1usic,
`DirectPlay, DirectShow, DirectSound, DirectX, Entourage, FoxPro, FrontPage, Hotmail, IntelliEye,
`lntelliMouse, lntelliSense, JScript, MapPo1nt, Microsoft, Microsoft Press, Mobile Explorer, MS-DOS,
`MSN, Music Central, NetMeeting, Outlook, PhotoDraw, PowerPoint, SharePoint, UltimateTV, Visio,
`Visual Basic, Visual C++, Visual FoxPro, Visual lnterDev, Visual )++, 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 menlioned 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, producl,
`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
`
`ServiceNow's Exhibit No. 1006
`
`002
`
`

`
`strong name
`
`submenu
`
`smart po1table devices, such as cellular phones and hand(cid:173)
`held computers; Intemet access devices, s uch as set-tOp
`boxes; networking devices, such as switches and routers;
`and embedded controls, such as entertainment devices and
`automation equipment. See also ARM.
`
`more disks. Originally shareware, Stufflt is now a com(cid:173)
`mercial product for Macs and PCs that supports multiple
`compression techniques and allows file viewing. Stufflt
`files can be uncompressed using a freeware program,
`Stufflt Expander.
`
`strong name n. A name that consists of an assembly's
`identity: its simple text name, version number, and often
`the cul ture information strengthened by a public key and a
`digital signature generated over the assembly. Assemblies
`with the same strong name are expected ro be identical.
`
`strong typing n. A characteristic of a programming lan(cid:173)
`guage that does not allow the program to change the data
`type of a variable during program execution. See also datu
`type, variable. Compare weak typing.
`structure n 1. The design and composition of a program,
`including program flow, hierarchy, and modularity. 2. A
`collection of data elements. See also data structure.
`
`structured graphics n. See object-oriented graphics.
`
`structured programming 11. Programming that pro(cid:173)
`duces programs with clean now, clear design, and a degree
`of modularity or hierarchical structure. See also modular
`programming, object-oriented programming. Compare
`spaghetti code.
`
`structured query language n A database sublanguage
`used in querying, updating, and managing relational
`daLabases-the de facto standard for database products.
`Acronym: SQL.
`structured walkthrough 11. 1. A meeting of program(cid:173)
`mers wor king on different aspects of a software develop(cid:173)
`ment project, in which the programmers attempt to
`coordinate the various segments of the overall project.
`The goals, requirements, and components of the project
`are systematical ly reviewed in order to minimize the error
`rate of the software under development 2. A method for
`examining a computer system, including its design and
`implemenlation, in a systematic fash ion.
`STT n. See Secure Transaction Technology.
`
`stub n. A routine that contains no executable code and
`that generally consists of comments describing what will
`eventually be there; it is used as a placeholder for a routine
`to be written later. Also called: dummy routine. See also
`top-down programming.
`
`Stufflt n. A file compression program originally written
`for the Apple Macintosh, used for storing a file on one or
`
`style sheet n. 1. A file of instructions used to apply char(cid:173)
`acter, paragraph, and page layou t formats in word process(cid:173)
`ing and desktop publishing. 2. A text file containing code
`to apply semantics such as page layout specifications to an
`HTML document. See also HTML document, semantics
`(definition I).
`
`stylus 11. A pointing device, similar to a pen, used to
`make selections, usually by Lapping, and to enter informa(cid:173)
`tion on the touch-sensitive surface.
`
`subclass n. A class in object-oriented programming that
`is derived from, and inherits its attributes and methods
`from, another class known as a superclass. Compare
`superclass.
`
`subcommand 11. A command in a submenu (a menu that
`appears when a user selects an option in a higher-level
`menu).
`
`subdirectory n. A directory (logical grouping of related
`files) within another directory.
`
`subdomain n. A domain, often representing an adminis(cid:173)
`trative or other organizational subgroup within a second(cid:173)
`level domain. See also domain.
`
`subform 11. A form contai ned within another form or a
`report.
`
`subject drift n. See topic drift.
`
`subject tree n. A type of World Wide Web index that is
`organized by subject categories, many of which are broken
`down into subcategories, or "branches." An example of a
`World Wide Web subject tree is Yahoo! See also Yahoo!
`
`submarining n. A phenomenon that occurs when some ~
`part of a screen display moves more quickly than the ~
`screen can show. The object (such as the mouse pointer)
`disappears from the screen and reappears where it comes
`to rest, just as a submarine resurfaces after a dive. Subma-
`rining is especially a problem with the slowly responding
`passive-matrix LCD displays on many laptop computers.
`
`submenu 11. A menu that appears as the result of the
`selection of an item on another, higher-level menu.
`
`50:1.
`
`ServiceNow's Exhibit No. 1006
`
`003

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