Answer:
1. Do not copyright
2. Nothing illegal
3.Do not put personal info
Explanation:
Answer:
1. Respecting rules and cookies while browsing a website.
2. Being kind and properly following the requirements the owner asks you to follow. Reporting any sort of comment or image that is hurtful/harmful.
Explanation:
1. By the rules and cookies for a website, you ensure the safety of your device and are not putting any information at risk.
2. Cyberbullying is a huge issue and you can reduce cyberbullying with the simple steps of being kind and respecting others.
Conclusion:
These rules are examples of good digital citizenship and following them will benefit you and your peers greatly.
Answer:
What colors does she like most, and what colors best correlate with the subject of the website.
Explanation:
You want to have the color relate to the subject of the website, or just favorites!
Answer:
(A) Add.
Explanation:
The add method of queue inserts an element at the tail of the queue.
syntax:- queue.add(element);
It's return type is boolean it returns true if the insertion is successful and returns false if the insertion is unsuccessful and it returns an IllegalSpace Exception if there is no space left to insert an element in the queue.