QUANTI
  • 1. The gravitational acceleration constant
A) 3.22m/s²
B) 9.805fts/s²
C) none of these
D) 9.81ft/s²
E) 32.2m/s²
  • 2. Will wait for the current state playback to end, then switch to the beginning of the next state animation.
A) Immediate
B) none of these
C) Sync
D) At End
E) At Begin
  • 3. Contains multiple root nodes as children in a graph. Each node is used as a state, and provides multiple functions to alternate between states.
A) AnimationNodeBlendSpace2D
B) AnimationNodeAnimation
C) AnimationNodeBlendSpace1D
D) AnimationNodeStateMachine
E) AnimationBlendTree
  • 4. Will turn on auto advance when this condition is set. This is a custom text field that can be filled with a variable name
A) Xfade Time
B) Advance Condition
C) Auto Advance
D) none of these
E) Switch Mode
  • 5. GDscript is based on what programming language?
A) none of these
B) C++
C) Pascal
D) C#
E) Python
  • 6. Emitted when one of a PhysicsBody2D or TileMap's Shape2Ds enters one of this Area2D's Shape2D's.
A) body_entered
B) area_shape_entered
C) body_shape_entered
D) none of these
E) area_entered
  • 7. means reducing its length to 1 while preserving its direction. This is done by dividing each of its direction. This is done by dividing each of its components by its magnitude
A) Normalization
B) Dot product
C) none of these
D) Reflection
E) unit vector
  • 8. Allows scaling the speed of the animation (or reverse it) in any children nodes. Setting it to 0 will pause the animation.
A) none of these
B) BlendSpace2D
C) Seek
D) TimeScale
E) Transition
  • 9. This node can be used to cause a seek command to happen to any sub-children of the animation graph
A) none of this
B) Transition
C) BlendSpace2D
D) TimeScale
E) Seek
  • 10. These events are often generated by the programmers as feedback.
A) InputEventAction
B) none of these
C) Actions
D) InputEvent
E) InputEventKey
  • 11. resist the motion of a moving object
A) acceleration
B) deceleration
C) none of these
D) momentum
E) friction
  • 12. A single image, are not often used, but when they are, represent handles to pick or icons in a complex control (such as a file dialog).
A) Texture
B) Font
C) none of these
D) StyleBox
E) Color
  • 13. Why does Godot not use STL?
A) STL is more suited for 3D modeling
B) STL templates create very large symbols
C) STL is old
D) STL is easy to use
E) STL is easy to use
  • 14. This is similar to 2D blend spaces, but in one dimension
A) Transition
B) none of these
C) StateMachine
D) BlendSpace2D
E) BlendSpace1D
  • 15. Is it possible to use Godot to create non-game application?
A) No
B) Yes
C) none of these
D) Maybe
E) Probably
  • 16. Every control that uses text can be assigned used to draw strings
A) Font
B) StyleBox
C) Texture
D) none of these
E) Control
  • 17. How should not assets be created to handle multiple resolutions and aspects ratios?
A) Determine a minimum resolution and then decide if you want your game to stretch vertically or horizontally for different aspect ratios, or if there is one aspect ratio and you want black bars to appear instead.
B) Choose a single base resolution for your game
C) For user interfaces, use the anchoring to determine where controls should stay and move. If UIs or more complex , consider learning about Containers.
D) none of these
E) Use the stretch options in Godot
  • 18. Notifies when an animation finished playing.
A) catches_cleared
B) animation_started
C) none of these
D) animation_finished
E) animation_changed
  • 19. Simplified version of the following
A) AnimationBlendSpace1D
B) AnimationNodeBlendSpace2D
C) AnimationNodeBlendTree
D) AnimationNodeAnimation
E) AnimationNodeStateMachine
  • 20. allows you to add an extra scaling factor on top of what the Stretch options above already provide
A) Stretch Aspect = Keep Width
B) Stretch Aspect = keep
C) none of these
D) Stretch Aspect = Keep Height
E) Stretch Aspect = Expand
  • 21. In this node, the size specified in display/width and display/height in the project settings is stretch to cover the whole screen (taking the stretch aspect setting into account).
A) none of these
B) Ignored
C) Disabled
D) 2D
E) Viewport
  • 22. Root nodes can be created and connected via lines. States are connected via transition, which are connections with special properties. Transitions are uni-directional, but two can be used to connect in both ways.
A) BlendSpace2D
B) StateMachine
C) BlendSpace1D
D) none of these
E) Transition
  • 23. A single numerical constant. Generally used to define spacing between components or alignment.
A) none of these
B) Font
C) StyleBox
D) Texture
E) Color
  • 24. Emitted when another Area2D enters this Area2D.
A) body_entered
B) none of these
C) body_shape_entered
D) area_entered
E) area_shape_entered
  • 25. Contains many blend type nodes, such as mix, blend2D, blend3D,one shot, etc. this is one of the most commonly used roots.
A) AnimationNodeBlendSpace1D
B) AnimationNodeBlendSpace2D
C) AnimationNodeBlendTree
D) AnimationNodeAnimation
E) AnimationNodeStateMachine
  • 26. with or without transparency. It is usually applied to fonts and icons.
A) StyleBox
B) Color
C) Font
D) Texture
E) none of these
  • 27. if a ball rolls and falls down a table what is most likely will happen?
A) gravity pulls it down and still move along by how much it roll
B) none of these
C) gravity pulls it down and bounces
D) gravity pulls it down
E) momentum is conserve
  • 28. No stretching happens. One unit in the scene corresponds to one pixel on the screen.
A) Disabled
B) none of these
C) Ignore
D) 2D
E) Viewport
  • 29. it represents the mass and velocity of an object
A) friction
B) none of these
C) acceleration
D) deceleration
E) momentum
  • 30. Which platforms is not supported by Godot for exporting your game?
A) Alienware
B) none of these
C) iOS
D) Windows
E) Android
  • 31. The area replaces physics properties, and lower priority areas are ignored.
A) Replace-Combine
B) none of these
C) Replace
D) Combine
E) Combine-Replace
  • 32. This means that the original resolution will be stretched to exactly fill the screen, even if it's wider or narrower
A) Disabled
B) Ignore
C) none of these
D) 2D
E) Viewport
  • 33. a force that let airplanes fly
A) none of these
B) gravity
C) air force
D) downforce
E) lift
  • 34. an act of an object when it is getting slower
A) momentum
B) deceleration
C) friction
D) none of these
E) acceleration
  • 35. Which programming language is not supported in Godot?
A) C++
B) GDScript
C) Basic
D) none of these
E) C#
  • 36. is an operation on two vectors that returns a scalar.
A) Normalization
B) none of these
C) unit vector
D) Dot product
E) Reflection
  • 37. vectors aligned perpendicularly to a surface, defining its direction. They are commonly used for lighting, collisions, and other operations involving surfaces.
A) Dot product
B) none of these
C) Reflection
D) unit vector
E) Normalization
  • 38. Allows to disable this transition ( it will be not used during travel or auto advance).
A) Disabled
B) none of these
C) Switch Mode
D) Xfade Time
E) Priority
  • 39. The area replaces any gravity/damping calculated so far, but keeps calculating the rest of the areas.
A) none of these
B) Combine-Replace
C) Replace-Combine
D) Combine
E) Replace
  • 40. setting define how to base sizes stretched to fit the resolution of the window or screen.
A) none of these
B) Viewport
C) Disabled
D) Ignore
E) 2D
  • 41. Emitted when a PhysicsBody2D or TileMap enters this Area2D
A) none of these
B) area_shape_entered
C) body_entered
D) area_entered
E) body_shape_entered
  • 42. if a hammer falls down an elevator that is moving upward, what is most likely will happen?
A) momentum is conserve
B) gravity pulls it down
C) gravity pulls it down and bounces
D) gravity pulls it down and still stops immediately
E) none of these
  • 43. We can use this fact to detect whether an objects is facing toward another object.
A) Dot product
B) none of these
C) unit vector
D) Normalization
E) Reflection
  • 44. Contains Joysticks/Joypad button information.
A) InputEvent
B) InputEventKey 4/4
C) none of these
D) InputEventAction
E) Actions
  • 45. We can use this fact to detect whether an objects is facing toward another object.
A) unit vector
B) Reflection
C) none of these
D) Dot product
E) Normalization
  • 46. If the currently being played animation changes, this signal will notify of such change.
A) caches_cleared
B) animation_finished
C) animation_changed
D) none of these
E) animation_started
  • 47. the time to cross-fade this state and the next.
A) none of this
B) Advance Condition
C) Auto Advance
D) Xfade Time
E) Switch Mode
  • 48. if the screen is taller than the base size, black bars are added at the top and bottom (letterboxing). But if the screen is wider that the base resolution the viewport will be grown in the horizontal direction ( and more content will be visible to right).
A) Stretch Aspect Keep Width
B) none of these
C) Stretch Aspect = Keep Height
D) Stretch Aspect = Keep
E) Stretch Aspect = Expand
Created with That Quiz — where test making and test taking are made easy for math and other subject areas.