Posts

Showing posts with the label Web Design and PHP

PGDCA WEB DESIGNING AND PHP

  KERALA STATE RUTRONIX Web Design and PHP (PGDCA) Question code. B4 Time: 2 hours Maximum Marks: 100 Note: Write the answers for Questions from 1 to 30 in the MCQ answer sheet  Part -I Choose the most appropriate answer (10 x 1 Mark = 10 Marks) 1) Which of the following tag is used to create an unordered list? a) <ul> b) <ol> c) <unordered> d) <uo> 2) In HTML ................ is an invisible character that takes up one space a) &amp; b) \t c) &nbsp; d) <br> 3) Which among the following element has a closing tag? a) <BR> b) <HR> c) <H1> d) None 4) Which among the following JavaScript codes will give an output 10 a) X='5'+'5'; b) X='5+5'; c) X=5+5; d) b & c 5) What will be the output of the PHP code given below? <?php $x = "test"; echo '$x'; ?> a) test b) '$x' c) $x d) "test" 6) Which statement is used to open a link in new browser window a) <a href="url...

Web Design and PHP (PGDCA)

KERALA STATE RUTRONIX Web Design and PHP (PGDCA) Question code:  B4 Time: 2 hours Maximum Marks: 100 Note: Write the answers for Questions from 1 to 40 in the MCQ answer sheet Part - 1 Choose the most appropriate answer (20 x 1 Mark = 20 Marks) 1) Choose the correct HTML tag to make a text bold. a) <bb> b) <bld> c)<bold> d) <b> 2) Which of the following is not a browser? a) Internet Explorer b) Opera c) Windows Explorer d) Firefox 3) Which of the following is an invalid variable name in PHP? a) $my_Var b) $myar C) $my-Var d) $my12Var 4) PHP statements are terminated by ............. a) . b) </php> c) ; d) None of these 5) What is the correct syntax to create a pop up "Hello World" in JavaScript? a) response.write("Hello World"); b) document.write("Hello World"); c) alert("Hello World"); d) None of these 6) What is the correct HTML for adding a backgrou...

Web Design and PHP (PGDCA)

Image
KERALA STATE RUTRONIX Web Design and PHP (PGDCA) Question code: B4 Time: 2 hours Maximum Marks: 100 Note: Write the answers for Questions from 1 to 30 in the MCQ answer sheet Part -I Choose the most appropriate answer (10 x 1 Mark = 10 Marks) 1) Which of the following tag is used to create an unordered list? a) <ul> b) <ol> c) <unordered> d) <uo> 2) In HTML ................ is an invisible character that takes up one space a) &amp; b) \t c) &nbsp; d) <br> 3) Which among the following element has a closing tag? a) <BR> b) <HR> c) <H1> d) None 4) Which among the following JavaScript codes will give an output 10 a) X='5'+'5'; b) X='5+5'; c) X=5+5; d) b & c 5) What will be the output of the PHP code given below? <?php $x = "test"; echo '$x'; ?> a) test b) '$x' c) $x d) "test" 6) Which statement is used to open a li...

Web Design and PHP (PGDCA)

KERALA STATE RUTRONIX Web Design and PHP (PGDCA) Question code: B4 Time : 2 hours Maximum Marks : 100 (Note: Write the answers for Questions from 1 to 30 in the MCQ answer sheet) Part -I Choose the most appropriate answer (10 x 1 Mark = 10 Marks) 1) The correct HTML tag to make a text bold a) <bb> b) <bld> c) <bold> d) <b> 2) Which of the following is an invalid variable name in PHP? a) $my_Var b) $myVar c) $my-Var d) None of these 3) The correct HTML for adding a background color a) <body bgcolor="yellow"> b) <body color="yellow"> c) <background> yellow </background> d) None of these 4) HTML tag used to create unordered ist a) <ul> b) <ol> c) <unordered> d) None of these 5) Which of the following is not used to transmit data from an HTML form to server a) get b) post c) send d) None of these 6) Which of the following is the attribute of body tag a) <...