What do 3-D game programs use to send standard video commands to the device driver?

A. AGIs
B. AKIs
C. APIs
D. ARIs


Answer: C

Computer Science & Information Technology

You might also like to view...

Consider the Java segment:

String line1 = new String("c = 1 + 2 + 3") ; StringTokenizer tok = new StringTokenizer(line1, "+="); String foo = tok.nextToken(); String bar = tok.nextToken(); The values of foo and bar are: a. foo is “c ”, bar is “ = ”. b. foo is “c”, bar is “ ”. c. foo is “ = ”, bar is “ + ”. d. foo is “c ”, bar is “ 1 ”.

Computer Science & Information Technology

Which type of device can you use to detect RF interference?

A. protocol analyzer B. packet sniffer C. spectrum analyzer D. UTP analyzer

Computer Science & Information Technology

The most widely used public cryptography system for encrypting e-mail messages on Windows systems is a commercial product called ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Once a form is developed and a database is tied to it, you should set up a ____________________ server to evaluate how the form works and the data is processed.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology