0% found this document useful (0 votes)
81 views10 pages

Web Technology Exam Paper 2023-2024

The document outlines the examination structure for the Web Technology course at Dr. Babasaheb Ambedkar Technological University, including instructions, question formats, and topics covered. It specifies the examination dates, marks distribution, and types of questions such as HTML, CSS, PHP, and web hosting concepts. Students are required to answer compulsory and optional questions based on their understanding of web technologies.

Uploaded by

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

Web Technology Exam Paper 2023-2024

The document outlines the examination structure for the Web Technology course at Dr. Babasaheb Ambedkar Technological University, including instructions, question formats, and topics covered. It specifies the examination dates, marks distribution, and types of questions such as HTML, CSS, PHP, and web hosting concepts. Students are required to answer compulsory and optional questions based on their understanding of web technologies.

Uploaded by

tusharreddy1305
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

DR.

BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE


Regular & Supplementary Examination – Summer 2023
Course: B. Tech. Branch :Information Technology Semester :IV
Subject Code & Name: BTITPE405B & Web Technology
Max Marks: 60 Date:22.07.2023 Duration: 3 Hr.
Instructions to the Students:
1. All the questions are compulsory.
2. The level of question/expected answer as per OBE or the Course Outcome (CO) on
which the question is based is mentioned in ( ) in front of the question.
3. Use of non-programmable scientific calculators is allowed.
4. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Solve Any Two of the following. 12
A) What is WWW? How does the WWW works? 6
B) What is HTTP? Explain the features of HTTP? 6
C) Explain the working of Web server. 6

Q.2 Solve Any Two of the following. 12


A) Write a HTML code to generate the following output: 6
• Milk
A. Paneer
B. Ghee
C. Ice Cream
• Coffee
a. Hot Coffee
b. Cold Coffee
B) Design a HTML registration page in which name, password, confirm 6
password, gender is to be validated?
C) Enlist text formatting tags? Explain with example. 6

Q. 3 Solve Any One of the following. 12


A) Write a HTML code to generate the following output: 6
S.Y.(IT)Time Table
Mon Tue Wed Thu Fri
DM WebTech DAA OB PQT
Subject DM WebTech DAA OB PQT
Lunch Break
WebTech DM OB DAA
WebTech DM OB DAA Seminar
B) How will you add audio and video tags in HTML page with example? 6
C) What is CSS? What are the types of CSS? Explain it in detail. 6

Q.4 Solve Any Two of the following. 12


A) Write and explain a PHP program to check student grade based on the 6
marks using if-else statement for the following conditions:

• If marks are 60% or more, grade will be First Division.


• If marks between 45% to 59%, grade will be Second Division.
• If marks between 33% to 44%, grade will be Third Division.

If marks are less than 33%, student will be Fail.


B) Differentiate between GET and POST method in HTML? 6
C) List string functions in PHP? Discuss any two in detail? 6

Q. 5 Solve Any One of the following. 12


A) Explain the various types of web hosting. 6

B) Write short note on browser compatibility. 6


C) What is Debugging? Difference between Testing and Debugging. 6
*** End ***
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Regular & Supplementary Summer 2024
Course: B. Tech. Branch : Information Technology Semester :IV
Subject Code & Name: BTITPE405B Web Technology
Max Marks: 60 Date: 24/06/2024 Duration: 3 Hr.
Instructions to the Students:
1. All the questions are compulsory.
2. Use of non-programmable scientific calculators is allowed.
3. Assume suitable data wherever necessary and mention it clearly.
(Level/CO) Marks
Q. 1 Solve Any Two of the following. 12
A) What does HTTP stand for? Explain http with its characteristics. 6
B) What is a web server and what are its main responsibilities? 6
C) What is the World Wide Web (WWW) and how is it different from the in- 6
ternet?

Q.2 Solve Any Two of the following. 12


A) Explain the basic structure of an HTML document. Provide an example. 6
B) Write a short HTML document that includes the following elements: 6

i. A heading (h2) with your name as the title.


ii. A paragraph with a brief introduction about yourself.
iii. A bulleted list with your hobbies or skills.
iv. An image of your choice (relevant to your introduction).
v. A link to your favourite website.
vi. Include comments to explain the purpose of different elements in
your

C) 6
Using HTML and CSS, create an HTML table that displays the following
data.
Q. 3 Solve Any Two of the following. 12
A) Describe the functionalities of the following HTML5 elements and their 6
attributes:

i. <video> (e.g., src, controls, width, height)


ii. <audio> (e.g., src, controls, autoplay)

B) What is CSS? Explain different ways to integrate CSS with an HTML 6


document with an example.
C) Design an HTML form for user registration with the following fields and 6
requirements:

i. A field for the user's full name (required).


ii. A field for the user's email address (required and must be in a valid
email format).
iii. A password field (required).
iv. A set of radio buttons to select gender (Male, Female, Other).
v. A checkbox for agreeing to the terms and conditions (required).
vi. A submit button to send the form data.

Q.4 Solve Any Two of the following. 12


A) Explain the concept of variable scope in PHP with examples. 6
B) Explain the use of the else statement in PHP with an example. 6
C) How do arithmetic operators work in PHP? Provide examples. 6

Q. 5 Solve Any Two of the following. 12


A) What are cookies and how do you set and retrieve them in PHP? 6
B) What is web hosting and how does it allow websites to be accessible 6
online?
C) What is browser compatibility and why is it important for web developers 6
to consider?
*** End ***
DR. BABASAHEB AMBEDKAR TECHNOLOGICAL UNIVERSITY, LONERE
Supplementary Winter Examination – 2024
Course: B. Tech. Branch : Information Technology Semester : IV
Subject Code & Name: (BTITPE405B)Web Technology
Max Marks: 60 Date:31/12/2024 Duration: 3 Hr.
Instructions to the Students:
1. Each question carries 12 marks.
21293939

21293939

21293939
2. Question No. 1 will be compulsory and include objective-type questions.
3. Candidates are required to attempt any four questions from Question No. 2 to Question No. 6.
4. The level of question/expected answer as per OBE or the Course Outcome (CO) on which the
question is based is mentioned in ( ) in front of the question.
5. Use of non-programmable scientific calculators is allowed.
6. Assume suitable data wherever necessary and mention it clearly.

(Level/CO) Marks

Q. 1 Choose the correct option: 12


1 Which of the following is used to read a HTML page and render it? Remember 1
a. Web browser b. Web server
21293939

21293939

21293939
c. Web matrix d. Web network
2 IDE stands for _________. Remember 1
a. Internet Development Environment
b. Integrated Development Environment
c. Intelligent Development Environment
d. Integrated Developed Environment
3 URL is ___________. Remember 1
a. web address b. source code
c. user’s address d. an attribute
4 Which element defines preformatted text? Remember 1
21293939

21293939

21293939

a. <p> b. <pre> c. <hr> d. <ins>


5 Relative URLs are used to ____________. Remember 1
a. link other pages within the same site.
b. link the same page with other sites.
c. link other pages with other sites.
d. does not link.
6 A variable name in PHP starts with ___________. Remember 1
a. ! (Exclamation) b. $ (Dollar)
c. & (Ampersand) d. # (Hash)

Page 1
7 Which of the following is used to display the output in PHP? Remember 1
a. echo b. write c. print d. Both (a) and (c)
8 Each cell of the table can be represented by using __________. Remember 1
a. <tr> b. <td> c. <th> d. <thread>
9 The data storage space accessed via the Internet, usually used to host 1
websites and data files is called__________.

a. Web server b. Web page


21293939

21293939

21293939
c. Webmaster d. Web space
10 In ________web hosting service, more than one web site is hosted on the Remember 1
same server.

a. VPS Hosting b. Windows Hosting


c. UNIX Hosting d. Shared hosting
11 Which of the following CSS selector is used to specify a rule to bind a Remember 1
particular unique element?
a. tag b. class
c. id d. both class and tag
12 Which of the following is the correct syntax to link an external style sheet Remember 1
21293939

21293939

21293939
in the HTML file?
a. <link rel=”stylesheet” href=”[Link]” />
b. <link rel=”stylesheet” src=”[Link]” />
c. <style rel=”stylesheet” src=”[Link]” />
d. <style rel=”stylesheet” link=”[Link]” />

Q. 2 Solve the following. 12


A) What is the World Wide Web (WWW)? How does it work? What are the Remember 6
features of WWW?
B) What is scripting language? What are the types of scripting languages? Remember 6
Also, explain the features of scripting languages.
21293939

21293939

21293939

Q.3 Solve the following. 12


A) Design a web page giving information regarding the components of Create 6
computers:
i. Give a background color using hexadecimal color codes with an
appropriate heading with “center” alignment. The heading must be bold,
italic, and underlined.
ii. Include paragraphs regarding the topic in different font styles and
colors.

Page 2
B) Explain the following tags with a suitable example: Understand 6
i) <marquee> ii) <meta> iii)<video>
iv) <map> v) <href> vi)<dl>

Q. 4 Solve Any Two of the following. 12


A) What is CSS? Why do we use CSS? What are the advantages and Remember

disadvantages of CSS?
21293939

21293939

21293939
B) Design a web page by including the following points: Create 6
i. Give a special background to the web page.
ii. Include at least two images.
iii. Give a border to the image and resize it.
iv. Use spacing and alignment properties for the images inserted in the web
page.
C) Write HTML code to display the following: Create 6
21293939

21293939

21293939
Q.5 Solve Any Two of the following. 12
A) Write a PHP Program to create following pattern: Create 6
*
**
***
21293939

21293939

21293939

****
*****
B) Write a PHP program to check student grades based on the marks using Create 6
if-else statements.
Conditions:
● If marks are 60% or more, the grade will be First Division.
● If marks range from 45% to 59%, the grade will be Second
Division.

Page 3
● If marks range from 33% to 44%, the grade will be Third
Division.
If marks are less than 33%, the student will fail.
C) What is PHP? What are the characteristics of PHP? How does it work? Remember 6

Q. 6 Solve Any Two of the following. 12


A) What is browser compatibility? Explain common issues while Remember 6
21293939

21293939

21293939
cross-browser compatibility testing.
B) Differentiate between testing and debugging. Analyze 6
C) What is web hosting? How does it work? Explain the types of web hosting Remember 6
services.
*** End ***
21293939

21293939

21293939
21293939

21293939

21293939

Page 4

You might also like