0% found this document useful (0 votes)
27 views

WT and Oops 4th Sem

Uploaded by

ralid98325
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)
27 views

WT and Oops 4th Sem

Uploaded by

ralid98325
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/ 14

Total Printed Pages : 3 Roll No.

42474
B. Tech CSE 4h Semester
(Regular/Re-appear/Imp.)
Examination, 2021
WEB TECHNOLOGIES

Paper Code : LC-CSE-210

Time:3 hours Max. Marks:75

Before answering the questions, candidates should


ensure that they have been supplied the correct and
complete question paper. No complaint in this regard
will be entertained after examination.
Note: Attempt any five question in all. 1 is compul
sory. Allquestions carry equal marks.
1. (a) Write the characteristics of HTML and
DHTML. 2.5x6=15

(b) What is Box model in CSS?

(c) What is the difference between inline, inline


block and block?

(d) What is PCDATA and CDATA in XML?

(e) Differentiate between for and foreach


statements in PHP.

M-0383/42474 P.T.0.
(f) What is Script manager in AJAX?
2. (a) What do you mean by internet protocols?
Explain X.25 protocol in detail.
(b) What is URL? Discuss different types of
URL.

3. Explain the following terms in detail: - HTTP,


IP, SMTP, POP3 and MIME.
4. (a) Write the basic structure of HTML template
and also explains List elements in HTML.
(b) What are the different types of Selectors in
CSSexplain.
5. What is CSS? Explain its basic syntax and
structure. How many ways can a CSS are
integrated as a web page?
6. (a) Discuss various applications and features of
XML in detail.

(b) Design an XML schema for university


information management.
7. (a) Discuss the advantages and disadvantages of
XML schemas over DTDs.
(b) Explain how XML is useful in defining da
for web applications.

M-0383/42474 2
8. (a) Explain the structure of PHPand its functions
in detail.

(b) Describe the integration of PHP and AJAX


with example.
9. (a) Discuss the role of WSDL web service in
AJAX.

(b) Discuss AJAX PHP MySQL Select Query


with example.

M-0383/42474
Total Printed Pages : 3 Roll No.

42474
B.Tech. 4th Sem.(CSE)
(Regular/Re-appear/Imp.)
Examination-2022
WEB TECHNOLOGIES
PAPER- PCC-CSE-210

Time: 3 Hours Max. Marks :75

Before answering the questions,. candidates should


ensure that they have been supplied the correct and
complete question paper. No complaint in this regard
will be entertained after examination.

Note: Attempt five questions in all. Selecting one


question from each section. Question No.1 is
compulsory.
1. (a) What is a DTD in XML? 15

(b) How do I add a padding to a list in CSS?


(c) What is POP3 and IMAP difference ?

(d) Which CSS property is used to change the


font ?

(e) What is the use of XPointer with example ?

() What are disadvantages of AJAX ?

M-0248/42474 P.T.0.
SECTION-A
2. What is Internet Protocol explain with suitable
with example ? What is IPv4 and IPy6 ? What
are the 10 types of Internet Protocol ? Explain
15
3. What is World Wide Web and its features ? What
are the main uses of World Wide Web ? What is
difference between WWW and Internet ? What
is the structure of World Wide Web ? Explain in
Detail 15

SECTION-B

4. What is meant by Cascading Style Sheets ? What


are the four types of cascading style sheets are
there ? Explain in detail. What are the main
components of CSS ? What are the advantages
and limitations of CSS ? Why is CSS relevent
nowadays in the industry field ? 15

5. What is HTML? What is the difference between


HTML elements and tags ? How many ways
are
can you diaplay HTML elements ? What
the HTML tags used to display the data in the
tabular form ? Explain the layout of HTML
What are the tags used to separate a section of
texts ? 15

M-0248/42474 2
SECTION.C
6. What is XML vs HTML ? Why is XML used?
What are the main features of XML?What 1s
the structure of XML ? How many types of ML
documents are there ? Explain 15

7. What is element and attribute in XML ? How do


Ideclare an element in XML ?What is the need
of XML element ? What is tabl element wnte its
attributes ? How do you code a table in XML?
How do you display data in a table formate
XML ? 13

SECTION-D
8. (a) What is PHP and why it is used ? What is
the structure of PHP ?

(b) What is PHP function? How many functions


are there in PHP ?
7

9. What is AJAX and how it works ? How include


AJAX file in PHP? How can we connect database
using PHP and AJAX explain with suitable
example ? 15

****

M-0248/42474 3
Total Printed Pages :4 Roll No.

42471
B. Tech. 4th Semester
(Regular/Re-appear/Imp.) Examination, 2021
OBJECT ORIENTED PROGRAMMING
Paper Code: PCC-CSE-208

Time :3 hours Max. Marks :75

Before answering the questions, candidates should


ensure that they have been supplied the correct and
complete question paper. No complaint in this regard
will be entertained after examination.

Note: Attempt any five questions in all. Question


no. 1 is compulsory. All questions carry equal
marks.

1. (a) What is empty class? 2.5

(b) What is data hiding? 2.5

(c) What is the use of new and delete operators?


2.5

(d) What is virtual base class? 2.5

(e) What is abstract class? 2.5

() What is exception? 2.5

M-0584/42471 P.T.0.
2. (a) What is the difference between O0P and
procedure oriented programming? Explain in
detail. 7.5

(b) Explain the structure of the C++ program in


detail? Also give a C++ program example to
justify your structure. 7.5

3. (a) Explain all the control structures used in C++


by giving suitable examples. 7.5

(b) Write short note with examples on (i) nested


classes (ii) Message Passing 7.5

4. (a) What is the difference between multiple and


multilevel Inheritance? Explain by giving
suitable programming examples. 7.5

(b) How data can be accessed through pointers?


Explain by giving examples. 7.5

5. (a) What do you mean by Dynamic memory


allocation? Explain various operators with
their purpose that are used to manage
memory dynamically. Write a program that
shows the use of these operators. 7.5

M-0584/42471 2
(b) Explain overriding member functions by
giving examples. 7.5

6. (a) What is the use of a destructor? How it is


different from constructor? Write a program
in C++ that shows the use of destructors.7.5
(b) What is operator overloading? Write a

program in C++ to overload unary minus (-)


operator using friend function. 7.5

7. (a) What is difference between early binding and


late binding? Give an example of a program
that shows late binding. 7.5

(b) What is type conversion? Explain basic type


to class type conversion by giving suitable
example. 7.5

8. (a) What is the use of a template class? Write a


program in C++ that uses template class.7.5

(b) What is exception handler? Write


program to show the working of exception
handling. 7.5

M-0584/42471 3 P.T.0.
9. (a) What is rethrowing an exeeption? Explain by
giving suitable examples. 7.5

(b) What is a template function? What are the


advantages of template function? Write
a program in C++ that uses template
function. 7.5

****>k

M-0584/42471 4
-0043/42471 Note: will
complete Time:3
ensure Before Hours Total
1. B.Tech.
Sem.)(4th
ká) be Printed
(or o compulsory. question Attempt
entertained that
answering ORIENTED
OBJECT
What question Examination,
Imp.)
2022
What What PROGRAMMING they Pages
PCC-CSE-208 Paper :
is is from five
is have :4
object access nested All afterpaper. the
questions questions
each been
42471
examination. questions,
slicing?specifier? class? No (Regular/Re-appear/
unit. complaint supplied
carry in oi35lo!5ol6RolNol.
Give Question all. candidates Max.
equal the
Example. Selecting in
thiscorrect Marks
marks.
P.T.O.
No.1 should
regard
2.5 2.5 one and :
2.5 75
is
2.5
t et What is destructor?
between Class
(eY What is the difference
2.5
Template and Function Template?
2.5
What is late binding?
Unit-I

features of object
2. a) Explain in detail the
7.5
oriented programming.
used in
b) Explain all the control structures
7.5
C++ by giving suitable examples.
can be achieved
3. (at What is data Hiding? How it
in C++? Write a program to support your
7.5
answer.

(b) Explain the various types of expressions


suitable
that can be used in C++ by giving
7.5
examples.
Unit-II

'4. (a) What is multilevel Inheritance? Explain


by giving C++ program to support your
answer.
7.5

M-0043/42471
(b) What is virtual base class? What is its use?
Explain by giving C++ program to support
your answer. 7.5

What do you mean by Dynamic memory


allocation? Explain various operators with
their purpose that are used to manage
memory dynamically. Write a program that
shows the use of these operators. 7.5

(b) What is overriding? Explain by giving C++


program to support your answer. 7.5

Unit-III

6. (a) What is Destructor? Write a program in


C++ that shows the use of destructors. 7.5

(b) What is operator overloading?


Write
a program in C++ to overload plus (+)
operator. 7.5

7. (a) What is the need of constructors? Write


a program in C++ that shows the use of
dynamic constructors. 7.5

(b) What is abstract Class? Write a program


in C++ that shows the use of abstract

class. 7.5

M-0043/42471 3 P.T.0.
-0043/42471 9.
8.
(
(b) (a) (a)

a
function.advantages What by
What that
C++ What
the What uses
program example.
suitable
giving working
is is is is
a
rethrowing exception? template
template
in to Unit-IV
of
4 class.
exception template
C++
template class?
function? an
Write
that
exception?
Explain
handling. a Write
function?
uses
program
What a
program
template
are to
Write show
7.5 the 7.5 7.5
7.5 in

You might also like