placeholder image to represent content

Unity - Create with Code - Unit 1 Review

Quiz by Kelly Herbert

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
10 questions
Show answers
  • Q1

    Which Unity window contains a list of all the game objects currently in your scene?

    Scene view

    Project window

    Hierarchy

    Inspector

    300s
  • Q2

    True or False: Visual Studio is not a part of Unity. You could use a different code editor to edit your C# scripts if you wanted to.

    True

    False

    300s
  • Q3

    What best describes the difference between the below images, where the car is in the second image is further along the road?

    Question Image

    The second car’s X location value is higher than the first car’s

    The second car’s Y location value is higher than the first car’s

    The second car’s Z location value is higher than the first car’s

    The second car’s Transform value is higher than the first car’s.

    300s
  • Q4

    In what order do you put the words when you are

    declaring a new variable?

    Question Image

    [data type] [access modifier]

    [variable value] [variable name]

    [access modifier] [data type]

    [variable name] [variable value]

    [data type] [access modifier]

    [variable name] [variable value]

    [variable name] [data type]

    [access modifier] [variable value]

    300s
  • Q5

    Which of the following variables would be visible in the Inspector?

    Question Image

    speed

    turnSpeed

    speed & turnSpeed

    horizontalInput & forwardInput

    300s
  • Q6

    What is a possible value for the horizontalInput variable?

    Question Image

    -10

    0.52

    "Right"

    Vector3.Up

    300s
  • Q7

    What is true about the following two lines of code?

    Question Image

    They will both move an object the same distance

    They will both move an object in the same direction

    They will both move an object along the same axis

    They will both rotate an object, but along different axes

    300s
  • Q8

    Which of the following lines of code is using standard Unity naming conventions?

    Question Image

    Line A

    Line B

    Line C

    Line D

    300s
  • Q9

    Which comment would best describe the code below?

    Question Image

    // Rotates around the Y axis based on left/right arrow keys

    // Rotates around the Z axis based on up/down arrow keys

    // Rotates in an upward direction based on left/right arrow keys

    // Moves object up/down based on the the left/right arrow keys

    300s
  • Q10

    The image below shows the preferences window that allows you to change which script editing tool (or IDE) you want to use. Where would you click to choose an alternative code editing tool?

    Question Image

    The red box (External Script Editor)

    The blue box (Image application)

    The green box (Revision control Diff/Merge)

    300s

Teachers give this quiz to your class