New ! Computer Applications MCQ Practise Tests



Introduction to Hypertext Pre-Processor Book Back Questions

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Applications

Time : 00:45:00 Hrs
Total Marks : 30
    5 x 1 = 5
  1. What does PHP stand for?

    (a)

    Personal Home Page

    (b)

    Hypertext Preprocessor

    (c)

    Pretext Hypertext Processor

    (d)

    Pre-processor Home Page

  2. Which of the following PHP statements will store 41 in variable num?
    (i) num = 41
    (ii) num = 41
    (iii) echcho num
    (iv) echo 41

    (a)

    Both (i) and (ii)

    (b)

    All of the mentioned

    (c)

    Only (iii)

    (d)

    Only (i)

  3. Which of the following PHP statements will output Hello World on the screen?

    (a)

    echo (“Hello World”);

    (b)

    print (“Hello World”);

    (c)

    printf (“Hello World”);

    (d)

    sprintf (“Hello World”);

  4. Which statement will output \($\)x on the screen?

    (a)

    echo “\ \($\)x”;

    (b)

    echo “\($\)\($\)x”;

    (c)

    echo “/\($\)x”;

    (d)

    echo “\($\)x;

  5. Which of the below symbols is a newline character?

    (a)

    \r

    (b)

    \n

    (c)

    /n

    (d)

    /r

  6. 3 x 2 = 6
  7. What are the common usages of PHP?

  8. What are the types scripting language?

  9. Difference between Client and Server?

  10. 3 x 3 = 9
  11. Differentiate Server side and Client Side Scripting language.

  12. In how many ways you can embed PHP code in an HTML page?

  13. Write short notes on PHP operator.

  14. 2 x 5 = 10
  15. Explain client side and server side scripting language.

  16. Explain operators in PHP with example.

*****************************************

Reviews & Comments about 12th Standard Computer Applications - Introduction to Hypertext Pre-Processor Book Back Questions

Write your Comment