Let us examine the given answers.
a) Google yourself regularly, and monitor what your friends post.
Verdict: This answer is correct, but it is also necessary to look for yourself on other search engines.
b) Google yourself once a year
Verdict: Once a year is better than doing nothing, but more than once a year is preferable.
c) Google yourself every five years.
Verdict: The time interval is too long. Your reputation could easily be damaged, or your identity could be stolen in less than 5 years.
d) Delete all your accounts and start fresh.
Verdict: This will not solve the problem of having your reputation damaged, or having your identity stolen. Information on the web is preserved ins storage vaults for long periods of time.
Answer:
Google yourself regularly, and monitor what your friends post. Also, search for your name on other search engines.
Music = (“rap”, “hip hop”, “gospel”)
Country = (“country”,) #make sure that comma is outside of quotes
New_music = music + Country
print(New_music)
#var can be whatever you want
output:
(“rap”, “hip hop”, “gospel”, “country”)
Answer:
there are 256 bits. there 256 values u can store in a byte
The lines of code that write a statement that outputs variable userNum and ends with a newline is:
<h3>The code</h3>
#include <stdio.h>
int main(void) {
int userNum;
userNum = 15; // Program will be tested with values: 15, 40.
printf("%d\n", userNum);
return 0;
}
The above code writes a code in python (not Java) with the variable userNum and ends with a newline.
Read more about python programming here:
brainly.com/question/26497128
#SPJ1