on
20 MCQs, 02 question #02 marks, 02 questions #03 marks, 02 questions #05 marks.
Long questions are below:
**What do you say that Cookies can also be used to maintain state between two broken sessions. Justify with solid argument.
**What are the core advantages of using Virtual Private Network (VPN) ? Give any three.
**What will be the output of the following JavaScript code:
document.write( parseFloat("10.33") + parseFloat("2.35") );
document.write("<br>");
document.write("25" + "6.2");
**Suppose a programmer develops a dynamic website, he creates a front end and a back end which are necessary in the development of a dynamic website. What is the reason that he needs these two ends in development of this website?
**Write the JavaScript code which will display the following output on a web page using FOR loop:
The number is 0
The number is 1
The number is 2
The number is 3
The number is 4
The number is 5
Comments
Post a Comment
Please give us your feedback & help us to improve this site.