1. Question: Which of the following are the valid JavaScript versions?

    A
    Version 1.2

    B
    Version 1.1

    C
    Version 1.3

    D
    Version 1.4

    Note: Not available
    1. Report
  2. Question: Which of the following languages will you consider as being similar to JavaScript?

    A
    C

    B
    C++

    C
    PHP

    D
    Java

    Note: Not available
    1. Report
  3. Question: You plan the coding of your project. When must the object references be ready?

    A
    at run time

    B
    at compile time

    C
    at debug time

    D
    at code time

    Note: Not available
    1. Report
  4. Question: Which of the following correctly describe cookies ?

    A
    Often referred to as "persistent cookies"

    B
    Often referred to as "persistent HTML"

    C
    Small memory-resident pieces of information sent from a server to the client

    D
    Small memory-resident pieces of information sent from a client to the server

    Note: Not available
    1. Report
  5. Question: A program written by JavaScript is driven by

    A
    Events

    B
    Classes

    C
    Objects

    D
    DLL

    E
    Components

    Note: Not available
    1. Report
  6. Question: What are JavaScript relations with the underlying operating platform?

    A
    Platform dependent

    B
    Platform linkage

    C
    Platform independent

    D
    Platform binding

    Note: Not available
    1. Report
  7. Question: When you plan for the JavaScript variable names, the first character must be?

    A
    Underscore

    B
    Comma

    C
    Hyphen

    D
    Letter

    Note: Not available
    1. Report
  8. Question: Which of the following correctly describe JavaScript as a language?

    A
    It is based on object creation

    B
    It focuses on component building

    C
    It focuses on logic flow

    D
    It emphasis on SCRIPTING

    Note: Not available
    1. Report
  9. Question: When authoring web page with Javascript, why should you explicitly include the window object into your codes?

    A
    this is a good practice

    B
    this is REQUIRED

    C
    this ensures browser compatibility

    D
    this ensures OS compatibility

    Note: Not available
    1. Report
  10. Question: Which of the following is the correct syntex of defining a variable?

    A
    var a_variable=10;

    B
    var 0a_variable=10

    C
    a_variable=10

    D
    var #a_variable=10

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