1016). Which of the following can be implemented using animation?

[A]Fireworks
[B] Fade Effect
[C]Roll-in or Roll-out
[D]All of the mentioned

Show Answer

1017). Which is the function that calls another function after a time interval?

[A]setTimeout()
[B]setTime()
[C]callafter()
[D]timeSet()

Show Answer

1018). Which function is used to clear the timer value?

[A]clearTimervalue()
[B]clearTimeout()
[C]clear()
[D]flush(timer)

Show Answer

1019). Which is the property used to position the object in the left of the screen?

[A]object.position = left
[B] object = position.left
[C]object.style.left
[D]object.shiftleft

Show Answer

1020). Which is the function used to call a function in every time duration?

[A]callafter()
[B]setInterval()
[C] setTimeout()
[D]setTime()

Show Answer

1021). How do we get the DOM object in JavaScript?

[A]getElementbyId()
[B] getObject()
[C]getElement()
[D] getNodeobject()

Show Answer

1022). How to assign the image source in JavaScript?

[A]image = “url”
[B] source(“url”)
[C]image.src = “url”
[D]img.src=”url”

Show Answer

1023). How do we create and preload an image object in JavaScript?

[A]Use new keyword
[B]Call Image()
[C]Both Use new keyword and Call Image()
[D]Set image()

Show Answer

1024). Which event handler is triggered when the user’s mouse moves onto a link?

[A]onMouseOver
[B]onMouseOut
[C]onMouse
[D]onMouseOnto

Show Answer