Answer:
non-volatile and persistent in nature 
 
 
        
             
        
        
        
Answer:
1.T 2.f 3.t 4.f 5.f 6.f 7.t 8.t 9.f
 
        
                    
             
        
        
        
I believe the answer is Microsoft Office, Correct me if I'm wrong.
Really hope this helps!
 
        
             
        
        
        
<body>
A website is structured with 3 main tags <html>, <head>, and <body>. The <html> tag contains the whole site the <head> tag holds metadata, and the <body> tag holds what you can view.
<html>
<head>
will include things such as language title or links to a stylesheet.
</head>
<body>
what a user will see
</body>
</html>
 
        
             
        
        
        
Answer:
A stores code for later re-use
Explanation:
To find - What is the purpose of saving code snippets?
Solution -
Code Snippet" is used to describe a small portion of re-usable source code, machine code, or text. 
They allow a programmer to avoid typing repetitive code during the course of routine programming.
So,
The correct option is - A stores code for later re-use