Of the following, ________ can be described as similar to sticky notes on slides of a presentation

A) comments B) collaboration C) ink annotations D) markups


A

Computer Science & Information Technology

You might also like to view...

To find the (x, y) coordinates for centering a JFrame on a screen, divide the screen's width and height values by ____.

A. 2 B. 3 C. 4 D. 5

Computer Science & Information Technology

The last position in a list or array that contains 5 elements is position ___________________.

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

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Assuming more Data is a Boolean variable, the following two tests are logically equivalent. 2. A switch statement branches to a particular block of code depending on the value of a numeric (i.e. integer or floating-point) variable or constant. 3. The scope of a variable is the program it is defined in. 4. To decrements a number means to increase its value. 5. The block of code in the body of a while statement can contain an unlimited number of statements, provided they are enclosed in a set of braces.

Computer Science & Information Technology

Streams that input bytes from and output bytes to files are known as ________.

a. bit-based streams b. byte-based streams c. character-based streams d. Unicode-based streams

Computer Science & Information Technology