You are on page 1of 4

Question Bank

Paper: Web Technologies BCA 107

SECTION — A
2 to 3 marks questions

1 Explain rowspan and colspan with an example.


2 How to create hyperlinks in HTML?
3 Explain <img> tag with an example.
4 What are <div> and <span>tags?
5 What is universal selector?
6 Write any two methods of string object.
7 What are composite data types in Java script?
8 XML and its features?
9 What is DNS?
10 What is the use of navigator object?
11 What is the use of focus and blur events?
12 What is a web browser? Mention any three web browsers.
13 What is a DTD? Mention its types.
14 What is the use of <img>tag? Give the syntax of <img> tag.
15 What is universal selector?
16 What is an ID selector in CSS?
17 What do you mean by Math and date object in Java Script?
18 What is DHTML? Explain.
19 What are composite datatypes in Java Script?
20 What is XML schema?
21 What are Mouse events?
22 What is an event handler?
23 What is MIME? Explain.
24 What is a protocol? State any two protocols.
25 What are forms?
26 What is the use of <span> and <div>tags?
27 What do you mean by an object in java script?
28 What is MIME? Explain.
29 What is ID selector in CSS? How it will be represented?
30 Explain<frame> tag with its attributes.
31 Explain the attributes of <input> tag with an example.
32 Define Internet.
33 What is <hr>tag used for?
34 Define IP address.
35 How to preserve white space in XHTML?
36 Define types of arithmetic operators in Java script.
37 What are <div> and <span> tags?
38 What is an internal CSS style?
39 Where can we place Javascript?
40 What is the difference between document write and writeln?
41 Write the application of Internet.
42 Explain <textarea> tag.
43 Explain GET and POST request methods

Faculty Name: Dr Anupama Jha 1


44 Explain screen output and keyboard input method in Javascript.
45 Explain form. Explain action and method attribute of form.
46 Explain alert(), confirm() and prompt() method of window object.
47 What are the different levels of heading in HTML?
48 How can you create Nav elements in Bootstrap?
49 What are glyphicons? How to use them?
50 What is Bootstrap Grid System?
51 How many types of layout are available in Bootstrap (hint: container class)
52 List some features of Bootstrap.
53 Explain why Bootstrap is preferred for website development.
54 Frames and Floating frames (Hint:- <iframe>) in HTML
55 Image map
56 Types of lists in html (Hint:-ul,ol,dl)
57 Cell spacing and cell padding
58 <embed>, <audio> and <video> tag
59 <pre> vs <p>
60 <noframe> and <no script>
61 Objects in java script
62 How to define a class in html (Hint:- .blue is a class)
63 Absolute Vs relative positioning of an image or text.
64 Stylesheets / CSS
65 XML Parser
66 XML Building blocks
67 XML naming conventions

SECTION — B
5 marks questions

1. a) What is DNS? Explain domain and sub-domain with suitable examples.


b) What are the different levels of headings in HTML?
2. What are the different types of lists supported in HTML? Explain
3. a) Explain different types of CSS.
b) Explain any five types of selectors in CSS.
4. a) What is a Java Script? What are data types supported by Java Script?
b) Write a Java Script code to find factorial of a number.
5. What is a form? Explain form components with example.
6. a) What are the different types of positioning techniques? Explain.
b) Explain table tag with example.
7. a) Create a form for student information. Write Java Script code to find total, average,
result and grade.
b) What is DTD? Explain internal DTD and external DTD.
8. a) Explain HTML events.
9. b) Write a short note on DOM and BOM.
10. What is an unordered list? Explain with example.
11. What is CSS? What are the advantages and disadvantages of using CSS in HTML?

Faculty Name: Dr Anupama Jha 2


12. How to create date object in java script? Explain any four methods of java script date
object.
13. Explain screen output and keyboard input methods in java script.
14. What are functions? Explain how to create and call functions?
15. Write notes on XML name spaces.
16. Explain GET and POST request methods.
17. Explain the basic table tags with different attributes.
18. Explain the various looping statements in Java script.
19. Explain the various conditional statements in Java script.
20. Write a Java script code to find factorial of a given number.
21. What are the different ways of registering an event handler?
22. Write the differences between XML schema and DTD.
23. Explain the typography and links in Bootstrap.
24. Give an example of a basic grid structure in Bootstrap.
25. Armstrong no. checking
26. Perfect no. checking
27. All types of style sheets
28. Explain stylesheet precedence rules. (hint:- inline takes preference over embedded
and external style and embedded takes preference over external style)
29. Onload , onclick , onmouseover, onmouseout, onmousemove, onfocus, onblur,
onsubmit,onreset events
30. Event bubbling
31. How to disable an anchor tag. (Hint:- give the href value in comments delimeters of
html).
32. WAP for writing a letter in XML.
33. WAP for writing a letter in XML with its DTD.
34. WAP for writing a letter in XML and make a corresponding stylesheet.
35. WAP that prints out a different greeting based on whether or not it is morning. It also
prints the name of the day of week for that day.
Hint:-
var d=new Date();
var d1=d.getHours();
var time= parseInt(d1);
if(time >4 && time <12)
alert(“GOOD morning”);
so on for different cases….

var d=new Date();


var d1=d.getDay();
var day=parseInt(d1);
if(day==0)
alert(“today is sunday”)
so on for different cases…….

36. Write the steps involved in website publishing.


37. Define web hosting and its types.

Faculty Name: Dr Anupama Jha 3


SECTION — C
Long types questions

1. What are the different ways of accessing form elements? Explain.


2. Explain any seven types of selectors in CSS.
3. What are the different schema elements in XML?
4. Create a form for student information. Write a java script code to find total, average,
result and grade.
5. What are lists in XHTML? Give an example to implement various types of lists.
6. What are events? Explain different categories of events in XHTML.
7. What is a frame? Explain <frame> and <frameset> tags with its attributes and
examples.
8. Explain HTTP, FTP and MIME Protocol.
9. Explain any 7 XHTML tags with examples.
10. Explain java script. What are the different ways that we can include java script to a
XHTML document?
11. Explain different ways of element access in java script with example.
12. Compare XML schema and DTD.
13. Write a java script code to find sum of N natural numbers using user defined function.
14. What is a form? What are the major attributes of the form? Explain any six form
components with example.
15. What is an array object? How to create an array object? Explain any six array
methods.
16. Explain: a) MIME b) WWW c) DNS d) HTTP with suitable example.
17. What is selector class? Explain the pseudo class selector in CSS with example.
18. Explain the basic table tags with the different attributes.
19. Differentiate XML and HTML.
20. Explain the several ways for positioning elements on the web pages.
21. What do you mean XML namespace? Explain in detail.
22. Write a Javascript code which checks the contents entered in a forms text element. If
the text entered is in the lower cases convert to upper case.
23. Explain various datatypes used in Javascript.
24. Explain various operators used in Javascript.
25. Write a Javascript to find factorial of a number.

Faculty Name: Dr Anupama Jha 4

You might also like