Multimedia and Animation Techniques (3350705) MCQs

MCQs of Introduction To ActionScript

Showing 11 to 20 out of 59 Questions
11.

A function that is triggered by another function when something is true.

જ્યારે કંઈક સાચું હોય ત્યારે એક ફંક્શન જે બીજા ફંક્શન દ્વારા ટ્રિગર થાય તેને શું કહેવાય?

(a)

Callback function

(b)

Event Listener

(c)

Object

(d)

Variable

Answer:

Option (a)

12.

A block of reusable code.

રિયુઝએબલ કોડ નો બ્લોક એટલે?

(a)

Variable

(b)

Function

(c)

Event Listener

(d)

Object

Answer:

Option (b)

13.

What keyword brings control out of a loop?

ક્યુ કીવર્ડ લૂપમાંથી બહાર નીકળવા યુઝ થાય છે?

(a)

split

(b)

break

(c)

end

(d)

stop

Answer:

Option (b)

14.

What does the stop() action do?

Stop() એક્સન શું કામ કરે છે?

(a)

The code progress stops until play() is called

(b)

It stops playback in the timeline it is called in

(c)

It stops playback in the _root timeline

(d)

Flash doc pauses until the user presses “return”

Answer:

Option (b)

15.

Which statement can be used to exit an otherwise infinite for loop?

કયા સ્ટેટમેન્ટનો ઉપયોગ ઇન્ફાઇનાઇટ લૂપ માંથી બહાર નીકળવા માટે થઈ શકે છે?

(a)

default;

(b)

skip;

(c)

exit;

(d)

break;

Answer:

Option (d)

16.

Which of these is a valid variable declaration?

આપેલા માંથી ક્યુ વેલીડ વેરીએબલ ડીક્લેરેશન છે?

(a)

var aNumber = 0;

(b)

var int a = 0;

(c)

a = 0

(d)

variable a = 0;

Answer:

Option (a)

17.

The correct syntax for opening a webpage using the default web browser is______

ડિફોલ્ટ વેબ બ્રાઉઝરનો ઉપયોગ કરીને વેબપેજ ઓપન કરવા માટેની સાચી સિન્ટેક્સ કઈ છે?

(a)

open(new SiteRequest(www.web.site));

(b)

navigateToURL(new URL(www.web.site));

(c)

navigateToURL(new URLRequest(www.web.site));

(d)

navigateToSite(new Site(www.web.site));

Answer:

Option (c)

18.

Which of the following is a function of the MovieClip class?

નીચેનામાંથી ક્યુ ફંક્સન મૂવીક્લિપ ક્લાસ નું છે?

(a)

play()

(b)

end()

(c)

halt()

(d)

gotoAndHalt()

Answer:

Option (a)

19.

What is the modular and performance-oriented concept upon which ActionScript is built?

મોડ્યુલર અને પરફોર્મન્સ-ઓરિએન્ટેડ એ કેવા પ્રકાર નો કોંસેપ્ટ છે જેના પર એક્શનસ્ક્રિપ્ટ બનાવવામાં આવે છે?

(a)

Script Code Programming

(b)

Procedural Programming

(c)

Functional Programming

(d)

Object Oriented Programming

Answer:

Option (d)

20.

What is the name of the programming / scripting language of flash?

ફ્લેશની પ્રોગ્રામિંગ / સ્ક્રિપ્ટીંગ લેન્ગવેજ નામ શું છે?

(a)

Script language

(b)

Action Script

(c)

Programming language

(d)

Programming script

Answer:

Option (b)

Showing 11 to 20 out of 59 Questions