That would be persistent storage devices (non-volatile memory)
- hard disk drives (mechanical)
- solid state drives (electronic / NAND flash)
- CD (optical)
If u need more I can give u a few more
        
             
        
        
        
Answer:
Explanation:
dont open or sign up to anything that seems to good to be true 
 
        
             
        
        
        
Answer: C
Explanation:
I believe this is because you cannot represent the number sixteen with only four binary bits. The highest you can go is 15.
 
        
             
        
        
        
lst = ["Star Wars", "Movie 2", "Movie 3", "Movie 4"]
print(lst[0])
I wrote my code in python 3.8. Best of luck