1. Question: Which two styles shouldn't use if you don't have ample reason?

    A
    Asp style

    B
    Script style

    C
    Short tags style

    D
    Delimiter style

    Note: Not available
    1. Report
  2. Question: What is the advance process that you can used in PHP?

    A
    Embedding multiple code fragment.

    B
    Embed php code directly HTML.

    C
    Both

    D
    None

    Note: Not available
    1. Report
  3. Question: Why will you use commenting in your php coding?

    A
    For your own benefit.

    B
    For somebody tasked with maintaining your code.

    C
    It is useful to read

    D
    Benefit for future using easily.

    Note: Not available
    1. Report
  4. Question: Which are php offered for commenting syntactical variation?

    A
    Double slash <?php   // Author:jason Gilmore echo"This is php programe"; ?>

    B
    Single slash  <?php   / Author:jason Gilmore echo"This is php programe"; ?>

    C
    shell syntax <?php   #Author:jason Gilmore echo"This is php programe"; ?>

    D
    Multiple line <?php <   /* Author:jason Gilmore email:abd@def.com */   echo"This is php programe"; ?>

    Note: Not available
    1. Report
  5. Question: What do you mean by prototype?

    A
    Simply the function's definition

    B
    Function  arguments.

    C
    Function name

    D
    Function Returns type.

    Note: Not available
    1. Report
  6. Question: <?php $name="Lennox"; $names="Floyd "; echo $name,"and", $names, "are great fighters"; ?> What will be the output of the above syntax?

    A
    Lennox and Floyd are great fighters

    B
    Lennox Lewis,  are great fighters,

    C
    Lennox Lewis, Floyd Mayweather

    D
    Lennox Lewis and  Floyd Mayweather

    Note: Not available
    1. Report
  7. Question: ^p means matches any string with p at the beginning of it.

    A
    Yes

    B
    No

    Note: Not available
    1. Report
  8. Question: If you want to insert a single dynamic  integer value which one will you select?

    A
    Printf("Bar inventory:%d bottles of tonic water.", 100);

    B
    Printf(\"Bar inventory:%b bottles of tonic water.\", 100);

    C
    Printf(\"Bar inventory:%f bottles of tonic water.\", 100);

    D
    print("Bar inventory:%d bottles of tonic water.",100);

    Note: Not available
    1. Report
  9. Question: If you want to see a blend of static text and dynamic information's output which statement will you use?

    A
    Printf();

    B
    Print();

    C
    Echo();

    D
    sprintf();

    Note: Not available
    1. Report
  10. Question: Which are php's supported data types?

    A
    float

    B
    string

    C
    Boolean

    D
    integer

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd