Match the following common touch gestures used with Windows 8 to their function:

I. press and hold
II. tap
III. slide
IV. swipe
V. pinch and stretch

A. to zoom
B. to learn
C. to pan
D. to select
E. for primary action


B, E, C, D, A

Computer Science & Information Technology

You might also like to view...

What is wrong with the following pseudocode?

``` Declare Count As Integer Declare TheNumber As Integer Set TheNumber = 12 For (Count = 10; Count>TheNumber; Count--) Write TheNumber + Count End For ``` a. A counter must start at0or1 b. The limit condition in aForloop cannot be a variable c. The loop will never be entered since the initial value ofCount is less than the test condition d. The loop will never end since the test condition will never be met

Computer Science & Information Technology

Video editing software allows you to ____ predefined transition effects that control the way one clip blends into another.

A. insert B. cut C. move D. copy

Computer Science & Information Technology

A(n) ________ is the point at which the user works with the software program being used

A) icon B) user interface C) template D) shortcut key

Computer Science & Information Technology

?One of the most impressive Microsoft Edge features are the Web Note tools, __________. 

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

Computer Science & Information Technology