nerdexam
Microsoft

98-374 · Question #41

An XNA 4.0 program calls both Update() and Draw() methods at regular intervals. What is the default frame rate at which the Update() method is called when the target platform is Windows PC?

The correct answer is C. 60 frames per second. See the full explanation below for the reasoning.

Question

An XNA 4.0 program calls both Update() and Draw() methods at regular intervals. What is the default frame rate at which the Update() method is called when the target platform is Windows PC?

Options

  • A30 frames per second
  • B40 frames per second
  • C60 frames per second
  • DUnlimited

How the community answered

(19 responses)
  • A
    16% (3)
  • B
    5% (1)
  • C
    74% (14)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 98-374 Practice