To select an entire word in a document by using a touchscreen, ________ the word

A) click B) double-tap C) tap D) double-click

B

Computer Science & Information Technology

You might also like to view...

In the code below

``` function Rectangle(x, y) { this.x = x; this.y = y; this.width = 40; this.height = 20; this.moveDown = function () { this.y += 5; }; } ``` rectangleA is ______. A. an object B. a constructor function

Computer Science & Information Technology

Briefly explain the difference between system testing and user acceptance testingĀ (UAT).

What will be an ideal response?

Computer Science & Information Technology