Documentation
Unity Interface
Program Testing
Parts of A Computer
C# Syntax
100

Two of these symbols are used to comment out code.

What are forward slashes?

100

These are the 4 standard panels that are on the interface when you first open Unity.

What is the; inspector, hierarchy, scene view, and project?

100

This is represented in the error index as (23,52)

What are Line and character space?

100

This is the part of the computer that is a permanent memory base needed to start the system.

What is Read-Only Memory? ROM

100

This symbol ends each line of code and tells the program when to stop reading that line. 

What is a semicolon; ?

200

You can highlight a block of code and press these buttons to comment it out.

What is Ctrl + K + Ctrl +C?

200

In this menu, you can find the physics settings.

What is the Project Settings menu?

200

This prevents you from playing in game mode.

What is Compiler errors?

200

This part of the computer has a North and Southbridge as well as ports to the outside of the computer.

What is a motherboard?
200

These are two access modifiers that allow the variables to be read by other scripts or not. 

What are public and private?

300

This type of documentation helps to layout how a mechanic in a game will work and how it should be coded. (usually pre- production documentation.)

What is a Technical Design Document?

300

This tool allows you to rotate, move, and scale objects in the scene.

What is the transform tool?

300

This statement will show you when a code block is running.

What is debug.Log(); ?

300

These are the parts of the computer that are not physical objects and are downloaded into the computer's memory.

What is software?

300

This phrase in C# obtains the position, rotation, and scale of a 3D object.

What is Vector3?

400

It is important to comment on your code due to a specific reason. (Tell me the reason)

What is Legal Reasons?

400

You can find your assets from the Unity Asset store here. 

What is the package manager?

400

These two symbols will show up in the interface when there are errors.

What is a white exclamation mark in a yellow triangle and a white X in a red circle?

400

The computer will still run without these standard hardware devices.

What is monitor, keyboard, and mouse?

400

This type of statement is used to execute a block of code when a specified condition is true.

What is an if/else statement?

500

You can go directly to Unity Documentation in the engine by selecting "this symbol".

What is a question mark in a circle?

500

This panel in the interface shows me all of the errors in the code.

What is a Console?

500

You can also see errors in your code in real time in this seperate interface as well.

What is the visual studios console?

500

This is a small piece in the cpu that reads binary code (00100).

What is a transistor?

500

c# is this type of language.

What is Object Oriented Programming?