The ____ of your Facebook profile displays personal information that you want to share with friends, classmates, or coworkers on Facebook.
A. Wall tab
B. Boxes tab
C. Notes tab
D. Info tab
Answer: D
Computer Science & Information Technology
You might also like to view...
The reverse method is defined in this section. What is list1 after executing the following statements?
``` int[] list1 = {1, 2, 3, 4, 5, 6}; int[] list2 = reverse(list1); ``` a. list1 is 1 2 3 4 5 6 b. list1 is 6 5 4 3 2 1 c. list1 is 0 0 0 0 0 0 d. list1 is 6 6 6 6 6 6
Computer Science & Information Technology
Write two paragraphs that compare and contrast the process of app development and the S D L C
What will be an ideal response?
Computer Science & Information Technology
A _____ is a type of Trojan horse that executes when specific conditions occur.
a. virus b. worm c. logic bomb d. rootkit
Computer Science & Information Technology
____ refers to the hiding of data and methods within an object.
A. Instance B. Inheritance C. Passed D. Encapsulation
Computer Science & Information Technology