Sei sulla pagina 1di 7

C. U. Shah College of Engineering and Technology, Wadhwan City.

B.E. Sem VI (C.E.)– GTU


Assignment & Question Bank
Subject : - (161602) Web Technology & Programming
HTML & INTERNET FUNDAMENTALS…
1. Define the following terms.
a. Network
b. Internet
c. Intranet
d. Extranet
2. Explain working of POP and IMAP.
3. Explain the working of TCP.
4. Explain the working of IP.
5. What is the Importance of MIME? Discuss in brief along with all the MIME types.
6. Explain the Components of an Email Address.
7. Explain the components of Email.
8. Write a short note on : FTP.
9. Explain the General Structure of an HTML page.
10. Differentiate among Element, Attribute and Tag.
11. Explain the following HTML tags along with all the attributes with suitable examples.
a. <HTML>
b. <HEAD>
c. <BODY>
d. <OL>
e. <UL>
f. <DL>
g. <SELECT>
h. <OPTION>
i. <TABLE>
j. <INPUT>
k. <FORM>
l. <TEXTAREA>
m. <FRAMESET>
n. <DIV>

XHTML…
12. Explain the way of converting an HTML document into XHTML.
13. Explain different DOCTYPES available in XHTML.
14. Justify the Statement : XHTML is neater and cleaner version of HTML.
CASCADING STYLESHEETS…
15. How CSS is important in Web Designing?
16. Discuss the types of CSS.
17. Discuss pros and cons of different types of CSS.
18. Differentiate between ID and CLASS in CSS.
19. Explain how effect of different style sheets (External, Internal and Inline) can be applied into a
single HTML page.
20. Explain CSS Box Model. or Write a note on : CSS Box Model.
21. Explain the Background Elements of CSS.
22. Explain the Font Elements of CSS.
23. Explain the Text Elements of CSS.
24. Explain CSS Styling Links with suitable example.
25. Explain CSS Lists with all its properties and values.
26. Explain CSS Outline in brief
27. Explain all the properties of CSS Table with all possible values.
28. Explain CSS Margin in brief.
29. Explain CSS Padding in brief.
30. What will be the effect of following statements into a style sheet.
a. padding:25px 50px 75px 100px;
b. padding:25px 50px 75px;
c. padding:25px 50px;
d. padding:25px;
e. border:5px solid red;
f. background:#ffffff url('img_tree.png') no-repeat right top;
31. Create a CSS that will display Table Header in First Row with Grey background color and Black
text color and other rows with Black background color and White text color.
32. Create a CSS that will implement all the Text Elements into a paragraph which will be displayed
with “Red” color and “Arial” font with “14px” font size.
33. Create a CSS that will display three paragraphs on in Orange Background with Red colored Arial
– 14px fonts, second with White Background with Blue colored Verdana – 10px fonts and third
with Green Background with Red colored Times New Roman – 14px fonts.
34. Create a CSS that will display a 4X4 table which have all the adjacent borders with different
border styles and colors.
35. Create a CSS that will set Left and Right margins by 20px, Top margin by 10px and Bottom
margin by 15px.
JAVASCRIPT…
36. What do you mean by Scripting Language? Differentiate between Programming Language and
Scripting Language.
37. How we can add a JavaScript snippet into out HTML page? Explain with suitable example.
38. What is variable? What is Constant? Differentiate between them.
39. What is Comment? What are the uses of Comment?
40. Explain Control (Conditional) structures available in JavaScript with suitable examples. (i.e. if, if…
else, if…elseif ...else, switch etc.)
41. Explain Looping structures of Java Script.
42. Explain DOM with respect to JavaScript.
43. Explain the usefulness of all the Popup boxes available in JavaScript.
44. How return and break keywords are used to transfer control? Explain with suitable example.
45. What we can do using JavaScript? Explain.
46. Explain the usefulness of + operator in JavaScript.
47. Explain various events those can be handled by JavaScript.
48. Explain try … catch blocks with suitable example.
49. Explain the use of throw statement.
50. Explain various String related methods available in JavaScript.
51. Explain various Date related methods available in JavaScript.
52. What is an Array? How can it be defined and used in JavaScript explain with suitable example.
53. Differentiate between the following statements…
a. var a; a=15;
b. var a=15;
54. What will happen to the value of previously declared variable, if the variable is redeclared?
55. What are the objectives behind invention of JavaScript.
56. Design an HTML page that contains a JavaScript function to display prime numbers between 1
and 50.
57. Design an HTML page that contains a JavaScript function to display Armstrong numbers
between 1 and 1000.
[ i.e. Armstrong number is a number which holds the following property
153 = 13 + 53 + 33 ]
58. Design an HTML page that contains a JavaScript function that will calculate the sum of all the
digits of a number and display it on the page.
59. Design an HTML page that contains a JavaScript function that will display 20 terms of the
following series
0, 1, 1, 2, 3, 5, 8, …
DHTML…
60. What is DHTML?
61. Write coding to change an image on click of a button.
62. Write coding to change color of cells of a table as the mouse moves over and out.
63. Write coding to show the effect of typewriter in a Textbox.
64. Write coding to display tip related to different areas of a webpage.
XML…
65. What is XML? What are the uses of XML.
66. Differentiate between HTML and XML.
67. Explain the rules for creating a well formed XML document.
68. What is XML DTD? Explain with suitable example.
69. What is XML Schema? Explain with suitable example.
70. Differentiate between XML DTD and XML Schema.
71. Explain the pros and cons of DTD and Schema.
72. What is XSL? How it can be used? Explain with suitable example. (XML and XSL files both)
73. Explain the elements of XSL with suitable example.
74. Create an XML file that will store student’s details such as Name, Roll_no, Semester and Branch.
75. Create an XSL to display all the students’ details in a tabular form.
PHP and MySQL…
76. What is Php? Why it is used?
77. How can we define and use variable in Php? Explain with suitable example.
78. Explain various Control structures of Php.
79. Explain various Looping Structures of Php.
80. Explain how can we open and use a MySql database in Php.
81. How can we create a database in MySql?
82. How can we create a table?
83. How can we modify a table?
84. How can we delete a table?
85. How can we insert records in a table?
86. How can we delete records in a table?
87. How can we update records in a table?
PERL…
88. What is PERL? Explain its uses.
89. How forms can processed using PERL script.
90. Enlist the applications where PERL scripts can be applied.

Potrebbero piacerti anche