0% found this document useful (0 votes)
20 views4 pages

AMICSE0505 Web Technology

Uploaded by

sanyamch333
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views4 pages

AMICSE0505 Web Technology

Uploaded by

sanyamch333
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Printed page: 04 Subject Code: AMICSE0505

Roll No:

NOOA INSTITUTE OF ENGINEERING AND TECHNOLOGY, GREATER NOOA


(An Autonomous Institute Affiliated to AKTU, Lucknow)
M.Tech (Integrated)
SEM: V THEORY EXAMINATION (2023-2024)
Subject: Web Technology
Time: 3 Hours Max. Marks: 100
General Instructions:

IMP: Verify that you have received question paper with correct course, code, branch etc.

1. Tùi.v Question paper comprises of three Sections -A, B, & C. It consists of Multiple Choice Questions
(MCp ’s) & Subjective type queslions.
2. Maximum marks for each question are indicated on right hand side of each question.
3. Illustrate your answers with neat sketches wherever necessary.
4. A.s.vume suitable data ifnere.s.saiy.
5. Preferabl y, write the answers in sequential order.
6. No sheet .sùoufd be lefi blank. An›- written material afier a blank sheet will not be evaluated7checked.

SECTION A 20
1. Attempt all partx: —
1-a. Choose the primary function of a web server. [COI]
(a) Send and receive emails
(b) Host and serve web pages to clients
(c) Manage network security
(d) Conduct online transactions
1-b. Which organization oversees the allocation of & addresses and domain names?
[COI]
(a) W3C (World Wide Web Consoaium)
(b) IETF (Internet Engineering Taxk Force)
(c) ICANN (Internet Corporation for Assigned Names and Numbers)
(d) ISO (International Organization for Standardization)
1-c. What is the purpose of the <header> element in HTMLS? [CO2]
(a) It defines ihe main heading of the document.
(b) It represents introductory content at the beginning of a section or article.
(c) It is used to define a top-level navigation menu.
(d) It represents a side note or tangentially related content.

Page 1 of 4

. Scanned with OKEN Scanner


1-d. Which HTMLS element ia used to group related form elements together and provide
a label for the group? [CO2]
(a) <label>
(b) <fieldaet>
(c) <inputset>
(d) <group>
1-e. Which of the following is not a valid CSS3 selector? [CO3]
(a) .class-selector
(b) #id—selector
(c) i%media—selector
(d) element-selector
1-f. In Bootstrap, which class is used to create a responsive, collapsible navigation
menu? [CO3]
(a) .nav-collapse
(b) .menu-toggle
(c) .navbar-toggler
(d) .collapse-menu
1-g. Choose the correct purpose of event handler in JavaScript. [CO4]
(a) A melod for declaring variables
(b) A function that specifies how to respond to uaer actions or browser events
(c) A module for handling aerver-side requests
(d) A form of data encryption
1-h. Which keyword is used to declare variables in JavaScript with block scope? [CO4]
(a) var
(b) let
(c) const
(d) function
1-i. What is the purpose of PHP'x "include" and "require" statements? [COS]
(a) To add external CSS files to a web page
(b) To include JavaScript libraries
(c) To load other PHP filex or scripts into the current xcript
(d) To display images in an HTML document
1-j. Which PHP superglobal array ix used to retrieve data from HTML forms? [COS]
(a) $_GET

Page 2 of 4

. Scanned with OKEN Scanner


(b) $ POST
(c) $ REQUEST
(d) $ SESSION
Subject Code: ACSE0505/ACSEH0505
2. Attempt all parta:-
2.a. Explain three-tier web architecture with neat diagram. [CO1] 2
2.b. Describe the significance of using HTMLS semantic elements in web development. 2
Justify with the sample code. [CO2]
2.c. Explain the role of the Bootstrap framework in web development and mention the key 2
component of button dropdown menus it provides with code. [CO3]
2.d. Provide an example of a scenario where JavaScripi’s asynchronous programming is 2
beneficial. [CO4]
2.e. How does PHP differ from HTML, and what role doea it play in dynamic web page 2
creation, explain with steps. [COS]
SECTION B
3. Answer any five of the following-
3-a. Explain the fundamental concepts of the web hosting, ita types and the role of
hosting platforms in web development. [COI]
3-b. Explain the difference between manual testing and automated testing in the context
of web applications. [COI]
3-c. Create a XML document of 5 students of B.tech final year.(i)add marks in 5 6
subjects,(ii)Roll NO. (iii)Percentage .Give a valid DTD for the following document.
[CO2]
3-d. Explain how to validate an HTML form. Construct a program to check the following
validaiion: (i) Checking all input field for non-empty (ii) Length of firsi name and last
name must be leas than 20 characters. (iii)Mobile number ahould be a number & 10
digit lengih.(iv)Email validation (v)Password validaiion (vi)Date validation(Not
equal to the current date) [CO2]
3-e. Design a web page using following siyles. (a)Hl tag has to green, and underlined, (b) 6
p has to be enclosed with border with text font italic, font family Helvetica, font
xize 15px and font color red, (c) unordered list text blue, text bold. Add these features
by uaing an external cxa file and then refers this file in HTML document. [CO3]
3-f. Elaborate the variable naming conventions in JavaScript in detail. [CO4]
3-g. Explain cookies in PHP. How can a user create cookies with PHP and also write
syntax of it? [COS)
SECTION C
4. Answer any one of the following-
4-a. Provide an in-depth explanation of the clieni-server archiiecture in the context of web
technology. Discuss the roles of clients and aerverx and the ñow of information.
[COI]
4-b. Elaborate on the role of DNS (Domain Name Syatem) in web technology. Explain
how DNS iranalatea human-readable domain names to & addresses, facilitating the
navigation of the internet. [COI]
5. Answer any one of the following-
5-a. Create a HTML document that divides ihe browner screen frame into two framea. The
frame on the lefi will be a menu consisting of a hyperlink. Clicking on any one of

Page 3 of 4
. Scanned with OKEN Scanner
ihese links will lead to new page open in the target frame, which is on the right hand
side. [CO2]
5-b. Explain below with example in HTML: [CO2]
1. Ordered Lists
2. Unordered Lists
3. Image Handling
4. Anchor tags
5. Frames

6. Answer any one of the following-


6-a. How many types of layouts are there in Bootstrap. Explain uses of each layout in
detail? [CO3]
6-b. Elaborate on the concept of CSS Flexbox and its role in layout design. Provide 10
examples of how Flexbox can be used io create flexible and responsive page layouts,
and discuss ita advantages over tradiiional layout methods. [CO3]
7. Answer any one of the following-
7-a. Write a JavaScript code to display a welcome web page when submit button of an
html form ia pressed. [CO4]
7-b. Explore ihe concept of call back functions in JavaScript. Explain with coding 10
example. [CO4]
8. Answer any one of the following-
8-a. Discuss the concept of sesaiona in PHP and their impoeance in web applications.
Explain how sessions are initiated, maintained, and utilized to store user-specific
information across multiple pages. [COS]
8-b. Explain wiih code in PHP the process of opening the file, closing the file, copying and
deleting the data from file. [COS]

Page 4 of 4

. Scanned with OKEN Scanner

You might also like