0% found this document useful (0 votes)
8 views3 pages

CT 2 2022iwt

This document outlines the structure and content of a B.Tech. Class Test for the subject 'Internet & Web Technology' held on February 17, 2022. It includes various questions related to HTML, CSS, JavaScript, website hosting, CMS, and database connectivity, with specific instructions on how to attempt them. The test consists of multiple-choice questions and descriptive questions, with a total of 60 marks available.

Uploaded by

0418helix
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)
8 views3 pages

CT 2 2022iwt

This document outlines the structure and content of a B.Tech. Class Test for the subject 'Internet & Web Technology' held on February 17, 2022. It includes various questions related to HTML, CSS, JavaScript, website hosting, CMS, and database connectivity, with specific instructions on how to attempt them. The test consists of multiple-choice questions and descriptive questions, with a total of 60 marks available.

Uploaded by

0418helix
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/ 3

Subject Code: 100205IT

B.Tech. Ist Semester Class Test – II (Date: 17.02.2022)

Subject: Internet & Web Technology

Time: 2 Hrs. Maximum Marks: 60

Note: Attempt all questions. Parts (a) of each question is compulsory and carries 04 marks;
attempt any two parts from (b), (c) and (d) carrying 08 marks.

Q. No. Questions Marks


1 (a) i How to create a checkbox in HTML? 01
a. <input type = "checkbox">
b. <input type = "button">
c. <checkbox>
d. <input type = "check">
ii 2) What is the correct HTML for creating a hyperlink? 01
a) <a>https://w.w.w.google.com</a>
b) <a name=”https://w.w.w.google.com”> GOOGLE</a>
c) <a url=”https://w.w.w.google.com.> GOOGLE </a>
d) <a href=”https://www.google.com”> GOOGLE </a>
iii Which of the following attribute adds audio controls, like play, pause, and 01
volume?
A. audio
B. controls
C. source
D. src
iv From which tag descriptive list starts? 01
A. <LL>
B. <DD>
C. <DL>
D. <DS>
(b) What is table tag? Describe various types of supporting table tag in HTML? Draw 08
the following table with help of table tag: -
Average Height Weight
Males 1.9 50kg
Females 1.7 60kg
(c) Discuss in detail about DHTML with an example. Write the difference between 08
HTML and DHTML.
(d) What is a frame tag? What is use of frame tag? Write a HTML program to divide 08
your browsing window into 3 parts consisting of 3 rows in the ratio of 1:1:8.
(a) i If we want to use a nice looking green dotted border around an image, 01
which css property will we use?
A.border-color
B.border-decoration
C.border-style
D.border-line
ii Which css property you will use if you want to add some margin between 01
a DIV's border and its inner text ?
A. spacing
B. margin
C. padding
D. inner-margin
iii A collection of elements of the same data type which may either in order 01
or not, is called _____.
A. String
2 B. Array
C. Serialized Object
D. Object
iv Find output of below code 01
var a = '20';
var b = a = 30;
document.write(a+b);

A. Error in Script
B. '20'30
C. 2030
D. 50
(b) Define CSS. What is the difference between inline CSS and external CSS? Define 08
a CSS for creating a page with background color of blue with text of Hello World
and draw a border around text with double border of yellow color and 10px width.

(c) What is Event Handling? What are functions of Event Handling? List Name of 5 08
types of Event handlers and describe them.

(d) There are 6 types of operators in Java Script. List all the 6 types of JavaScript 08
Operators with example of each.

3 a i The WWW today is Client Server service in which a 01


client using a browser can access a service using a
server.
A. limited
B. vast
C. distributed
D. none of the above
ii In a URL, the _______Client-Server program used to 01
retrieve the document.
A. protocol
B. path
C. host
D. none of the above
iii A _______ document is created by web server 01
whenever a browser requests the document
A. static
B. dynamic
C. active
D. none of the above
iv An HTTP request message always contains _______ 01
A. a header and a body
B. a request line and a header
C. a status line, a header, and a body
D. none of the above
(b) What is Website Hosting? Describe the various types of Website Hosting? List 08
different Companies for Website Hosting.
(c) What is CMS? What is Word Press? Mention Advantages and Disadvantages of 08
Word press?
(d) What is Database Connectivity? What is JDBC? Write down the steps to connect 08
a database with JDBC.

You might also like