Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Gamemaker and Unity in action Match the following together. Below Game Maker Unity 3D Room a) Project View Events/Actions b) Scene Paint c) Fixed

In Gamemaker and Unity in action

Match the following together. Below

Game Maker

Unity 3D

Room

a) Project View

Events/Actions

b) Scene

Paint

c) Fixed Update ()

Resources

d) Update ()

Step

e) Start ()

Create

f) Scripts

Function for Rigid Bodies

Java Application

a) Interpreted

C#

b) Compilation with Interpretation

C++

c) Compilation

Java Applet

Java Script

Very Portable

Fast to Develop/Test

Fast to Execute

Less Secure

Source Code must reside on client Machine

Generates a true .EXE

Requires a virtual machine to execute

HTML

Putting Sensors on animal to obtain its movement

a) Morphing

Equivalent to moving all objects on the 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 dog gradually turning into a Cat

h) Encapsulation

Provides re-usability

i) Inheritance

Provides safety

j) instance

List A or B for the blank spots below

a) parameter passing by value or b) by reference

Java primitives __________

Java arrays and other object ______________

Safer _____________

Better for Performance __________________

Equivalent to IN OUT (returns a value) __________________

Equivalent to IN (does not return a value) ______________________

9)What is the name of the first function executed in a Java Application ?

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 three questions in Unity 3D that has nothing to do with the questions I asked. Answer the questions ?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Sams Teach Yourself Beginning Databases In 24 Hours

Authors: Ryan Stephens, Ron Plew

1st Edition

067232492X, 978-0672324925

More Books

Students also viewed these Databases questions

Question

1. Select the job or jobs to be analyzed.

Answered: 1 week ago