Informatics Practices
Ms. Samantha has many electronic gadgets which are not usable due to outdated hardware and software. Help her to find the three best ways to dispose of the used electronic gadgets.
Computing Safety & Ethics
1 Like
Answer
The three ways to dispose of the used electronic gadgets are as follows:
- Recycling Centers and E-Waste Events
- Manufacturer Take-Back Programs
- Certified E-Waste Recyclers
Answered By
1 Like
Related Questions
What is the purpose of DROP TABLE command in MySql ? How is it different from DELETE command ?
Write Python code to create the following Series Stock (using list):
1 PEN
2 PENCIL
3 ERASERWhat do you understand about Netiquette? Explain any two such etiquette.
Give the output:
import pandas as pd name = ['Rahul','Aman','Karan'] p=pd.Series (name, index= [0,1,2] ) p1 = p.reindex ([1,2,3]) print(p) print(p1)