Monitor is a display for a computer system.
monitor is the primary memorable device.
a printer is a device that builds one static image and captures it permanently on a suitable medium.
a printer cannot project information unlike a monitor.
a monitor is mainly used for commands.
        
             
        
        
        
Answer: The one that gives you more vibe that its correct.
Explanation:
 
        
             
        
        
        
here are some ideas
some things i wished i knew before coming into middle school: 
1. be organized
2. dont worry about other peoples opinions
3. DO YOUR HOMEWORK
things you learned so far:
1. a lot of things... 
2. take notes
3.people change
advice:
if you stress too much, it gets hard.
 its okay to get a bad grade on an assignment every once and a while. 
be flexable with the people around you
TAKE DEEP BREATHS
DONT TALK DURING CLASS
going into the next grade:
i would change my dynamics and sleeping habits
so there are some ideas that i hope will help!!!
 
        
             
        
        
        
Answer:
An interpreter is quite different from a complier due to the following statement below:
O. An interpreter translates and executes code line by line, while a compiler translates all code at once so that it is ready to be executed at any time.
Explanation:
For an interpreter, it works in translating and execution of the codes line after another line. In a situation where there is a mistake in the code, the next line would not be able to be executed, but rather display error message. On the other hand, compiler translate all codes at once and execute them as a single work. 
<em>During its translation of the codes in compiler, should there be any error, it would not be able to execute despite the fact that, the error might be in the last line of the code.</em>
 
        
                    
             
        
        
        
Answer: Servlet
Explanation: JSP page compilation is the process of compiling of the file before it can be turned towards the live server .There is a request that is made towards the JSP page  then is compiled into a JSP servlet. Before the execution of the JSP program, it is turned in to a JSP servlet .JSP is a program that work on the server side and reduce the work load of the developers.