1. Question: Which of the following is greater than the other in JavaScript?

    A
    "Apple"

    B
    "apple"

    Note: uppercase letters are less than lowercase letters.
    1. Report
  2. Question: Which of the following is less than the other in JavaScript?

    A
    "apples"

    B
    "oranges"

    Note: The higher in the alphabet the character is, the greater the character is in comparison with another character.
    1. Report
  3. Question: How many types of variables are there in javascript?

    A
    1

    B
    2

    C
    3

    D
    4

    Note: Global and local
    1. Report
  4. Question: How will change background color by the event handler ?

    A
    document.write.Bgcolor

    B
    document.bgColor

    C
    document.Background-color

    D
    document.background

    Note: Not available
    1. Report
  5. Question: RGB stand's for______?

    A
    red,green,blue

    Note: Not available
    1. Report
  6. Question: which Property Name are valid in javascript ?

    A
    AlinkColor

    B
    LinkObject

    C
    Cookie

    D
    Domain

    Note: Not available
    1. Report
  7. Question: " ; "and "var" Is ____ in jacascript.

    A
    Mandatory

    B
    Common

    C
    Optional

    D
    Temporary

    Note: Not available
    1. Report
  8. Question: Placing the "break" at the end of every case within a switch statement is________?

    A
    Compulsory

    B
    Optional

    C
    both

    Note: Not available
    1. Report
  9. Question: What is the output of the following JavaScript code?
    var alpha=3<<2;
    document.write(alpha);

    A
    0

    B
    6

    C
    12

    D
    1

    Note: Not available
    1. Report
  10. Question: Which of the following is the highest level of objects in the context of JavaScript?

    A
    Window

    B
    Form

    C
    Array

    D
    File

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