throbber
Dictionary of
`Computer and
`Internet Terms
`
`
`
`
`Fifth Edition
`
`Douglas A. Dowining, PILD.
`School of Business and Economics
`Seattle Pacific University
`
`Michael A. Covington, Ph.D.
`Artificial Intelligence Center
`The University of Georgia
`
`
`
`Melody Maulclin Covington
`Graphic Designer
`Athens. Georgia
`
`Apple Exhibit 1034
`
`Apple v. Core Wireless
`IPR2015-01898
`
`Page 00001
`
`Apple Exhibit 1034
`Apple v. Core Wireless
`IPR2015-01898
`Page 00001
`
`

`
`ABOUT THE AUTHORS
`
`Douglas Downing teaches economics at Seattle Pacific University. He
`is the author of several books in Barron's Easy Way series including
`‘ mpurer Pmgraznming in B/1.S‘i’C, Computer Pmgmiiuiiirtg in Pciscai
`(with Mark Yoshirni), Aigcbra, Tri'g0n{)Hl!?W_1‘, Cmfcufus, and Statistics
`(with Jeff Clark). He is also the author of Business Srzirirtics and
`Quantitative Merlzods (both with Jeff Clark for the Barron's Busiriess
`Review series). Com,r)uters and Business TasR.s'. and i')icriwmr3~ of
`Maritemar.-‘cs Terms. all published by Barnorfs Educational Series. Inc.
`He holds the Ph.D. degree in economics from Yale University.
`Michael Covington is a research scientist and teacher in natural
`language processing and artificial intelligence at the University of
`Georgia. He is a contributing editor for PC ?i?ci’inr‘qirces' and Eiectnmics
`New magazines and is the author of Computer Science Study Keys-
`(published by Burron’s), Pmlog Programirzing in Depth (with Donald
`Nutc), Artmphotograpity for the Arrmreztr, Syntactic Theory in the
`High Middle Ages, and numerous articles in scholarly journals and
`computer and electronics magazines. He holds the PILD. degree in
`linguistics from Yale University.
`Melody Mauldin Covinglon is a graphic designer living in Athens.
`Georgia. She is author ofDicririnary offleskmp Publishing (published
`by Barron’s) and was formerly art director of The Marie!!(: Daily
`Journal and Neigfabor Newspapers in suburban Atlanta.
`
`Series, Inc-
`'
`-

`.
`.
`C
`,-...m |9t)[; by [_s.armn at lvlttcuirnllal
`][j:?i0[c|r;[L=l,\l:tié.—m © wpwgiyi i995. I992. I989, und 1986
`by B:1rron”slidi1L::tt1ona| 5>cI‘1t!~'a'A [Mr
`
`an form‘ by Phomsmc, microfilm.
`.
`All rights reserved.
`In rad mm my inmrmatiuln I
`No part of this hook
`remtzvul system, clcuronu. or met. anlcfl -
`:-tcrngrap 15'. or NH)’ 0
`without the written p.‘1'rn.I::‘S101'l
`_ _
`" _h
`-
`of [hc wpy right owner.
`
`Barmn’s l-Jrjucutioniil Series. lnc.
`AN r'nqm‘:'r't*.t'
`.s'1I'r{I!='d I'M ““_:‘f’l""""“'"1 ‘W
`250 Wireless Bnulevz-rd
`H_«_.uppaugc, New York 1 I733
`-
`,
`.
`-
`L,';,,-,,;-_t- [;f(,o:r_s;res'.r Errttrlrig Curd N" 96 92
`International SlCmd‘-|Td 300'‘ N0" 0'8I20’g8“-U
`
`50
`
`Ltim-rr ofCoi1fi"*‘-”’-“ C=““'°?="‘“%"“‘P“b“°’"°" Dam
`
`D
`
`'
`
`,Miciuiel
`
`,
`
`,
`Downing. |30l'£»"”%‘
`Cnvi:1gloiI.M1:l0C1)' M‘e“11d'“
`.
`.
`‘
`.
`_
`_
`cm.
`pmviisms gdg‘ published under title‘. DH-I-l0|'I3T)‘ Of ‘-‘“'“P“‘er ""m5
`ISBN 0-Sim-gslIE'ii:I.?oIInrics
`7‘
`ITIl€1‘I'!€i(C01'“P”'-er
`“e’T'w°rk}—
`l.('<}I1'l|3"1‘3"""
`'-
`“ -. TA. 1957-
`.
`Il.Covir1gton,
`Dimimmm5'
`‘
`1'Coviigm’M152?-§1u.'oac:ionaw ofcomputcr
`Melody MaultJi11_
`II1,
`owmngv
`Lcrn1,::.
`IV. Tillo.
`QAro.15.Donr
`1996
`004’ ,E}3—dt.".3U
`
`.
`

`
`5
`
`Pl<lNTl'-ID IN THIS UNIT!-21) s1;m=3 or AMERICA
`
`‘J H6543!
`
`Page 00002
`
`

`
`PLANE
`
`FRMCHK: PROCEDURE DPTIUNS (MAIN);
`It Reads a list of numbers and
`identifies which ones are prime pf
`DECLARE (N,
`I) FLOAT;
`DN I.-'.NlJ1-‘ILE G0 "re srur;
`GET LTSTCN}:
`
`DU I = 2 TD [TRUNC(SDR'1‘(N)}+1);
`IF Ml.‘ = '1‘rtUNc:(N./1) THEN
`on TD ldPRIt-IE;
`END I.UuP;
`PUT sK1P£2) LIST (la, 115 PRIME’);
`on T0 S‘l‘itRT;
`
`NPRIHE: PUT SKIP(2) L1ST(N,’IS NUT PRIME’);
`PUT SKIP LIST (‘IT IS DIVISIBLE BY’,I);
`GD TD START;
`STOP: END PRMCHK;
`
`FFGURE 168. PLf1 PROGRAM TO TEST
`WHETHER A NUMBER IS PRIME
`
`early l96Us to accornpuiiy its SysteInJ360 Computer. The name stands
`for Prtlgrantltling l..ungu21ge One.
`PIJI can he (.lC‘51'C|'il'tCCl as a combination of ALGOL 60 black struc-
`ture. FORTRAN arithmetic. and COBOL data structuring. PU] is the
`language ofcltoicc for writing complex programs on IBM mainfratnc
`L‘0l’l'IpUl.Cl'.‘i. but it has received little use on other types of machines.
`Fig. 168 shows an extnnple of a PU] program. Note that the main
`program is dcelaretl as a procedure with the option MAIN. This program
`is written in a FORTRAN-like style with GO ‘ID statements, but a pure
`:il1'LlClILIFi‘:(.l l’l_.i"l style (like l’£1scal, without GO T0) is equally practical.
`
`_
`PLANE
`in geometry, all lhe points on a flat surface. Thus a plane is a
`1.
`IV‘-’L‘H.llI’]1(3n.\‘l01‘lZ'tl space on which things have length and width but no
`thickness.
`
`in computer‘ graphics, one of several images that are super-
`2.
`imposed to plmluce the final image. For example, many video Cards
`have separate planes (internal bllmaps) for red, green, and blue. The
`colnplcte image is a combination of the images stored on the three
`planes. Stir’ LI§lANNl~Il..
`PLASMA glowing ioni;ted gas. Sat» GAS PLASMA DISPLAY.
`
`PLATEN lhe roller in at lypewriler or printer that holds the paper as the
`keys or pins strike it.
`
`POINT
`289
`_.j._
`
`PLATFORM a piece of equipment or software used as a base on which
`to build something else. For example. a mainframe computer can serve
`as a platform for a large accounting system
`
`PLOTTER adcvice that draws pictures on paper by moving pens accord-
`ing to directions from a computer. See GRAPHICS.
`
`PLUG AND PLAY a standard way of configuring PC-compatible com-
`putcr hardware automatically. developed by Microsoft and a number of
`other companies in the mid-1990s. Plug and Play hardware is compul-
`ible with conventional hardware (ISA. PCI, PCMCIA, Micro Channel,
`etc.) but has additional capabilities. Each card or accessory inserted
`into a computer contains identifying in1"orina1ion that can be read by
`the BIOS and the operating system. Thus, the computer can see all die
`installed accessories and can configure itself to use them appropriately.
`PLUG-IN an accessory program that provides additional functions for a
`main application program. Plug-ins have to be loaded at the some time
`as the main program; they then show up as an option in an appropriate
`menu.
`
`PNP
`
`(written PNP) one of the two types of bipolar TRANSISTORS
`1.
`(contrast NPN).
`2.
`(written Pnl’) abbreviation for PLUG mm PLAY.
`
`!i|l."i|||ll§i§||||if
`
`..
`
`"
`
`'
`
`FIGURE 169. POINT
` j_..j
`
`POINT a unit of typographical measurement equal to g inch. The height
`of type is usually expressed in points. However, this is not a measure-
`ment of the size of the letters, but rather of die wooden blocks on
`which the metal type was mounted for printing presses. This usually
`included some space at the top of the tallest capital letters and below
`the descenders. Therefore, different typefaces of the same point size
`may actually differ in size. To this day, even digitized typefaces show
`some of die same idiosyncrasies. A desire to be faithful to the original
`designs has prevented the type‘s apparent sire from being regularized.
`
`Page 00003

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