Jump to Year/Set
2025 100219

B.Tech 2nd Semester Examination, 2025

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Q.1 Choose the correct option/answer the following (Any seven question only):

Q1.1

Which protocol is used for transferring web pages?

a)

FTP

b)

SMTP

c)

HTTP

d)

SNMP

Q1.2

HTML stands for

a)

Hyper Text Making Language

b)

High Text Markup Language

c)

Hyper Text Markup Language

d)

Hyperlinking Text Management Language

Q1.3

Which tag is used for creating hyperlinks?

a)

<link>

b)

<a>

c)

<href>

d)

<hyper>

Q1.4

Which tag is used to create a form?

a)

<form>

b)

<input>

c)

<textarea>

d)

<fieldset>

Q1.5

Which attribute is used to send form data to a server?

a)

name

b)

Value

c)

action

d)

Id

Q1.6

Inline CSS is applied using

a)

<style> tag in head

b)

style attribute in HTML tag

c)

External stylesheet

d)

None

Q1.7

JavaScript runs on

a)

Server

b)

Client

c)

Database

d)

Compiler

Q1.8

To repeat code a fixed number of times, we use

a)

If

b)

switch

c)

for loop

d)

Break

Q1.9

The default value of uninitialized variables in Java Script is

a)

0

b)

NULL

c)

undefined

d)

False

Q1.10

On click is an example of

a)

Style property

b)

JavaScript Method

c)

Event handler

d)

None

Q.2 Solve both questions:

Q2.1

Define the Internet and the World Wide Web (WWW). Explain the fundamental difference between these two terms using a simple analogy.

Q2.2

What is a Website and a Homepage? Describe the role of a homepage in a typical website and give an example of the information it commonly contains?

Q.3 Solve both questions:

Q3.1

Explain the difference between Web Browser and Web Server?

Q3.2

What is a URL? Write a sample URL and label its three main parts (Protocol, Domain Name, and Path)?

Q.4 Solve both questions:

Q4.1

What is an HTML Element? Describe the structure of an HTML element with suitable examples.

Q4.2

Create an HTML webpage to display the following table showing Name, Age, and Country of three persons.

Name Age Country
Harry Depp 28 Britain
John Smith 35 USA
Ram Krishna 19 Nepal

Q.5 Solve both questions:

Q5.1

Design an HTML webpage to show your semester subjects. Use a Nested List, where the main list contains semester numbers (Semester 1, Semester 2) and each semester contains the subjects offered in that semester.

Q5.2

Write the difference between HTML and XHTML?

Q.6 Solve both questions:

Q6.1

Write a short note on: (i) Inline CSS (ii) Internal CSS

Q6.2

Explain the use of <div> and <span> tags in CSS styling.

Q.7 Solve both questions:

Q7.1

Write an HTML program using CSS to demonstrate various text and font properties such as font-family, font-size, font-style, font-weight, text-align, text-decoration, text-transform, and line-height.

Q7.2

Why do we need JavaScript in Web Development?

Q.8 Solve both questions:

Q8.1

Discuss arithmetic and logical Operators in JavaScript with program?

Q8.2

Write a JavaScript program to calculate the sum of the first 10 natural numbers using any looping structure.

Q.9 Solve both questions:

Q9.1

What is Event Handling in JavaScript? Explain with a program?

Q9.2

Discuss Form Validation in JavaScript with example program?


2025 V4 100219

B.Tech 2nd Semester Examination, 2025

Time 03 Hours
Full Marks 70
Instructions:
  • The marks are indicated in the right-hand margin.
  • There are NINE questions in this paper.
  • Attempt FIVE questions in all.
  • Question No. 1 is compulsory.

Q.1 Choose the correct option/answer the following (Any seven question only):

Q1.1

Which protocol is used for transferring web pages?

a)

FTP

b)

SMTP

c)

HTTP

d)

SNMP

Q1.2

HTML stands for

a)

Hyper Text Making Language

b)

High Text Markup Language

c)

Hyper Text Markup Language

d)

Hyperlinking Text Management Language

Q1.3

Which tag is used for creating hyperlinks?

a)

<link>

b)

<a>

c)

<href>

d)

<hyper>

Q1.4

Which tag is used to create a form?

a)

<form>

b)

<input>

c)

<textarea>

d)

<fieldset>

Q1.5

Which attribute is used to send form data to a server?

a)

name

b)

Value

c)

action

d)

Id

Q1.6

Inline CSS is applied using

a)

<style> tag in head

b)

style attribute in HTML tag

c)

External stylesheet

d)

None

Q1.7

JavaScript runs on

a)

Server

b)

Client

c)

Database

d)

Compiler

Q1.8

To repeat code a fixed number of times, we use

a)

If

b)

switch

c)

for loop

d)

Break

Q1.9

The default value of uninitialized variables in Java Script is

a)

0

b)

NULL

c)

undefined

d)

False

Q1.10

On click is an example of

a)

Style property

b)

JavaScript Method

c)

Event handler

d)

None

Q.2 Solve both questions:

Q2.1

Define the Internet and the World Wide Web (WWW). Explain the fundamental difference between these two terms using a simple analogy.

Q2.2

What is a Website and a Homepage? Describe the role of a homepage in a typical website and give an example of the information it commonly contains?

Q.3 Solve both questions:

Q3.1

Explain the difference between Web Browser and Web Server?

Q3.2

What is a URL? Write a sample URL and label its three main parts (Protocol, Domain Name, and Path)?

Q.4 Solve both questions:

Q4.1

What is an HTML Element? Describe the structure of an HTML element with suitable examples.

Q4.2

Create an HTML webpage to display the following table showing Name, Age, and Country of three persons.

Name Age Country
Harry Depp 28 Britain
John Smith 35 USA
Ram Krishna 19 Nepal

Q.5 Solve both questions:

Q5.1

Design an HTML webpage to show your semester subjects. Use a Nested List, where the main list contains semester numbers (Semester 1, Semester 2) and each semester contains the subjects offered in that semester.

Q5.2

Write the difference between HTML and XHTML?

Q.6 Solve both questions:

Q6.1

Write a short note on: (i) Inline CSS (ii) Internal CSS

Q6.2

Explain the use of <div> and <span> tags in CSS styling.

Q.7 Solve both questions:

Q7.1

Write an HTML program using CSS to demonstrate various text and font properties such as font-family, font-size, font-style, font-weight, text-align, text-decoration, text-transform, and line-height.

Q7.2

Why do we need JavaScript in Web Development?

Q.8 Solve both questions:

Q8.1

Discuss arithmetic and logical Operators in JavaScript with program?

Q8.2

Write a JavaScript program to calculate the sum of the first 10 natural numbers using any looping structure.

Q.9 Solve both questions:

Q9.1

What is Event Handling in JavaScript? Explain with a program?

Q9.2

Discuss Form Validation in JavaScript with example program?


Install on iOS

To install BEU Connect on your iPhone:

1. Tap the Share button at the bottom of Safari.
2. Scroll down and tap "Add to Home Screen".