_____is a social networking site used to post short comments or updates.?

A. ?Twitter
B. ?Youtube
C. ?Yahoo
D. ?Google


Answer: A

Computer Science & Information Technology

You might also like to view...

What would the browser output if the following script is executed?

``` < SCRIPT LANGUAGE = "JavaScript" > var array = [ [ 1, 2, 3 ], [ 1, 2, 3 ] ]; for ( var i in array ) { for ( var j in array[ i ] ) document.write( array[ i ][ j ] + " " ); document.writeln("
"); } < /SCRIPT > ``` a) Nothing, the script would generate an error b) 1 2 3 c) 1 2 3 4 5 6 d) 1 2 3 1 2 3

Computer Science & Information Technology

Why is the attachment toolbar useful in a form or a report?

What will be an ideal response?

Computer Science & Information Technology

What Linux command lists the current working directory?

What will be an ideal response?

Computer Science & Information Technology

You can combine the tracked changes from a maximum of two documents into a single document.

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

Computer Science & Information Technology