Twitter is a(n) ________ service

Fill in the blank(s) with correct word

microblogging

Computer Science & Information Technology

You might also like to view...

This if statement should execute if x is 0 or 1 and y < 10 . Is it correct?

``` if(x == 0 || x == 1 && y < 10)) { cout<<”Hello!”; }``` A. yes B. no

Computer Science & Information Technology

?_____ is an authoring language used to create documents for the web.

A. ?Structured Query Language (SQL) B. ?Extensible Stylesheet Language (XSL) C. ?Unified Modeling Language (UML) D. ?Hypertext Markup Language (HTML)

Computer Science & Information Technology