Multimedia and Animation Techniques (3350705) MCQs

MCQs of Introduction To ActionScript

Showing 1 to 10 out of 59 Questions
1.

_______ step in production is performed to add more detailed to your scene.

પ્રોડક્સન માં આ સ્ટેપ તમારા સીન માં વધુ ડિટેઇલ ઉમેરવા માટે પર્ફોર્મ કરવામાં આવે છે.

(a)

Improvement of design

(b)

Action Scripting

(c)

Polishing

(d)

Create a storyboard

Answer:

Option (b)

2.

______ action is allows you to save the object in the library panel for future use.

આ એક્સન તમને ભવિષ્યના ઉપયોગ માટે લાઇબ્રેરી પેનલમાં ઓબ્જેક્ટ સેવ કરવાની મંજૂરી આપે છે.

(a)

Importing

(b)

Exporting

(c)

Convert to text

(d)

Convert to Symbol

Answer:

Option (d)

3.

What is dot syntax?

ડોટ સિન્ટેક્સ એટલે શું?

(a)

Refers to when a dot or period (.) is used in actionscript to conclude a line of code.

(b)

Refers to when a dot or period (.) is used in actionscript to access a property or method of an object.

(c)

Refers to when a dot or period (.) is used in actionscript to being a function.

(d)

Refers to when a dot or period (.) is used in actionscript to set a parameter.

Answer:

Option (b)

4.

If you want a button to not be visible to the user but still listen for events, you would need to________

જો તમે ઇચ્છો કે કોઈ બટન યુઝર ને વિઝિબલ ન થાય, પરંતુ તે પછી પણ ઇવેન્ટ્સ માટે યુઝ થાય, તો તમારે શું કરવાની જરૂર પડશે?

(a)

set the property .alpha = 0

(b)

set the property .visible = true

(c)

set the property .alpha = 1;

(d)

set the property .visible = false;

Answer:

Option (a)

5.

Actionscript refers to movieclips via their___________

એક્શનસ્ક્રિપ્ટ શેના દ્વારા મુવીક્લીપ્સ ને રીફર કરે?

(a)

symbol name

(b)

instance name

Answer:

Option (b)

6.

functions need to be bracketed by_________

ફંક્સન માટે ક્યાં બ્રેકેટ નો ઉપયોગ થાય છે?

(a)

[...]

(b)

(...)

(c)

{...}

(d)

:...;

Answer:

Option (c)

7.

_________ programming language ia  goes with flash.

પ્રોગ્રામિંગ લેન્ગવેજ જે ફ્લેશ માં યુઝ થાય છે.

(a)

Event Listener

(b)

Object

(c)

Variable

(d)

Actionscript

Answer:

Option (d)

8.

A container that stores data or information.

ક્યુ કન્ટેનર ડેટા અથવા માહિતી સ્ટોર કરે છે?

(a)

Event Listener

(b)

Object

(c)

Variable

(d)

Actionscript

Answer:

Option (c)

9.

_____ is thing which possess characteristics - functions/methods - and attributes.

આપેલા માંથી શું જે લાક્ષણિકતાઓ - કાર્યો / પદ્ધતિઓ - અને વિશેષતાઓ ધરાવે છે?

(a)

Event Listener

(b)

Object

(c)

Variable

(d)

Actionscript

Answer:

Option (b)

10.

An object that helps with paying attention to user events such as clicking - dragging  is called ______

 ઓબ્જેક્ટ કે જે યુઝર ની ઇવેન્ટ્સ પર ધ્યાન આપવામાં મદદ કરે છે જેમ કે ક્લિક - ડ્રેગિંગ વગેરે?

(a)

Event Listener

(b)

Object

(c)

Variable

(d)

Actionscript

Answer:

Option (a)

Showing 1 to 10 out of 59 Questions