COGNITIVE ASSESSMENT
Which of the following gestures would you use if you want to get immediate access to allowable actions on your new tablet?

A. swipe
B. tap
C. stretch
D. press and hold

Answer: D

Computer Science & Information Technology

You might also like to view...

Microsoft Office ________ allows you to create storylines and presentations

Fill in the blank(s) with correct word

Computer Science & Information Technology

What output is produced by the following code fragment? Explain.

``` System.out.print ("Here we go!"); System.out.println ("12345"); System.out.print ("Test this if you are not sure."); System.out.print ("Another."); System.out.println (); System.out.println ("All done."); ```

Computer Science & Information Technology