Home > Store

DirectX, RDX, RSX, and MMX Technology: A Jumpstart Guide to High Performance APIs

Register your product to gain access to bonus material or receive a coupon.

DirectX, RDX, RSX, and MMX Technology: A Jumpstart Guide to High Performance APIs

Book

  • Sorry, this book is no longer in print.
Not for Sale

Description

  • Copyright 1998
  • Edition: 1st
  • Book
  • ISBN-10: 0-201-30944-0
  • ISBN-13: 978-0-201-30944-7

Post-publication chapters available!

Chapter 24 and Chapter 25
(in PDF format)

Until now multimedia developers had to program directly to hardware in order to maximize application performance. DirectX, RDX, RSX, and MMX technology are new advancements that enable programmers to write applications that take advantage of hardware acceleration without direct hardware programming.

Written by Intel experts who are developing and applying these new technologies, DirectXAE, RDX, RSX, and MMXoTechnologyo: A Jumpstart Guide to High Performance APIs takes a hands-on approach to illustrate the latest technologies from Microsoft, Intel, and Progressive Networks. This book:

  • Shows programmers how to get up to speed on each API and provides key hints, tips, and advice throughout the text
  • Covers DirectX (DirectDraw*, Direct3D*, DirectSound*) and DirectShow (formerly ActiveMovie) APIs from Microsoft; RDX and RSX from Intel; and
  • RealMedia from Progressive Networks
  • Illustrates optimization techniques for Pentium, Pentium with MMX
  • Technology, and the Pentium II processors
  • Demonstrates how to use Intel's VTune and PMonitor for processor and memory optimization


0201309440B04062001

Downloads

CD Contents

Download the CD files from this book.

Extras

Author's Site

If have have any questions, concerns or suggested errata, please feel free to E-mail the author, Mike Hawash at mike.hawash@awl.com

Sample Content

Downloadable Sample Chapter

Click below for Sample Chapter related to this title:
chap24.pdf

chap25.pdf

Table of Contents



Preface.


Introduction.

I. SURVEYING MULTIMEDIA.

1. Overview of Media on the PC.

Background.

Graphics Device Independence.

Motion Video under Windows.

Multimedia Gaming under Windows 95.

3D Video Architectures on the PC.

Audio Architectures on the PC.

2. Processor Architecture Overview.

Processor Architecture.

System Overview.

II. SPRITES, BACKGROUNDS, AND PRIMARY SURFACES.

3. Simple Sprites in GDI.

Graphics Device Interface (GDI) Overview.

Animation Objects.

Sprites.

Backgrounds.

Transparent Blts with GDI.

Backgrounds.

Demo Time.

How Fast Does GDI Draw Sprites and Backgrounds?

4. Sprites with a DirectDraw Primary Surfaces.

Introduction to Microsoft’s DirectDraw.

Features of DirectDraw.

Before You Get Overly Excited.

Instantiating a DirectDraw Object.

Querying and Creating a Primary Surface.

Implementing a Simple Sprite Class.

Drawing a Sprite on the DirectDraw Primary Surface.

Demo Time.

Redrawing Backgrounds on a DirectDraw Primary Surface.

How Fast Can We Draw Sprites and Backgrounds?

Compositing Objects on a DirectDraw Primary Surface.

5. Hardware Acceleration via DirectDraw.

Creating an Offscreen Surface.

Drawing a Sprite on the DirectDraw Offscreen Surface.

Demo Time.

How Fast is OffScreen Surface Drawing?

Finding Hardware Acceleration.

Setting Up for Hardware Acceleration.

How Fast is CSurfaceVidMem Drawing?

Accelerating Offscreen to Primary Transfers by Page Flips.

What is Graphics Page Flipping?

DirectDraw Page Flipping Model.

Does the Hardware Support Page Flipping?

Setting Up DirectDraw to Use Page Flipping.

“Rendering” Flippable Surfaces.

How Fast is CSurfaceBackBuffer Drawing?

Hardware Acceleration to Blt Sprites.

How Fast is CSpriteGrfx (and CBackgroundGrfx) Drawing?

6. RDX: High-Performance Mixing with a High-Level API.

Introduction to Intel’s RDX Animation Library.

Features of RDX.

Before You Get Overly Excited.

Using RDX.

Generic Objects with RDX.

The Programming Model.

Working with RDX.

Creating an RDX Surface.

An RDX Sprite Class.

Drawing the RDX Sprite.

Demo Time.

How Fast Does CSurfaceRdx Draw?

Hardware Acceleration with RDX.

Full Screen Mode with RDX.

How Fast Does CSurfaceRdx Draw in Full Screen Mode?

Accelerating Objects with RDX.

III. MAKING THE MEDIA MIX.

7. Video under Windows.

Concepts of Motion Video.

Capturing and Compressing Video.

Windows Multimedia Architectures.

Overview of Video Codecs.

8. DirectShow Filters.

DirectShow Components.

What’s a Filter Graph?

Understanding the Mighty Filter.

An Overview on the Samples.

Creating a Source Filter.

The Source Filter Class.

Create an Instance of the Source Filter.

The Source Stream Class.

The Connection Process.

Starting and Stopping.

Moving the Data.

Creating a Transform Filter.

Creating a Rendering Filter.

Adding Your Own Interface.

Adding Property Pages to Filters.

Adding the Property Interface to the Filter.

Implementing the Property Page Interface.

Adding a Filter to the Registry.

Using a Registry File is Not Recommended.

Using Filter Self-Registration is Recommended.

9. DirectShow Applications.

DirectShow Mechanisms for Working on Filter Graphs.

COM: Automatic Construction of Filter Graphs.

COM: Manual Construction of Filter Graphs.

Adding Source Filters.

Adding Transform and Rendering Filters.

Connecting the Two Pins.

COM: Accessing Custom Interfaces.

COM: Showing Filter Property Pages.

Creating Events under DirectShow.

ActiveX: A Simple Way to Control DirectShow.

Playing a File Using the ActiveX Interface.

Controlling the ActiveX Control from Your Application.

ActiveX: Handling Events.

10. Mixing Sprites, Backgrounds, and Videos.

Introduction to Mixing.

Mixing Sprites with Video.

Mixing Animation with Video.

Mixing with RDX.

Playing Video with the RDX DirectShow Interface.

Mixing a Sprite on Top of Video.

Mixing Video on Video.

11. Streaming down the Superhighway with RealMedia.

Overview of RealMedia.

The RealMedia Plug-in Architecture.

Data Flows: Server to Client.

Data Management Objects.

IRMABuffer: Dynamic Memory Allocation Object.

IRMAValues: Indexed List Object.

IRMAPacket: Packet Transport Object.

RealMedia Asynchronous Interfaces.

Common Requirements for All Plug-ins.

Building a File-Format Plug-in.

Initializing the File-Format Plug-in.

File and Stream Headers.

Let the Streaming Begin!

Building a Rendering Plug-in.

RealMedia Audio Services.

Playing a Simple Pulse Coded Modulation (PCM) Audio File.

Pump Up the Volume.

IV. PLAYING AND MIXING SOUND WITH DIRECTSOUND AND RSX 3D.

12. Audio Mixing with DirectSound.

Overview of Audio under Windows 95.

DirectSound Features.

DirectSound Architecture.

Playing a WAV File Using DirectSound.

Initializing DirectSound.

DirectSound Structures.

Creating Sound Buffers.

Playing the Sound.

Demo Time.

Mixing Two WAV Files.

Controlling the Primary Sound Buffer.

Initializing to Get Control of the Output Format.

Creating a Primary DirectSound Buffer.

Demo Time.

13. Realistic 3D Sound Experience: RSX 3D.

RSX 3D Features.

Creating an RSX 3D Object.

Creating the Cached Emitter and the Direct Listener Objects.

Play One WAV File.

Mixing Many WAV Files.

RSX Goes 3DNTrue 3D Sound.

Setting Up 3D Sound with RSX 3D.

Adding Special Sound Effects with RSX 3D.

The Doppler Effect.

The Reverberation Effect.

Audio Streaming in RSX 3D.

V. WELCOME TO THE THIRD DIMENSION.

14. An Introduction to Direct3D.

Some Background on 3D on the PC.

Introduction to Direct3D.

A Taste of Direct3D’s Retained Mode.

Direct3D’s Immediate Mode.

Before You Get Overly Excited.

Inside Direct3D.

Direct3D and DirectDraw.

Direct3D Rendering Engine.

Revving Up Direct3D.

The Starting Point: IDirect3D Object.

Enumerating IDirect3DDevices.

Creating an IDirect3DDevice.

Preparing a Palette.

Extending the Surface for 3D.

Mapping from a 3D Model to the 2D Surface Using Viewports.

Talking to 3D Devices Through Execute Buffers.

Execute Operations.

Operations Used to Render a Simple Triangle.

Executing the Execute Buffers.

Seeing Results from 3D Devices.

Demo Time.

15. Embellishing Our Triangle with Backgrounds, Shading, and Textures.

Continuing Our Look into Direct3D.

Repainting the Background Using Direct3D.

Looking at Direct3D Materials.

Creating a Direct3D Background.

Bltting a Direct3D Background.

Controlling Shading Options.

Looking at Some Render States and Their Default Values.

Coloring a Pixel in Direct3D.

Shading with the RGB Color Model.

Shading with the Ramp Color Model.

Changing Default Render States.

Texture Mapping with Direct3D.

Creating a Texture Map.

Setting Up Triangle Vertices for Texture Mapping.

Setting Up Render Operations for Texture Mapping.

Handling “Lit” Texture Maps.

Z-Buffering with Direct3D.

Why Bother with Z-Buffering?

Setting Up for Z-Buffering.

16. Understanding and Enhancing Direct3D Performance.

How Fast Does Our Triangle Run?

Stages of Rendering Our Triangle.

Measuring the Rendering Stages of Our Triangle.

Trimming Some Fat from the Rendering Stages.

Measuring Shading Options.

Measuring the Performance of Shading Options in Our Triangle.

Measuring the Performance of Texture-Mapping in Our Triangle.

Adding a Z-Buffer to the Recipe.

Getting Perspective: Comparing 3D (RGB Mode) to 2D.

Improving Performance Using the Ramp Driver.

Loading the Ramp Color Model Driver.

Using the Ramp DriverNThe First Try.

Creating Materials for the Ramp Driver.

Rendering a Triangle with the Ramp Driver.

How Does the Ramp Driver Perform?

Optimizing Texture Mapping.

17. Mixing 3D with Sprites, Backgrounds, and Videos.

Mixing a 3D Object on a 2D Background.

Our 3D Surface is Also a 2D Surface.

Measuring Background Performance.

Mixing in Sprites.

Using RDX to Mix in Sprites.

Adding RDX Objects at Front and Back.

Mixing in Video.

Handling Palettes.

Using Video as a Texture Map.

VI. PROCESSORS AND PERFORMANCE OPTIMIZATION.

18. The Pentium Processor Family.

Basic Concepts and Terms.

The Pentium Processors.

The Pentium Processor.

The Pentium Pro Processor.

The Pentium Processor with MMX Technology.

The Pentium II Processor.

Identifying Processor Models.

19. The Pentium Processor.

Architectural Overview.

Instruction and Data L1 Caches.

Operational Overview.

Performance Considerations.

Instruction Prefetch.

Operational Overview.

Performance Considerations.

Branch Prediction and the Branch Target Buffer.

Operational Overview.

A Closer Look at the BTB.

Performance Considerations.

Dual Pipelined Execution.

Operational Overview.

Performance Considerations.

Pentium Integer Pairing Rules.

Address Generation Interlock (AGI).

Write Buffers.

Operational Overview.

Performance Considerations.

Revisiting Our Sprite Sample.

Overview of the Assembly Version of CSprite.

Analyzing the Performance of Our Sprite Sample.

Do I Really Need to Schedule My Code?

20. The Pentium Processor with MMX Technology.

A Look at MMX Technology.

SIMD.

Architectural Overview.

The Pool of Four Write Buffers.

MMX Uses Floating-Point Registers.

EMMS to the Rescue: How to Mix MMX and FP Instructions.

MMX Technology Data Types.

The MMX Instruction Set.

Using MMX Technology to Render Our Sprite Sample.

MMX Technology Optimization Rules and Penalties.

MMX Exceptions to General Pentium Rules.

MMX Instruction Pairing Rules.

MMX Instruction Scheduling Rules.

Performance Analysis of Our Sprite.

MMX versus Integer Implementation of the Sprite.

21. VTune and Other Performance Optimization Tools.

Overview of Performance Counters.

Introducing VTune.

VTune Static Analysis.

Tune Dynamic Analysis.

Systemwide MonitoringNTime-and Event-Based Sampling.

Read Time Stamp Counter.

The PMonitor Event Counter Library.

22. The Pentium II Processor.

Architectural Overview.

The Life Cycle of an Instruction on the Pentium II.

Comparing the Pentium II with the Pentium Pro Processor.

Comparing the Pentium II with the Pentium with MMX Technology Processor.

Instruction and Data Caches.

Operational Overview.

Performance Considerations.

Instruction Fetch Unit.

Operational Overview.

Performance Considerations.

Fetch Performance with Event Counters.

Branch Prediction and the Branch Target Buffer.

Operational Overview.

Performance Considerations.

Branch Performance with Event Counters.

Instruction Decoders.

Operational Overview.

Performance Considerations.

Register Alias Table Unit.

Operational Overview.

Performance Considerations.

Reorder Buffer and Execution Units.

Operational Overview.

Performance Considerations.

Retirement Unit.

Rendering Our Sprite on the Pentium II.

Speed Up Graphics Writes with Write Combining.

Operational Overview.

Performance Considerations.

23. Memory Optimization: Know Your Data.

Overview of the Memory Subsystem.

Architectural Overview.

Memory Pages and Memory Access Patterns.

Memory Timing.

Performance Considerations.

Architectural Differences among the Pentium and Pentium Pro Processors.

Architectural Cache Differences.

Write Buffer Differences.

Data Controlled Unit Splits on the Pentium Pro Processor.

Partial Memory Stalls.

Maximizing Aligned Data and MMX Stack Accesses.

The Pitfalls of Unaligned MMX Stack Access.

Accessing Cached Memory.

Writing to Video Memory.

Using Aligned Accesses to Video Memory.

Spacing Out Writes to Video Memory with Write Buffers.

The Finale.

The Spiral Continues.

The Hardware Spiral.

The Software Spiral.

Remote Multimedia (a.k.a. Internet Multimedia).

Internet Languages.

Multimedia on the Internet.

Evolving Hardware for the Internet.

Multimedia Conferencing.

Better, Faster, Cheaper 3D.

3D Hardware Spiral.

3D Software Spiral.

3D Scalability.

Emerging Application Areas.

Multimedia in the Home.

Demo Time.

Index. 0201309440T04062001

Preface

Why Read This Book?

There's Lots of New Stuff to Learn

In the past few years, the pace of technology growth has been exhilarating. Microsoft launched Windows 95. Intel debuted the Pentium, Pentium Pro, and MMX technology processors. Netscape burst the Internet pipe with a new class of applications and architectures. These companies and others paraded out a slew of new multimedia architectures. And you've never before felt so lost in space.

Maybe, you're familiar with programming for Windows 95 and now want to deliver Windows 95 multimedia applications, and you're wondering where to start. Or maybe, you've programmed multimedia for DOS/Windows 3.1, and now you're scrambling to learn Windows 95, learn the new computing environment, and then learn to deliver high-performance multimedia in this environment.

Well, several new architectures have been introduced to help you deliver high-performance multimedia under Windows 9x, such as DirectDraw*, DirectSound*, Direct3D*, DirectShow*, RealMedia*, Realistic Sound Experience (3D RSX), Realistic Display Mixer (RDX), and so forth. But now you've got to learn these new architectures, and you've got this steep learning curve on your hands.

On the hardware frontier, the power of personal computers has increased at a dramatic paceNboth in processor and peripheral power. The Pentium, Pentium Pro, Pentium II, and MMX Technology processors, the Accelerated Graphics Port (AGP) bus, and the various graphics hardware accelerators are recent hardware advancements that affect multimedia performance. Surely your applications would sizzle if you mastered these advancements. But mastering these advancements only increases the learning curve.

And, of course, the Internet adds yet another dimension to the puzzle. The new programming space includes Internet browsers and their plug-ins; programming languages such as Java, HTML, and VRML; Internet architectures such as ActiveX, RealMedia, and a huge list of applications such as Internet Phones and Chat Worlds. More to learn, more to wade through, more time to spend.

Lightening the Learning Burden

As multimedia developers, we constantly investigate, evaluate, or learn these new technologies. Our typical sources are technical reference manuals and sample applications. With so many recent products, we've got a huge quantity of material to wade through. When time is precious, as it invariably is, just getting started can be an overwhelming problem. Spending time getting started eats away from time allocated for finishing touches and product testing. And overall quality suffers when we've spent too much time just getting up to speed.

Wouldn't it be nice, if there were a simple way to just get started? To grasp the bare essentials and leave the esoteric stuff for on-the-job training (those need-to-know moments)? To steer clear of performance pitfalls? Well, do we have a deal for you. We, the authors, have been involved in various aspects of multimedia development on the PC for five long years. Through our employment at Intel and through our relationships with Microsoft and other key players, we've had the privilege to influence the architectures of processors, peripherals, platforms, and software components toward the betterment of multimedia on the PC. During that time, we've done our fair share of defining, reviewing, and implementing numerous multimedia architectures, both software and hardware.

With this book, we hope to use our internal vantage point to give you a jump start to high-performance multimedia development for Windows 9x. We'd like to help you cut to the chase; focus on the bare necessities; stick to the essentials; and jump-start a variety of offerings. What's more, we're hoping to take you a step beyond getting startedNto extracting performance.

We hope to provide you with a quick start to a wide spectrum of multimedia advancements for Windows 9x. We hope to answer questions like Where do I start? What do I really need? How little can I get away with? How do I get it to run faster?

A dose of caution: there's more than one way to get jump-started and more than one way to extract performance. We'll share our experiences with you, show you "a" way. We hope you'll come away with some tricks, of course, but more important, we hope you'll come away with a thought processNan approach.

We've tried to maintain a light flavor. We hope you'll have some fun along the way.



0201309440P04062001

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020