0% found this document useful (0 votes)
3 views5 pages

WT

The document outlines the final exam for the Web Technology course at Marwadi University, detailing the structure, instructions, and questions to be answered. It includes multiple-choice questions, short answer questions, and various topics related to web technologies such as HTML, CSS, JavaScript, XML, and AJAX. Additionally, it provides a Bloom's Taxonomy report indicating the weightage of questions based on cognitive levels.
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)
3 views5 pages

WT

The document outlines the final exam for the Web Technology course at Marwadi University, detailing the structure, instructions, and questions to be answered. It includes multiple-choice questions, short answer questions, and various topics related to web technologies such as HTML, CSS, JavaScript, XML, and AJAX. Additionally, it provides a Bloom's Taxonomy report indicating the weightage of questions based on cognitive levels.
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
You are on page 1/ 5

Enroll. No.

_________

MARWADI UNIVERSITY

Faculty of Engineering/ Technology


B.Tech - Computer Engineering
SEM: 3 MU FINAL EXAM/ MU FINAL REMEDIAL NOV: 2023
__________________________________________________________________________
Subject: - Web Technology-01CE0306 Date:- 29/11/2023
Total Marks:-100 Time: -12:30-03:30
Instructions:
1. All Questions are Compulsory.
2. Make suitable assumptions wherever necessary.
3. Figures to the right indicate full marks.
4. Do not write/sign/indication/tick mark anything other than Enroll No. at a specific place on the question paper.

Question: 1.

(a) Answer the following Multiple choice questions. [10]


1. Which of the following characters indicate closing of a tag?
a) .
b) /
c) \
d) !

2. What does CSS stand for?


a) Creative Style Sheets
b) Cascading Style Sheets
c) Computer Style Sheets
d) Colorful Style Sheets

3. Which of the following class in bootstrap is used to create a big box for calling extra
attention?
a) .box
b) .container
c) .container-fluid
d) .jumbotron

4. Which of the following class in Bootstrap is used to create a dropdown menu?


a) .dropdown
b) .select
c) .select-list
d) None
5. _____ event gets activated when an error occurs during execution of script.
a) Onfocus
b) Onclick
c) Onblur
d) None

6. XML stands for ____.


a) eXtensible Margin Language
b) Xtensible Markup Language
c) eXtensible Markup Language
d) Xtensible Margin Language

MARWADI UNIVERSITY 1|
Enroll. No._________

7. XML is designed to ____ and ____ data.


a) design, style
b) design, send
c) store, style
d) store, transport

8. Which of the following statement(s) is true about the JavaScript?


a) It is a scripting language used to make the website interactive
b) It is a markup language of Java to develop the webpages
c) It is an advanced version of Java for Desktop and Mobile application development
d) All of above.

9. Which JavaScript operator is used to determine the type of a variable?


a) typeof
b) Typesof
c) Sizeof
d) Typesoff

10. Which is the correct way to write a JavaScript array?


a) var txt = new Array(1:"arr",2:"kim",3:"jim")
b) var txt = new Array:1=(" arr ")2=("kim")3=("jim")
c) var txt = new Array("arr ","kim","jim")
d) var txt = new Array=" arr ","kim","jim"

(b) Answer the following short question. [10]


1. What is web browser?
2. Write down syntax of anchor tag.
3. What are the values of text-decoration property?
4. What are the different breakpoints in bootstrap 5?
5. What is XML?
6. What is XSL?
7. What is Javascript?
8. Write down pattern(regular expression) for email validation.
9. Write down any three string functions.
10. What is == in javascript?

Question: 2.

(a) Explain HTTP Request and Response method. [08]

(b) What is Flex? Explain Flex Child properties with example. [08]

OR

(b) Explain Animation and its properties with example. [08]

Question: 3.

(a) Select various classes to display different types of buttons with example. [08]

(b) Select various CSS pseudo classes to show the effects with example. [04]

(c) Explain various container classes with example. [04]

MARWADI UNIVERSITY 2|
Enroll. No._________

OR
(a) Illustrate various types of classes in progress bars of bootstrap with example. [08]

(b) How to set two background images with repetition of second image, background color
set to red with transparency 0.5? [04]

(c) Show any four input elements of bootstrap to design responsive form. [04]

Question: 4.

(a) Explain XSLT with example. [08]

(b) Explain JSON parse() and JSON stringify() method with example. [08]

OR

(a) What is AJAX? Explain it with an example. [08]

(b) Explain Geolocation APIs with example. [08]

Question: 5.

(a) What is SVG? What are the different shapes can be drawn? Explain any three shapes with
example. [06]

(b) Write a JavaScript that handles following mouse events. Add necessary elements.
1) If find time button is clicked show time and date information.
2) If button named “red” is clicked, background should change to red and
3) If button named “green” is clicked, background should change to green. [06]

(c) Explain CSS media queries with example. [04]

OR

(a) Explain ordered list, unordered list and nested list with example. [06]

(b) Design a login form using HTML & JavaScript with following validations on username and
password fields.
1) Password length must be 6 to 12 characters
2) Username should not start with _, @ or number.
3) Both should not be blank [06]

(c) Explain CSS box model with example. [04]

Question: 6.

(a) Design a form using HTML and JavaScript that asks the user to enter N as input and on
clicking the Print button it calls the function that print first N even numbers. [08]

(b) Explain XML DTD with example. [04]

(c) Explain XML syntax rules. [04]

OR
MARWADI UNIVERSITY 3|
Enroll. No._________

(a) Design a form using HTML and JavaScript that asks the user to enter his date of birth and
on clicking the Calculate Button it calls the function that calculates how many days are
left in your birthday? [08]

(b) What is XML Schema? Explain it with example. [04]

(c) Explain how XML is different than HTML? [04]

---Best of Luck---

MARWADI UNIVERSITY 4|
Enroll. No._________

– Bloom’s Taxonomy Report –

Sub: Web Technology


Sem. 3
Branch: Computer Engineering

Que. Paper weightage as per Bloom’s Taxonomy


LEVEL % of weightage Question No. Marks of
Que.
Remember/Knowledge 14% Q.1(a),Q.1(b),Q.4(b),Q.4(b)OR 14

Understand 36% Q.2(a),Q.4(a), Q.4(a) OR, 36


Q.6(a), Q.6(a) OR,
Q.3(c),Q.3(C)OR
Apply 20% Q.2(B), Q.2(B) OR, Q.5(a), 20
Q.5(a) OR, Q.6(b), Q.6(b) OR
Analyze 20% Q.3(a), Q.3(a) OR, Q.5(b), 20
Q.5(c), Q.5(b) OR, Q.5(c) OR,
Evaluate 10% Q.3(b), Q.3(b) OR, Q.6(C), 10
Q.6(C) OR
Higher order - -
Thinking/ Creative

Chart/Graph of Bloom’s Taxonomy

MARWADI UNIVERSITY 5|

You might also like