Home / CSE / Javascript - CS :: Sockets

CSE :: Javascript - CS

  1. What is the purpose of getting the parameter block?

  2. A.

     Permission to block

    B.

     Space separated block list

    C.

     Comma separated block list

    D.

     All of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. What will happen if you set the private flag as 1?

  4. A.

     Test will be run only by the administrator

    B.

     Test will not be run

    C.

     Test is public

    D.

     Test is not displayed in public

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. What is the purpose of getting the paramerer fvonly?

  6. A.

     To repeat the view test

    B.

     To get the first view

    C.

     To debug the code

    D.

     None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. What is the purpose of the file_get_contents()?

  8. A.

     To get the errors and exceptions

    B.

     To get the client’s response

    C.

     To get the server’s response

    D.

     None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. What will the file_get_contents() return?

  10. A.

     Server’s response

    B.

     Errors

    C.

     Exception

    D.

     Client’s response

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. How will you convert the returned API into an XML object?

  12. A.

     SimpleElement()

    B.

     SimpleXMLElement()

    C.

     XMLElement()

    D.

     None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. Which tag can handle mouse events in Netscape?

  14. A.

     img

    B.

     a

    C.

     br

    D.

     none of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. What is the tainted property of the window object?

  16. A.

     Pathname

    B.

     Protocol

    C.

     Default status

    D.

     Host

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. Which environment variable must the user enable in order to enable data tainting?

  18. A.

     ENABLE_TAINT

    B.

     MS_ENABLE_TAINT

    C.

     NS_ENABLE_TAINT

    D.

     ENABLE_TAINT_NS

    View Answer

    Workspace

    Discuss Discuss in Forum