<span>If it's an multiple answer question it's....
</span><span>B.) Blank the screen with black screen (or return to the slide if you are currently blank).</span>
        
             
        
        
        
The storage device which is not a long-term storage device is: D. RAM.
<h3>Types of computer memory.</h3>
In Computer technology, there are two (2) main types of memory or storage location for software program (application) that are being used on a computer and these include the following;
- Read only memory (ROM)
 - Random access memory (RAM)
 
<h3>What is RAM?</h3>
RAM is an abbreviation for random access memory and it can be defined as a volatile and temporary storage (memory) location that is used for currently opened software program (application) and computer data.
In conclusion, we can reasonably and logically deduce that the storage device which is not a long-term storage device is random access memory (RAM).
Read more on RAM here: brainly.com/question/13748829
#SPJ1
 
        
             
        
        
        
Answer:
The answer to this question is "15 line".
Explanation:
A function is a block of ordered, portable code used to perform a single, connected operation. The syntax of function declaration can be given as:
Syntax :
returntype functionName(parameter1, parameter2); //function prototype
 or declaration
returntype functionName(parameter1, parameter2) //function definition or header of the function  
 {  
 //function body.
//function implementation
  //return value;
}
In the given question the header of the showDub function is on line 15.
That's why the answer to this question is "15 line".  
 
        
             
        
        
        
Answer:
You need exit condition like If, otherwise method will repeat endlessly.
 
        
             
        
        
        
Answer:
A security utility program that scans the system for small programs that interfere with how a computer functions are _____ utilities.
Explanation: