(Solved) : 1 Matching Game Maker Unity 3d Room Project View Events Actions B Scene Paint C Fixed Upda Q30963097 . . .
1)Matching Game Maker Unity 3D Room a) ProjectView Events/Actions b) Scene Paint c) Fixed Update () Resources d)Update () Step e) Start () Create f) Scripts Function for RigidBodies 2) Maya, 3D Max a) Cross Platform API Blendor b) Softwarefor drawing Vector Graphics Direct 3D c) Software for editingBitmap/Raster Graphics Open GL d) Open Source for creatingAnimations Photoshop e) IDE for Java Stretches images f) WindowsBased API Illustrator g) Usability software (HCI), to understandend-user Morae, Tobii Eye Tracker h) Advantage of Vector GraphicsJGrasp, Eclipse, Netbeans i) Autodesk software for creatingAnimations 3) Java Application a) Interpreted C# b) Compilationwith Interpretation C++ c) Compilation Java Applet Java Script VeryPortable Fast to Develop/Test Fast to Execute Less Secure SourceCode must reside on client Machine Generates a true .EXE Requires avirtual machine to execute HTML 4) Putting Sensors on animal toobtain its movement a) Morphing Equivalent to moving all objects onthe screen b) Frame by Frame Animation Oldest type of Animation c)Motion Capture Animation More applicable to 2D than 3D d)Perspective View unpredictable behavior of enemy in FPS e)Orthographic View Objects Farther away appear to be smaller f)Moving Camera Copy of an object g) Artificial Intelligence A doggradually turning into a Cat h) Encapsulation Provides re-usabilityi) Inheritance Provides safety j) instance 5) A variable a) MethodA function encapsulated within a class b) Local Variable storage isallocated and deallocated as we enter and leave the module c)Global Variable Storage space is not deallocated d) Static VariableA variable that can only be accessed by the class e) DynamicVariable Visible only within the module that it is declared f)Private Variable 6) Executes a program until this line a) Step IntoDisplays the value during program execution b) Step Over Executesthe next line, if it is a method or function, it treats it as oneline c) Watch Variables Executes the next line, if it is amethod/function, it jumps to the method/function and executes everyline of the method/function d) Break Point 7) Indicate if it refersto a) parameter passing by value or b) by reference Java primitives__________ Java arrays and other object ______________ Safer_____________ Better for Performance __________________ Equivalentto IN OUT (returns a value) __________________ Equivalent to IN(does not return a value) ______________________ 8) (5 points) Forthe example below indicate if it is True (T) or False (F)CheckingAccount can use the method deposit () _______ BankAccountobject can use deductFee () ___________ BankAccount inherits fromCheckingAccount _________ SavingAccount inherits from BankAccount___________ A method or attribute of a sub-class overrides a methodof attribute of the super class that has the same name ___________9)What is the name of the first function executed in a JavaApplication ? 10) What will be the printed values of x, y and z x =10; Change (a IN, b IN OUT, c OUT) y = 5; { z = 8; a = 100; Change(x, y, z); b = 200; Print (x, y, z); c = 300; 11) Make up threequestions in Unity 3D that has nothing to do with the questions Iasked. Answer the questions
Expert Answer
Answer to 1 Matching Game Maker Unity 3d Room Project View Events Actions B Scene Paint C Fixed Upda Q30963097 . . .
OR