+3 SEM-V______________
CSC-CC-11-(H)(R&B) NC
December,2024
(Web Technologies)
Time: 3 Hours Full Marks: 60
The figures in the right hand margin indicate marks.
Answer ALL questions
GROUP-A
1. Answer in one word or fill in the blanks. [8x1=8]
(a) ________ is a repository of information linked together from points all over the world.
a. WWW b. HTTP c. HTML d. None of these
(b) ______ create an ordered list in HTML?
a. <ul> b. <ol> c. <li> d. <i>
(c) CSS stands for ________.
a. Cascade style sheets c. Cascading Style Sheets
b. Color and style sheets d. None of the above
(d) The property in CSS used to change the background color of an element is ______.
a. Bgcolor b. colour c. background-colour d. All of them
(e) Where is the correct place to insert JavaScript code in an HTML document?
a. Both <head> section and <body> section
b. <head> section
c. <body> section
d. Anywhere in the HTML file
(f) Which one of the following options is the correct output for the given code of JavaScript?
function fun()
{
var a=1;
var b=2;
return a*b;
}
document.write(fun());
a. 2 b. 3 c. 0 d. Error
(g) PHP stands for _______.
a. Hypertext Preprocessor c. Personal Home Processor
b. Pretext Hypertext Preprocessor d. None of the above
(h) Which of the following is the use of strlen() function in PHP?
a. The strlen() function returns the type of string
b. The strlen() function returns the length of string
c. The strlen() function returns the value of string
d. The strlen() function returns both value and type of string
GROUP-B
2. Answer any eight of the following questions within two or three sentences each. [8x1½ =12]
(a) Define web server.
(b) What is html?
(c) Which html tag is used for line break?
(d) What is CSS?
(e) What is who lists?
1
(f) What are forms in java script?
(g) How to define function in java script?
(h) How DHTML is differ from HTML?
(i) What is the use of PHP?
(j) How to declarevariable in PHP?
GROUP-C
3. Answer any eight of the following questions within 75 words each. [8x2=16]
(a) What is HTTP response message?
(b) How to create hyperlink in HTML?
(c) What is unordered list in HTML?
(d) What is web browser?
(e) What are the properties of CSS?
(f) Explain client side scripting.
(g) How to declaration functions in JavaScript?
(h) What would be the result of 5+2+ "6″?
(i) What are the rules for declaring variables of PHP?
(j) How to define array in PHP?
GROUP-D
(Answer the following questions within 500 words) [6x4=24]
4. (a) Explain any five tags of HTML through an example.
Or
(b) Discuss HTTP request and response message.
5. (a) Discuss working of CSS colour in details.
Or
(b) Discuss CSS styling using background and text format.
6. (a) Explain looping statements of JavaScript.
Or
(b) Write a JavaScript program to find maximum of three numbers.
7. (a) Discuss PHP connect with database.
Or
(b) Explain various string functions of PHP.
****************************************************************