Answer:
H) Well it depends how you put it. I'm Doing virtual School for my education. And it is so easy when we have technology out their to provide the help that we need. So I think it has affected education pretty good. You can Also google the answers.
I) Looking up Answers at home
J) Parents can check up on their child's school work and see if they can help them. Also The law is involved in Education.
K) It depend's on how you put it
Explanation:
Short Answers
There are five basic programming elements, or operations: input, output, arithmetic, conditional, and looping. Every program uses at least two of these.
The description of a programming language is usually split into the two components of syntax (form) and semantics (meaning).
Input: getting data and commands into the computer
Output:getting your results out of the computer
Arithmetic: performing mathematical calculations on your data
Conditional: testing to see if the condition is true or false
Looping: cycling through a set of instructions until some condition is met
Answer:
*jspService()
Explanation:
These are the steps in JSP life cycle.
1. Conversion JSP page to Servlet
.
2.Compilation of JSP page(test.java)
3.Class is loaded (test.java to test.class)
4.Instantiation (Object is created)
5.Initialization (jspInit() method is only called once at the time of servlet generation )
6.Request processing(_jspService() method is used for serving requests by JSP)
7.JSP Cleanup (jspDestroy() method is used for removing JSP from use)
There is no *jspService() method in the JSP life cycle.
The answer to this is FALSE. I just took the test & got 100%.