1. ughhhh not entirely sure but B, 2. again not entirely sure should be B as well and finally 3.is D remember these are not always the answer just most likely what one person thinks
Hey
7 is true
8 <span>
the user preference settings</span>
Answer:
This question was initially incomplete. Here is the full question:
Many Web browsers allow users to open anonymous windows. During a browsing session in an anonymous window, the browser does not record a browsing history or a list of downloaded files. When the anonymous window is exited, cookies created during the session are deleted. Which of the following statements about browsing sessions in an anonymous window is true?
a) The activities of a user browsing in an anonymous window will not be visible to people who monitor the user's network, such as the system administrator.
b) Items placed in a Web store's shopping cart for future purchase during the anonymous browsing session will not be saved on the user's computer.
c) A user will not be able to log in to e-mail or social media accounts during the anonymous browsing session.
d) A user browsing in an anonymous window will be protected from viruses launched from any Web sites visited or files downloaded.
The correct answer is b) Items placed in a Web store's shopping cart for future purchase during the anonymous browsing session will not be saved on the user's computer.
Explanation:
For e-commerce sites, shopping cart information are stored as cookies on the visitor's computer such that when the website visitor leaves the website and comes back a few days later, their shopping preferences are remembered.
If the website visitor uses an anonymous window, the cookies created during the browsing session will be deleted when the anonymous website is exited and so, items placed in the shopping cart for future purchase will not be saved.
Answer:
Assuming that's in python, the answer would be 4
Explanation:
The ** operator is for raising a number to a power.
The // operator returns the number of times the right number can fit into the left (i.e round division).
So the answer would be three squared over two rounded down, or 4.