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

CSE :: Javascript - CS

  1. JavaScript is invented by ________.

  2. A.

     Helsinki, Linus

    B.

     W3 Group

    C.

     Brendan Eich

    D.

     James Gosling

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. JavaScript was invented at _______ Lab.

  4. A.

     AT&T Bell LAb

    B.

     Google Lab

    C.

     Sun Microsystem

    D.

     Netscape

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. Variable can hold ________ value at a time.

  6. A.

     Multiple

    B.

     Single

    C.

     None of these

    D.

     Double

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. Integer Variable is declared using following syntax in JavaScript.

  8. A.

     int num;

    B.

     Integer num;

    C.

     integer num;

    D.

     var num;

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. Integer Variable is declared using following syntax in JavaScript.

  10. A.

     int num;

    B.

     Integer num;

    C.

     integer num;

    D.

     var num;

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. We can declare ___________ at a time. Select most appropriate option.

  12. A.

     One or more Variables

    B.

     More than One Variables

    C.

     One Variable Only

    D.

     None of these

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. Spaces,Punctuation marks are called as __________ Symbols in JavaScript.

  14. A.

     Punctual

    B.

     None of these

    C.

     Mandetory

    D.

     Special

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. Java Script Variable should be Case ___________.

  16. A.

     Non Sensitive

    B.

     Sensitive

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. Initialization of variable can be done by writing _____ operator in between variable name and operand value.

  18. A.

     EQUALS

    B.

     =

    C.

     VALUE

    D.

     ==

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. Multiple Declarations of variables are separated by ___________ symbol.

  20. A.

     Comma

    B.

     Semicolon

    C.

     Asterisk

    D.

     Colon

    View Answer

    Workspace

    Discuss Discuss in Forum