Which of the following is NOT true about friends?

A) When you remove someone from your friends list, you defriend him or her.
B) There is no limit to the number of friends you can have on Facebook.
C) Facebook lets you search for potential friends from your existing email and instant message contact lists.
D) Facebook lets you create custom lists of friends which are subsets of friends organized however you wish.


A

Computer Science & Information Technology

You might also like to view...

Boolean operators are used to combine or modify relational operations.

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

Computer Science & Information Technology

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

1. The throw operator causes a change in the flow of control. 2. The basic way of handling exceptions in Java consists of the try-catch-throw trio. 3. When an exception is thrown, the code in the surrounding try block continues executing and then the catch block begins execution. 4. Every exception class is an ancestor of the class Exception. 5. The two most important things about an exception object are its type and the message that it carries in an instance variable of type String.

Computer Science & Information Technology

The method best suited to sorting a small number of items (fewer than 100) is the:

a. bubble sort b. selection sort c. serial sort d. binary sort

Computer Science & Information Technology

The first step in selecting software is ________

A) searching the Internet for appropriate software B) setting a budget for software purchases C) identifying tasks you want the computer to do D) choosing a vendor from which to purchase your new software

Computer Science & Information Technology