1. Question: ~ is a ______ operator.

    A
    bitwise not

    Note: Not available
    1. Report
  2. Question: '|' is ______ oparator.

    A
    bitwise or

    Note: Not available
    1. Report
  3. Question: '^' is ______ oparator.

    A
    bitwise xor

    Note: Not available
    1. Report
  4. Question: A)______s are the buliding block of expressions and expressions are the buliding blocks of B)______s; however, expression themselves can be statements themself.

    A
    operator

    B
    statement

    Note: Not available
    1. Report
  5. Question: A function or variable name in JavaScript begins with ___

    A
    an ASCII letter

    B
    a dollar sign

    C
    an ASCII letter or underscore

    D
    an ASCII letter, dollar sign or underscore

    E
    an ASCII letter or dollar sign

    Note: Not available
    1. Report
  6. Question: Which of the following functions in JavaScript can be used to check whether the input data from a prompt window is number or not

    A
    toString()

    B
    Math.floor()

    C
    perseInt()

    D
    perseFloat()

    Note: perseFloat() will consider all numbers including integers but perseInt() will only consider integer.
    1. Report
  7. Question: Which of the following value can be applied as Boolean literal in JavaScript is/are correct?

    A
    yes/no

    B
    1/0

    C
    true/false

    D
    Both true/false and 1/0

    Note: Not available
    1. Report
  8. Question: Which of the following is not a category of Operator?

    A
    Binary

    B
    Dinary

    C
    Unary

    D
    Ternary

    Note: Not available
    1. Report
  9. Question: How many ternary operators are there in JavaScript?

    A
    3

    B
    2

    C
    4

    D
    only 1

    Note: Not available
    1. Report
  10. Question: What will the following expression return? 0/0=?

    A
    Infinity

    B
    0

    C
    NaN

    D
    -0

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