Home / CSE / Javascript - CS :: Basic and Variables

CSE :: Javascript - CS

  1. JavaScript is ______ Side Scripting Language.

  2. A.

     Server

    B.

     Browser

    C.

     ISP

    D.

     None of These

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. JavaScript is designed for following purpose

  4. A.

     To Style HTML Pages

    B.

     To Execute Query Related to DB on Server

    C.

     To add interactivity to HTML Pages.

    D.

     To Perform Server Side Scripting Opertion

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. JavaScript Code is written inside file having extension __________.

  6. A.

     .javascript

    B.

     .jsc

    C.

     .jvs

    D.

     .js

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. Local Browser used for validations on the Web Pages uses __________.

  8. A.

     CSS

    B.

     JS

    C.

     HTML

    D.

     Java

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. We can embed JS code inside HTML directly ?

  10. A.

     True

    B.

     False

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. JavaScript Code can be called by using _________.

  12. A.

     RMI

    B.

     Triggering Event

    C.

     Preprocessor

    D.

     Function / Method

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. JS code included inside head section is loaded before loading page.

  14. A.

     True

    B.

     False

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. It is good to include JS code inside footer section in order to speed up the Page loading time of Webpage.

  16. A.

     True

    B.

     False

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. Which attribute is used to specifies that the script is executed when the page has finished parsing (only for external scripts)

  18. A.

     parse

    B.

     async

    C.

     defer

    D.

     type

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. Which was the first browser to support JavaScript ?

  20. A.

     IE

    B.

     Netscape

    C.

     Mozilla Firefox

    D.

     Google Chrome

    View Answer

    Workspace

    Discuss Discuss in Forum