A(n) ________ publishes short sentences that only take a few seconds to write, rather than long stories or posts.

A. microblog
B. podcast
C. email
D. webcast


Answer: A

Computer Science & Information Technology

You might also like to view...

What value is assigned to lblSum.Text by the following code ?

``` Dim intTotal As Integer = 0 For intOuter = 1 To 3 For intInner = intOuter To 3 intTotal += intOuter * intInner Next Next lblSum.Text = intTotal.ToString() ``` a. 9 b. 16 c. 25 d. 36

Computer Science & Information Technology

The TryParse method parses the text, which means it looks at each character in the text, to determine whether the text can be converted to a number of the specified data type.

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

Computer Science & Information Technology

To distribute your presentation on a USB device to someone who does not have PowerPoint installed on his or her computer, you use the ________ feature

A) Universal Share B) Package Presentation for USB C) Package Presentation for CD D) Share PowerPoint

Computer Science & Information Technology

Which of the following illustrations is a predesigned diagram made up of shapes containing text that illustrate a concept or idea?

A. Picture B. Clip Art C. SmartArt D. Screenshot

Computer Science & Information Technology