Web-Designing-Kit-401 2022-23

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Printed Pages: 2 Sub Code:KIT-401

Paper Id: 238574 Roll No.

B.Tech.
(SEM IV) THEORY EXAMINATION 2022-23
WEB DESIGNING
Time: 3 Hours Total Marks: 100

Note: Attempt all Sections. If require any missing data; then choose suitably.

SECTION A

1. Attempt all questions in brief. 2 x 10 = 20


(a) Distinguish between static and dynamic websites.
(b) Give reasons, why HTML is called a markup language?
(c) List the name of different headings tags in the HTML.
(d) Explain HTML comments with example.
(e) Differentiate between let and var keywords used in JavaScript.
(f) Write the syntax of CSS property that can be used to remove the underline from a
hyperlink.
(g) Describe the role of FTP Client. 90

2
13
_2
(h) Discussthe use of cPanel.

2.
P2

(i) Give the output of the following code.

24
3E

5.
<script>

.5
P2

document.write(typeof(37.49));
17
Q

</script>
|1
(j) Explain the “method” attribute of form tag in HTML.
0
:3
25

SECTION B
:

2. Attempt any three of the following: 10x3=30


13

(a) Construct a web page using CSS to show the 3 horizontal and 3 vertical
3

navigation bars that links to the different web pages.


02

(b) Express the different types of selectors available in CSS, along with the syntax
-2

and example of each.


(c) Explain the use of domain name and hosting. Write about the different types of
08

hosting.
9-

(d) Discuss the features of HTML and what coding practices are required for good
|1

HTML programming.
(e) Construct a JavaScript program with three text boxes, twofor inputs and one for
output, implement four operations addition, subtraction, multiplication and
division on two input numbers on clicking of buttons ‘add’, ‘subtract’, ‘multiply’
and ‘divide’. Print the result in output text box.

QP23EP2_290 | 19-08-2023 13:25:30 | 117.55.242.132


SECTION C
3. Attempt any one part of the following: 10x1=10
(a) Express the step-by-step process of developing a responsive website
(b) Express the various principles to be considered while developing a website.

4. Attempt any one part of the following: 10x1=10


(a) Create following table with the properties assigned using HTML.
Electronics Item Grocery
Mobile Phones Laptops Furniture

Renew Items (Background Color yellow) Go to next Page (Link)

(b) Design an educational website having four pages. First page should be as home
page having information of the college, Images and Links for the other pages like
contacts, Courses (Give the list of different courses) and registration form (name,
father name, email id and phone number). Apply validation on all the fields
(name, father name, email id and phone number).

5. Attempt any one part of the following: 10x1=10


(a) Write a program in JavaScript with two text boxes,one for input and another for
90

2
output, print first n terms of Fibonacci series (0, 1, 1, 2, 3, 5, 8, 13, 21, 34…) in

13
_2
output box on clicking of button ‘print’. Input n is given in input box.

2.
(b) Illustrate Array in JavaScript. Create a program in JavaScript to implement an
P2

24
array of five elements and perform the operationspush, pop, shift, unshift and join
3E

on the array.

5.
.5
P2

6. Attempt any one part of the following: 10x1=10


17
Q

(a) Design a web page that displays a registration form for a student who is going to
|1
participate in an international seminar and apply appropriate CSS styles to make
that form more attractive.
0
:3

(b) Explain box model in CSS. Design a web page with a table of 6 rows. Use nth-
25

child property of CSS to color Odd rows and even rows in different colors.
Highlight the even rows on mouse over.
:
13

7. Attempt any one part of the following: 10x1=10


3
02

(a) Explain Search Engine Optimization, its types and On-Page optimization factors.
-2

(b) (i) Illustrate DNS and its working.


(ii) Explore domain name registration process in detail.
08
9-
|1

QP23EP2_290 | 19-08-2023 13:25:30 | 117.55.242.132

You might also like