Test Your Knowledge: Quiz

  1. What piece of information does a PC use to identify a specific Xbox 360 machine?

  2. Fact or fiction: to debug a project that has been deployed on an Xbox 360, you have to load the code in the Xbox 360 code editor and place a breakpoint within the code on the Xbox 360 machine.

  3. Fact or fiction: if you've created a Windows game project and you want to deploy that project to your Xbox 360, you need to create a new project in order to do so.

  4. What is a preprocessor directive?

  5. What does the following code do in a Windows project?

    #if (XBOX360)
        int A = 5;
        int B = 4;
        int C = A - B;
    #endif
  6. How many parts make up a Boeing 747–400 airplane? How many of those parts are fasteners?

Get Learning XNA 3.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.