Which of the following is NOT an example of push technology?

A. ?online social networks
B. ?video-sharing sites
C. ?instant messaging
D. ?mashups


Answer: D

Computer Science & Information Technology

You might also like to view...

Show the printout of the following code:

``` #include using namespace std; void xFunction(int i) { int num = 1; for (int j = 1; j <= i; j++) { cout << num << " "; num *= 3; } cout << endl; } int main() { int i = 1; while (i <= 5) { xFunction(i); i++; } return 0; } } ```

Computer Science & Information Technology

The file format with a .bmp extension is ____.

A. used with Web graphics B. popular with Windows operating systems C. used in presentation programs D. used for print in page layout programs

Computer Science & Information Technology

Where can you find a list of commands that are not on the Ribbon?

A) Customizations button; then Commands not in the Ribbon category B) Choose Commands from arrow, then Commands not in the Ribbon category. C) Choose Main Tabs; then Commands not in the Ribbon category. D) There is no place to find a list of commands not on the Ribbon.

Computer Science & Information Technology

What Windows tool enables you to control another PC without prompting for permission?

A) GetIt B) sysprep C) Remote Desktop D) System Restore

Computer Science & Information Technology