1. Question: ______ directive scope can be modified anywhere in php.

    A
    PHP_INI_ALL

    Note: Not available
    1. Report
  2. Question: ______ variable can be accessed in any part of program.

    A
    global

    Note: Not available
    1. Report
  3. Question: $_COOKIE, $_SERVER, $_POST are ______ array.

    A
    surperglobal

    Note: Not available
    1. Report
  4. Question: An ______ is a symbol that specifies a particular action in an expression.

    A
    operator

    Note: Not available
    1. Report
  5. Question: Operator ______ is a characteristic of operators that determines the order in which they evaluate the operands surrounding them.

    A
    precedence

    Note: Not available
    1. Report
  6. Question: ______ operators examine and manipulate interger values on  the level of individual bits that make up the integer value.

    A
    Bitwise

    Note: Not available
    1. Report
  7. Question: ______ syntax allows large amount of text to printed ignoring double or single quotes. example

    <?php

    echo <<<EXCERPT
    ...
    ...
    ...
    EXCERPT;

    ?>

    A
    heredoc

    Note: Not available
    1. Report
  8. Question: What does DNS stands for ______.

    A
    Domain Name System

    B
    Document Name System

    C
    Domains Name System

    D
    Domain Names System

    Note: Not available
    1. Report
  9. Question: Domain names and their complementary IP address are stored in ______.

    A
    domain name servers.

    B
    domain private servers.

    C
    Share servers

    D
    Virtual private servers

    Note: Not available
    1. Report
  10. Question: Which of the following fields are not included in a domain record.

    A
    A

    B
    SOA

    C
    PTR

    D
    SRT

    E
    CNE

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