A(n) ____ is a software tool that allows developers to assemble video games from existing objects and methods.

A. game engine
B. Application Programmer Interface
C. database
D. user interface


Answer: A

Computer Science & Information Technology

You might also like to view...

The sh ip interface brief command indicates that the protocol for a FastEthernet interface is down. What does this mean?

What will be an ideal response?

Computer Science & Information Technology

This code modifies values number1, number2 and result. What are the final values of these variables?

``` 1 int number1; 2 int number2; 3 int result; 4 5 number1 = 5 * ( 4 + 6 ); 6 number2 = 2 * 2; 7 result = number1 / number2; ```

Computer Science & Information Technology

What is Viewport?

What will be an ideal response?

Computer Science & Information Technology

When you create a recordset procedure in VBA, you must refer to the fields in the recordset using the rst! prefix

Indicate whether the statement is true or false

Computer Science & Information Technology