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

Bca 20

Good for students and knowageble

Uploaded by

Chandra shekhar
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)
30 views3 pages

Bca 20

Good for students and knowageble

Uploaded by

Chandra shekhar
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

[2] BCA–C-302

(iii) Point out the correct statement : (CO4)


Roll No. …………………..
(a) php is a client side scripting language
(b) php supports database handling

BCA–C-302 (c) php is not case sensitive


(d) All of the mentioned
B. C. A. (Third Semester) (iv) To change the stack order of elements in CSS
EXAMINATION, 2020-21 given property is used : (CO3)
WEB TECHNOLOGIES (a) stack-order
Time : 2:30 Hours (b) stack-position
Maximum Marks : 60
(c) z-position
Note : All questions have to be attempted.
(d) z-index
Section—A
(v) * is also known as ........... selector. (CO5)
1. Multiple choice type questions : 1 each
(a) element
(i) Which tag is used to create hyperlink in HTML ?
(CO2) (b) class
(a) <br> (c) id
(b) <a> (d) universal
(c) <href>
(vi) The output of the PHP code is <?php $a = array
(d) <link>
(12, 5, 2); echo (array_product($a));?> : (CO4)
(ii) Point out the wrong statement : (CO1)
(a) 024
(a) CSS is used to validate HTML page
(b) 120
(b) JavaScript can be included using <script>tag
(c) HTML is a markup language (c) 010

(d) All of the mentioned (d) 060

P. T. O.
[3] BCA–C-302 [4] BCA–C-302

(vii) Characteristics of <DIV> and <SPAN> are : (xi) Which of the following is the correct syntax to
(CO2) add an iframe ? (CO2)
(a) <DIV> inherits properties defined for (a) <iframe src = “ demo_iframe.htm ” style =
<SPAN> in a stylesheet “ border:none ” > < / iframe >
(b) <SPAN> and <DIV> define content to be (b) <iframe src = “ demo_iframe.htm ” style =
inline or block-level “ border:5px dotted red ” > < / iframe >
(c) <iframe src = “ demo_iframe.htm ” width =
(c) <DIV> and <SPAN> are used as
“ 200 ” height = “ 200 ” > < / iframe >
alternatives for element <P>
(d) <iframe src = “ URL ” > < / iframe >
(d) <DIV> is used inside element <P>
(xii) Which variable is used to collect form data sent
(viii) Which of these tags are all <table> tags ? (CO2)
with both the GET and POST methods ? (CO4)
(a) <table> <head> <tfoot> (a) $BOTH
(b) <table> <tr> <td> <thead> (b) $REQUEST
(c) <thead> <body> <tr> <caption> (c) $_BOTH
(d) <table> <tr> <tt> (d) $_REQUEST
(ix) Border in css has the following properties : (CO3) 2. Attempt any four of the following (Short answer type
(a) width questions) : 3 each
(b) style (a) Differentiate ordered and unordered lists. (CO2)
(c) color (b) Write a note on DHTML. (CO1)
(c) Write a short note on web architecture MVC
(d) All of the above
Model. (CO4)
(x) Which tag is used to create a check box in
(d) Write a note on MySQL. (CO5)
HTML ? (CO2)
(e) Explain DOM briefly. (CO3)
(a) <checkbox>
Section—B
(b) <select>
3. Attempt any two of the following : 6 each
(c) <input type = checkbox>
(a) Discuss the concept of transforming XML using
(d) None of the above XSL and XSLT. (CO1)

P. T. O.
[5] BCA–C-302

(b) Explain lists and tables with respect to CSS with


example. (CO3)
(c) Explain the term link and write its major types
with example. (CO2)

4. Attempt any two of the following : 6 each


(a) Explain the major objects available in JavaScript
with example. (CO3)
(b) Discuss positioning and page layout properties in
CSS with example. (CO3)
(c) How could you describe events and event
handling in JavaScript ? (CO3)

5. Attempt any two of the following : 6 each


(a) Design and implement a web application
verifying student data provided by client from
server end using PHP. (CO4)
(b) Explain the concept of multi-dimensional arrays
in PHP using an appropriate example. (CO4)
(c) Write the process to create and manage the
cookies in PHP with example. (CO4)

BCA–C-302 70

P. T. O.

You might also like