1. Question: Which data type is used to represent a single value?

    A
    scalar data type

    B
    supported tata type

    C
    setting data type

    D
    Compound data type

    Note: Not available
    1. Report
  2. Question: PCRE consists of ______

    A
    Perl Compatible Regular Expressions

    B
    Parl Compatible Regular Expression

    Note: Not available
    1. Report
  3. Question: Which data type is used to represents  true and false values?

    A
    Boolean

    B
    String

    C
    array

    D
    printf

    Note: Not available
    1. Report
  4. Question: PHP_INI_PERDIR: Derective can be modified within the php.ini, httpd.conf files.

    A
    True

    B
    False

    Note: Not available
    1. Report
  5. Question: Printf("$%.2f",43.2); What will be the above syntax's output?

    A
    $43.20

    B
    $43.20.

    C
    $43.2

    D
    $43.2.

    Note: Not available
    1. Report
  6. Question: $alive=false; //$alive is false.   $alive=1;     //$alive is true.   $alive=0;     //$alive is false.   $alive=-1;     //$alive is true.   Which data type indicates the above example?

    A
    Boolean

    B
    String

    C
    array

    D
    printf

    Note: Not available
    1. Report
  7. Question: Which indicates a sequence of characters that treated as a contagious group?

    A
    String

    B
    array

    C
    printf

    D
    integer

    Note: Not available
    1. Report
  8. Question: The php.ini file is PHP's global configuration file, much like httpd.conf is to Apache.

    A
    True

    B
    False

    Note: Not available
    1. Report
  9. Question: Which are valid string's example?

    A
    "php is a great language"

    B
    "whoop-de-do"

    C
    '*9subway\n'

    D
    "123%^789"

    Note: Not available
    1. Report
  10. Question: Which allows you to specify numbers that contains fractional parts?

    A
    Float

    B
    String

    C
    array

    D
    Boolean

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