Which technology is being used in creating a document on Google Drive?

a. Blog
b. Wiki
c. Microblog
d. E-mail


B

Computer Science & Information Technology

You might also like to view...

In the code given, which are the parameters and which are the arguments?

``` 1. function product(x.y); 2. { 3. return (x * y); 4. } 5. myNum = product(5, 10); ``` a. arguments: 5, 10 parameters: x, y b. arguments: x, y parameters: 5, 10 c. arguments: x, y parameters: none d. arguments: none parameters: x, y

Computer Science & Information Technology

____________________ diagrams use flowchart start and stop symbols (called lozenges) to describe actions and solid dots to represent start and stop states.

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

Computer Science & Information Technology

In Design view, move a selected field by pointing to the Row Selector box and dragging the field until the dark horizontal line displays in the new position

Indicate whether the statement is true or false

Computer Science & Information Technology

Which chart type cannot be displayed as a sparkline?

A) Bar chart B) Column C) Win/Loss D) Line chart

Computer Science & Information Technology