Deck 10: Move Creating Animation and Graphics

ملء الشاشة (f)
exit full mode
سؤال
Frame animation assigns a sequence of photos to play as in a slide show with a predefined interval between images.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
An instance of the AnimationDrawable is instantiated as a class variable because it is used in multiple methods within the Main class.
سؤال
In the Linear layout, an ImageView control displays the animation images.
سؤال
The oneshot attribute is added to the code in the opening ____ tag.

A) logic list
C) linked list
B) animation-list
D) drawable
سؤال
Insert an ImageView control and its properties in the main.xml file to specify precise settings for the ____.

A) button
C) layout
B) control
D) frame
سؤال
To create an Android application with Frame or Tween animation, which of the following processes must the developer be able to perform?

A) Adding a Frame animation XML file to the project
B) Coding the OnClickListeners for button controls
C) Running the frame-by-frame animation application
D) All of the above
سؤال
To create a layout that displays two controls side by side, you can nest a(n) ____ within a Linear layout.

A) Tween animation
C) Frame animation
B) Relative layout
D) Animation-list
سؤال
The Package Name for the Wave Animation Project is net.androidbootcamp.waveanimation.
سؤال
Tween animation creates an animation by performing a series of ____ on a single image such as position, size, rotation, and transparency on the contents of a View object.

A) transformations
C) animations
B) projections
D) waves
سؤال
By setting the android:oneshot attribute of the animation-list to ____, the animation plays repeatedly until the Stop Animation button is tapped.

A) item
C) true
B) main
D) false
سؤال
Animation of an object by a motion tween uses a uniform transition type such as rotating an infinite number of times.
سؤال
The layout specifications for the frame image and button controls reside within the main.xml file.
سؤال
Tween animation uses a sequence of images similar to Frame animation.
سؤال
In the Android code, an animation-list root element references images stored in the drawable folders.
سؤال
Android provides three types of animation: Frame, Wave, and Tween animation.
سؤال
A motion tween specifies the end state of an object.
سؤال
The ____ property can be included in the animation-list code to determine how many times to play the animation.

A) series
C) oneshot
B) image
D) layout
سؤال
____, an attribute of the animation-list, determines whether an animation plays once and then stops or continues to play until the Stop Animation button is tapped.

A) Class
C) Motion tween
B) AnimationDrawable
D) Android:oneshot
سؤال
Frame animation is also called ____ animation.

A) Tween
C) stochastic
B) frame-by-frame
D) sequence
سؤال
Animation displays many ____ in rapid succession or displays many changes to one image to create an illusion of movement.

A) orientations
C) images
B) activities
D) apps
سؤال
A series of __________________ on a single image in Tween animations can include changes in position, size, rotation, and transparency on the contents of a View object.
سؤال
Applying the Tween rotation animation, the ____ method begins animating a View object by calling the AnimationUtils class utilities to access the resources necessary to load the animation.

A) viewAnimation
C) newAnimation
B) getAnimation
D) startAnimation
سؤال
If android:oneshot="____," the animation plays once and then stops and displays the last frame.

A) list
C) true
B) element
D) false
سؤال
To create the illusion of movement, a cartoon image can be displayed on the screen and repeatedly replaced by a new image that is similar, but slightly advanced in the ____________________.
سؤال
When the XML file is added to the Android project, the Resource type Drawable is selected and the animation-list is selected as the ____ element of the XML code.

A) main
C) last
B) first
D) root
سؤال
The Background property of an image can be set to any full Drawable resource such as a . png file, a ____ file, or a solid color designated with hexadecimal code such as #FF0000 for red.

A) .doc
C) .pdf
B) 9-patch image
D) drawable
سؤال
In Android development, frame-based animations and image transitions are defined as ____.

A) instances
C) drawables
B) images
D) objects
سؤال
Coding the tween.xml file layout to display an ImageView control includes creating an Android XML ____ file.

A) Image
C) Content
B) Layout
D) Control
سؤال
____ is a cross-platform graphics API that specifies a standard software interface for 3D graphics processing hardware and uses a coordinate system to map the image to the screen.

A) 3DGraphics
C) GraphicsLibrary
B) AnimationGraphics
D) OpenGL
سؤال
Drawable images in an animation-list are connected to the imgFrame instance by the ____ method.

A) getBackgroundResource
C) getBackgroundReference
B) setBackgroundImage
D) setBackgroundResource
سؤال
A(n) ____________________ specifies a start state of an object, and then animates the object using a uniform transition type such as rotating a predetermined number of times or an infinite number of times.
سؤال
The ____ provides the methods for Drawable animations to create a sequence of frame-by-frame images.

A) switch
C) AnimationDrawable class
B) emulator
D) startAnimation method
سؤال
Maya and Cinema 4D are examples of complex programs that can be used to create professional Android ____________________.
سؤال
A(n) ____ is a transition that changes objects from one state to another, such as by moving, rotating, growing, or shrinking.

A) tween effect
C) animation-list
B) animation
D) emulator
سؤال
A 9-patch image is a special image that has ____ "stretching" areas that maintain the same look on different screen sizes.

A) predefined
C) undefined
B) unlimited
D) open
سؤال
Button controls use ____ to await user interaction.

A) getButton
C) btnStart
B) setOnClickListener
D) btTween
سؤال
A sequence of animation instructions defines the Tween animation using either ____________________ or Android code.
سؤال
For the application in Chapter 10, the Android Manifest file must be updated to include the ____ and to remove the title bar in the theme to provide more display room for the animation.

A) second Activity
C) application
B) animations
D) tween
سؤال
findViewById(R.id.imgNew) ____ the ImageView that accesses imgNew in the XML layout file.

A) instantiates
C) animates
B) displays
D) sets
سؤال
A new ____________________ project has an Application Name, a Package Name, and an Activity name.
سؤال
Android uses an XML file-creator utility that supports 10 different ____________________ types.
سؤال
After associating AnimationDrawable with the animation images and coding the buttons, you can use the ____________________( ) and ____________________( ) methods of the drawable objects to control the Frame animation.
سؤال
The AnimationDrawable object can be accessed using the ____________________ method.
سؤال
Creating a new Android XML file requires the resource type, a filename, and a(n) ____________________.
سؤال
The start( ) method launches the animation xml file displaying the ____________________ items.
سؤال
Buttons using a setOnClickListener await user ____________________.
سؤال
Common ____________________ animations include rotating timers, e-mail symbols, Activity icons, page-loading animations, cartoons, and other useful user interface elements.
سؤال
____________________ and Tween animation are two types of animation provided by Android.
سؤال
Connect the ____________________ for the animation-list in an animation xml file by typing imgFrame.setBackgroundResource(R.drawable.animation).
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/49
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 10: Move Creating Animation and Graphics
1
Frame animation assigns a sequence of photos to play as in a slide show with a predefined interval between images.
True
2
An instance of the AnimationDrawable is instantiated as a class variable because it is used in multiple methods within the Main class.
True
3
In the Linear layout, an ImageView control displays the animation images.
True
4
The oneshot attribute is added to the code in the opening ____ tag.

A) logic list
C) linked list
B) animation-list
D) drawable
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
5
Insert an ImageView control and its properties in the main.xml file to specify precise settings for the ____.

A) button
C) layout
B) control
D) frame
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
6
To create an Android application with Frame or Tween animation, which of the following processes must the developer be able to perform?

A) Adding a Frame animation XML file to the project
B) Coding the OnClickListeners for button controls
C) Running the frame-by-frame animation application
D) All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
7
To create a layout that displays two controls side by side, you can nest a(n) ____ within a Linear layout.

A) Tween animation
C) Frame animation
B) Relative layout
D) Animation-list
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
8
The Package Name for the Wave Animation Project is net.androidbootcamp.waveanimation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
9
Tween animation creates an animation by performing a series of ____ on a single image such as position, size, rotation, and transparency on the contents of a View object.

A) transformations
C) animations
B) projections
D) waves
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
10
By setting the android:oneshot attribute of the animation-list to ____, the animation plays repeatedly until the Stop Animation button is tapped.

A) item
C) true
B) main
D) false
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
11
Animation of an object by a motion tween uses a uniform transition type such as rotating an infinite number of times.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
12
The layout specifications for the frame image and button controls reside within the main.xml file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
13
Tween animation uses a sequence of images similar to Frame animation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
14
In the Android code, an animation-list root element references images stored in the drawable folders.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
15
Android provides three types of animation: Frame, Wave, and Tween animation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
16
A motion tween specifies the end state of an object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
17
The ____ property can be included in the animation-list code to determine how many times to play the animation.

A) series
C) oneshot
B) image
D) layout
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
18
____, an attribute of the animation-list, determines whether an animation plays once and then stops or continues to play until the Stop Animation button is tapped.

A) Class
C) Motion tween
B) AnimationDrawable
D) Android:oneshot
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
19
Frame animation is also called ____ animation.

A) Tween
C) stochastic
B) frame-by-frame
D) sequence
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
20
Animation displays many ____ in rapid succession or displays many changes to one image to create an illusion of movement.

A) orientations
C) images
B) activities
D) apps
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
21
A series of __________________ on a single image in Tween animations can include changes in position, size, rotation, and transparency on the contents of a View object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
22
Applying the Tween rotation animation, the ____ method begins animating a View object by calling the AnimationUtils class utilities to access the resources necessary to load the animation.

A) viewAnimation
C) newAnimation
B) getAnimation
D) startAnimation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
23
If android:oneshot="____," the animation plays once and then stops and displays the last frame.

A) list
C) true
B) element
D) false
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
24
To create the illusion of movement, a cartoon image can be displayed on the screen and repeatedly replaced by a new image that is similar, but slightly advanced in the ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
25
When the XML file is added to the Android project, the Resource type Drawable is selected and the animation-list is selected as the ____ element of the XML code.

A) main
C) last
B) first
D) root
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
26
The Background property of an image can be set to any full Drawable resource such as a . png file, a ____ file, or a solid color designated with hexadecimal code such as #FF0000 for red.

A) .doc
C) .pdf
B) 9-patch image
D) drawable
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
27
In Android development, frame-based animations and image transitions are defined as ____.

A) instances
C) drawables
B) images
D) objects
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
28
Coding the tween.xml file layout to display an ImageView control includes creating an Android XML ____ file.

A) Image
C) Content
B) Layout
D) Control
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
29
____ is a cross-platform graphics API that specifies a standard software interface for 3D graphics processing hardware and uses a coordinate system to map the image to the screen.

A) 3DGraphics
C) GraphicsLibrary
B) AnimationGraphics
D) OpenGL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
30
Drawable images in an animation-list are connected to the imgFrame instance by the ____ method.

A) getBackgroundResource
C) getBackgroundReference
B) setBackgroundImage
D) setBackgroundResource
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
31
A(n) ____________________ specifies a start state of an object, and then animates the object using a uniform transition type such as rotating a predetermined number of times or an infinite number of times.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
32
The ____ provides the methods for Drawable animations to create a sequence of frame-by-frame images.

A) switch
C) AnimationDrawable class
B) emulator
D) startAnimation method
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
33
Maya and Cinema 4D are examples of complex programs that can be used to create professional Android ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
34
A(n) ____ is a transition that changes objects from one state to another, such as by moving, rotating, growing, or shrinking.

A) tween effect
C) animation-list
B) animation
D) emulator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
35
A 9-patch image is a special image that has ____ "stretching" areas that maintain the same look on different screen sizes.

A) predefined
C) undefined
B) unlimited
D) open
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
36
Button controls use ____ to await user interaction.

A) getButton
C) btnStart
B) setOnClickListener
D) btTween
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
37
A sequence of animation instructions defines the Tween animation using either ____________________ or Android code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
38
For the application in Chapter 10, the Android Manifest file must be updated to include the ____ and to remove the title bar in the theme to provide more display room for the animation.

A) second Activity
C) application
B) animations
D) tween
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
39
findViewById(R.id.imgNew) ____ the ImageView that accesses imgNew in the XML layout file.

A) instantiates
C) animates
B) displays
D) sets
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
40
A new ____________________ project has an Application Name, a Package Name, and an Activity name.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
41
Android uses an XML file-creator utility that supports 10 different ____________________ types.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
42
After associating AnimationDrawable with the animation images and coding the buttons, you can use the ____________________( ) and ____________________( ) methods of the drawable objects to control the Frame animation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
43
The AnimationDrawable object can be accessed using the ____________________ method.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
44
Creating a new Android XML file requires the resource type, a filename, and a(n) ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
45
The start( ) method launches the animation xml file displaying the ____________________ items.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
46
Buttons using a setOnClickListener await user ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
47
Common ____________________ animations include rotating timers, e-mail symbols, Activity icons, page-loading animations, cartoons, and other useful user interface elements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
48
____________________ and Tween animation are two types of animation provided by Android.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
49
Connect the ____________________ for the animation-list in an animation xml file by typing imgFrame.setBackgroundResource(R.drawable.animation).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 49 في هذه المجموعة.