nerdexam
Microsoft

98-374 · Question #135

You are working on the rendering portion of an XNA game. All requisite variables have been defined and all assets loaded. You review the following code segment: What action does the code achieve?

The correct answer is B. Renders a model by using a built-in shader. See the full explanation below for the reasoning.

Question

You are working on the rendering portion of an XNA game. All requisite variables have been defined and all assets loaded. You review the following code segment:

What action does the code achieve?

Exhibit

98-374 question #135 exhibit

Options

  • ARenders a model by using fixed-function lighting
  • BRenders a model by using a built-in shader
  • CRenders a list of models by using a built-in shader
  • DRenders a skeletal model by using a custom shader

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    77% (23)
  • C
    13% (4)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 98-374 Practice