QUESTION BANK FOR MO/2012
BCA 5001 Internet and Web Technology
1. Discuss the various methods available for connecting to Internet?
2. What is the difference between Client server mode and peer to peer network?
3. What do you understand by Domain Name System?
4. How IP addressing is done? Discuss the various IP address classes in detail.
5. Discuss in details how the system connects to a particular requested web address.
6. What is unicasting and multicasting?
7. Define the terms : a) routers
b) Repeaters
c) Bridges
d) Gateways
8. Write short notes on web Server?
9. What is the difference between Paired tag and Singular tag
10. Discuss about :
a) URL
b) HTTP
11. Discuss briefly following terms:
a. Internet Server
b. Internet Service Provider
c. TCP
d. E-Mails
12. What is web hosting?
13. What are the factors we need to keep in mind while designing website for the client.
14. How many types of lists can be implemented through HTML? Discuss in brief.
15. Write short note on HTML links.
16. Discuss about the following HTML tags:
a) title
b) caption
d) strong
f) hr>
17. Find the errors and correct in the following HTML mark up:
18. What is HTML? How is HTML interpreted?
19. Discuss about various HTML attributes?
20. What is the difference between singular tags and paired tags?
21. Develop HTML code for the following :
a. How do I add an image to my web page?
b. How do I add a RESET button to my web page?
c. How to make a hyperlink on a picture?
d. How to create a hyperlink on the same page?
e. How to align pictures on a webpage?
f. How to make a link to another webpage?
g. How to create links to sections on the same page in HTML.
h. Opening new web page window when clicking on a link.
i. How to create a fixed background image on a web page.
j. Creating a web page with a single background image not a tiled background.
22. Find errors and correct the following code:
23. Provide short answers for following:
a) Can a page include more than one set of tags?
b) What is the software required to create and edit JavaScript programs
c) How data is stored in a JavaScript?
d) How browsers recognize JavaScript code?
e) What is the difference between Java and JavaScript?
f) Can we use HTML tags with JavaScript?
g) How to insert comments in a JavaScript?
h) A script that executes when the user clicks the mouse button is called?
i) What is the purpose of enclosing a script with in html comments?
j) What you understand by local and global variables?
24. Write a short note on JavaScript arrays.
25. What is typecasting in JavaScript?
26. Why we need to use Boolean variables?
27. Discuss the following tings in JavaScript:
a) Delete operator
b) New Operator
c) Void operator
28. Following statement is an example of which kind of error?
While (3==3)
29. What do you understand by an Object? Discuss properties ,values and methods of a Object with Date as an example
30. Can one of an Object’s properties be another object?
31. Math object have constant properties. Discuss them.
32. Discuss some objects that cannot be used with the new keyword.
33. What are the advantages of JavaScript?
34. How to use an external JavaScript in your file?
35. What is the information stored in a navigator object?
36. Which Object’s properties contain URL of the current document?
37. Discuss the JavaScript’s browser object hierarchy in detail?
38. Discuss the ternary operators in JavaScript.
39. What is the difference between a JavaScript code and a JavaScript block?
40. How to differentiate between Local and Global variables in java Script.
41. Discuss basic data types available in JavaScript?
42. Discuss the functions associated with a string object in JavaScript?
43. What does the statement if (question! = answer) do in JavaScript?
44. What is the function of ‘/’ and ‘++’ sign in case of JavaScript?
45. What is the difference between Local and Global variables in case of JavaScript? Do we need to explicitly declare every variable?
46. Discuss the various kinds of loops available in JavaScript?
47. Discuss some of the build in functions in JavaScript.
48. What is the difference between break and continue in JavaScript?
49. Discuss with examples functions explicitly provided by JavaScript for type conversions.
Comments