CS-4046 Quiz
Quiz by Faizan Haider
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
21 questions
Show answers
- Q1What is Tween Library?A library for creating 3D graphicA library for creating animations and transitionA library for creating server-side applicationA library for interacting with APIs15s
- Q2What is the disadvantage of using co-routines?They can be difficult to debug and maintainThey make the game code more complexThey make the game run slowerThey increase the size of the game executable15s
- Q3What is a common way to monetize mobile games?Unlocking levels with social media sharesIn-app purchasesWatching advertisementsPaying a one-time fee15s
- Q4What is a pay-to-win model?A game model where only certain players are allowed to make purchasesA game model with no monetization strategyA game model where paying players have advantages over non-paying playersA game model where all players are equally advantaged15s
- Q5What file format does Mixamo support for importing 3D models?png.unitypackage.PDF.FBX.15s
- Q6What is the purpose of the lerp method?To make animation smooth<br>To calculate the square root of a numberTo round a decimal valueTo find a value between two other values based on a percentage15s
- Q7What does the lerp method stand for?Local Exponential RegressionLinear InterpolationLinear ExtrapolationLogarithmic Extrapolation15s
- Q8What is the purpose of the instantiate method in Unity?Create a new scene during runtime<br>Delete GameObjects during runtimeCreate instances of GameObjects during runtimeSet the position of a GameObject15s
- Q9Can you instantiate a GameObject that is not in the scene?NoOnly if it has a Rigidbody componentYesOnly if its tag is set to 'Instantiate'15s
- Q10Which of the following is NOT a common method of game monetization?In-game advertisingSubscription modelsSelling virtual goodsProviding free DLC15s
- Q11
What should be the primary goal of ad networks?
To maximize revenue for publishers
To provide high-quality ads to consumers
None
To maximize revenue for advertisers
15s - Q12
Why do we need to save game data?
Users enter free textType an Answer60s - Q13
What is PlayerPrefs? What type of Values it can store?
Users enter free textType an Answer60s - Q14
List any 3 Game Marketing Strategies? Which is best and why?
Users enter free textType an Answer120s - Q15
What are Freemium Games?
Users enter free textType an Answer45s