1. Question: 1) Which one of the scientific literal?

    A
    a) 9.0021006295925e+21

    B
    b) 0xa8

    C
    c) 0xe3

    D
    d) “54321”

    Note: Not available
    1. Report
  2. Question: 2) If we put ‘My dog is named “Fred”’ as string literal than it’s return to-

    A
    “My dog is named fred”

    B
    My dog is named “Fred”

    C
    ‘My dog is named’ Fred

    D
    ‘My dog is named Fred’

    Note: Not available
    1. Report
  3. Question: \n it’s indicate new line but it’s does not work in which javascript object?

    A
    Document.write()

    B
    Alert()

    C
    Prompt()

    D
    parseInt()

    E
    All of the above

    Note: Not available
    1. Report
  4. Question: The word Boolean is come out which professor name?

    A
    Arther Boole

    B
    Michel Boole

    C
    George Boole

    D
    Cork Boole

    Note: Not available
    1. Report
  5. Question: Based on below function the output is-
    var a=5
    var b=6
    var c=(a<b)
    var d=("Your stock is worth"+(c*25)+"thousand dollar");
    document.write(d);

    A
    Your stock is worth 25 thousand dollar

    B
    Your stock is worth 125 thousand dollar

    C
    Your stock is worth 130 thousand dollar

    D
    Your stock is worth 100 thousand dollar

    Note: Not available
    1. Report
  6. Question: If we convert decimal value into hexadecimal string we need which function?

    A
    Reg.test()

    B
    El.String()

    C
    toString()

    D
    reg.string()

    Note: Not available
    1. Report
  7. Question: If we declared 14.95 as variable which function is needed?

    A
    parseFloat()

    B
    parseInt()

    C
    prompt()

    D
    alert()

    Note: Not available
    1. Report
  8. Question: What will be the output of the following code snippet?
    var elStringo="15.95";
    var laStringa="32 on sale"
    var newval=parseFloat(elStringo);
    var hotval=parseInt(laStringa);
    document.write("Your total is:$"+( newval+ hotval));

    A
    Your total is : $47.95

    B
    Your total is : $32.95

    C
    $46.95

    D
    $32.95

    Note: Not available
    1. Report
  9. Question: JavaScript code block is defined by which symbol?

    A
    Curly braces

    B
    Coma

    C
    Colon

    D
    Semicolon

    Note: Not available
    1. Report
  10. Question: Each property can defined by which symble?

    A
    Curly braces

    B
    Coma

    C
    Colon

    D
    Semicolon

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