Answer:
They could find your name, date of birth, place of residence, and anything else you put on your profile.
Explanation:
I hope this helps, not quite sure if that's what you meant. :)
Answer: C) Sanitize it
Explanation:
The system and equipment needs sanitization when it reach at the end of the life cycle and must ensure that they does not included any type of the sensitive data. As, sanitization is the process of remove and destroy all the data store in the memory device.
Removing CD and DVDs is also the part in sanitation but many other element such as disk drive needs to be checked to ensure that they does not contain any type of information or data.
Removing all the software license and installing the original software, they both are not necessary require in the sanitization process.
Therefore, Option (C) is correct.
Answer:
Here is the Python program:
stock_prices = input().split() #to take input and splits it into a list
for price in stock_prices: #iterates through stock_prices
print("$",price) #prints each value of stock_prices with a dollar sign
Explanation:
The program is well explained in the attached comments. I will explain the logic of the program with the help of an example:
Suppose the user enters the following input as stock_prices values
34.62 76.30 85.05
input() method is used to take input from user
split() method is used to split or break this input string and returns a list of strings as:
['34.62', '76.30', '85.05']
Now the statement for price in stock_prices: iterates through each item of the list and print("$",price) prints each value of list with a dollar sign on the output screen as:
$ 34.62
$ 76.30
$ 85.05
Answer:
The following are the steps to change the profile name.
Explanation:
In the given question it is not defined in which we change the profile name.so, we define the steps to change the profile name social media like (Face book).
- first of all, login into your account with your id and password.
- After login go to the setting bar, this bar is available on the top right corner.
- After opening the setting go to the general setting option and open it.
- In the general setting option, It provides name, username, and contact options in these options we update the profile name.
- To update the profile name we click on the edit link in which it opens the edit panel. After writing the name select the save changes button to save the profile name.
The reference to the root of the tree should be set to null
<h3>Can the root of a binary tree be null?</h3>
- Only the subtrees are nulled out, the root always remains and will never be set to null.
<h3>What is null root?</h3>
- null-, root. -null- comes from Latin, where it has the meaning "none; not one.
- '' This meaning is found in such words as: annul, null, nullify.
To learn more about it, refer
to brainly.com/question/24448358
#SPJ4