Windows 8 and Office 2013 are ________-enabled applications

A) swipe
B) tap
C) touch
D) pinch

C

Computer Science & Information Technology

You might also like to view...

After the following code executes, what is the value of my_value if the user enters 0?

``` cin >> my_value; if (my_value > 5) my_value = my_value + 5; else if (my_value > 2) my_value = my_value + 10; else my_value = my_value + 15; ``` a. 15 b. 10 c. 25 d. 0 e. 5

Computer Science & Information Technology

Applets are important because the can be used to:

A) extend the capabilities of a web page B) process large data files C) run other programs on the user's system D) convert machine language into HTML

Computer Science & Information Technology