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


  3. JavaScript was invented at _______ Lab.

  4. A.

     AT&T Bell LAb

    B.

     Google Lab

    C.

     Sun Microsystem

    D.

     Netscape


  5. Variable can hold ________ value at a time.

  6. A.

     Multiple

    B.

     Single

    C.

     None of these

    D.

     Double


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

  8. A.

     int num;

    B.

     Integer num;

    C.

     integer num;

    D.

     var num;


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

  10. A.

     int num;

    B.

     Integer num;

    C.

     integer num;

    D.

     var num;


  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


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

  14. A.

     Punctual

    B.

     None of these

    C.

     Mandetory

    D.

     Special


  15. Java Script Variable should be Case ___________.

  16. A.

     Non Sensitive

    B.

     Sensitive


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

  18. A.

     EQUALS

    B.

     =

    C.

     VALUE

    D.

     ==


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

  20. A.

     Comma

    B.

     Semicolon

    C.

     Asterisk

    D.

     Colon