1. Question: Which of the following loop structures are used to access dynamic instance variables of an object?

    A
    while

    B
    do-while

    C
    for

    D
    for-each-in

    Note: Not available
    1. Report
  2. Question: Which of the following properties of the Date class does not accepts 0 as a value?

    A
    hours

    B
    date

    C
    day

    D
    month

    Note: Not available
    1. Report
  3. Question: Which class is the parent class of all custom event classes?

    A
    Event

    B
    MouseEvent

    C
    ResultEvent

    D
    EventDispatcher

    Note: Not available
    1. Report
  4. Question: Suppose we have two swf's named Parent.swf and Child.swf (in the same domain), where the Child.swf is loaded inside the Parent.swf as a module, can an Event listener be registered in the Parent.swf to detect mouse click events inside the Child.swf?

    A
    Yes, for any event

    B
    Yes, but only for MouseEvent.CLICK

    C
    No, events that occur in the Child.swf do not propagate outside that swf

    D
    None of these

    Note: Not available
    1. Report
  5. Question: Which event is triggered when a timer completes its execution?

    A
    TimerEvent.CYCLE_COMPLETE

    B
    TimerEvent. END

    C
    TimerEvent. COMPLETE

    D
    TimerEvent.TIMER_COMPLETE

    Note: Not available
    1. Report
  6. Question: Read the following statements and then choose the correct option. i. A class can extend another class ii. A class can Implement an Interface iii. An interface can extend a class iv. An interface can extend another interface

    A
    Only i and ii are true

    B
    Only i, ii and iii are true

    C
    Only i, ii and iv are true

    D
    All the four are true

    Note: Not available
    1. Report
  7. Question: Which of the following statements about the System class is true?

    A
    It is used to access the user's operating system.

    B
    It can be used to set the content of the user's clipboard.

    C
    It can be used to retrieve current memory usage for flash player.

    D
    All of these

    Note: Not available
    1. Report
  8. Question: The Error class serves as the base class for all run-time errors thrown by Flash.

    A
    True

    B
    False

    Note: Not available
    1. Report
  9. Question: Which of the following keywords is used to bring control out of a loop?

    A
    break

    B
    continue

    C
    end

    D
    terminate

    Note: Not available
    1. Report
  10. Question: Given the following string variable declaration, where 3 is an int var myString : String = "These are " + 3 + " lines" The value stored in myString is:

    A
    These are 3 lines

    B
    These are lines

    C
    These are three lines

    D
    Compilation Error: could not convert int to String

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