You need to add touch input to a game that currently uses mouse input. Which input state is supported for mouse input, but has no equivalent support for touch input by using the player's finger?
You are working on the orientation system for 3D models in your new game project. You need to transform a matrix by using DirectX. Which order of operations should you use?
In Microsoft .NET you want to read and write files to a location that is protected from malicious interaction with the operating system and applications. Which data storage mechanism should you use?
You are designing a reusable text input component for a game's graphical user interface (GUI). Which two game engine resources make a text input field functional? (Choose two.)