Chapter 3 lesson 1
Which of the following is a general-purpose programming language that will allow you to do many different things?
All of these are true
What is the name of Microsoft's library of pre-built methods and components that work with multiple languages?
.NET Framework
What is the main difference between a compiled and interpreted program?
A compiled program is fully translated into native machine code and sent to the target computer. An interpreted program is sent as source code to the target computer.
What is the difference between binary code and source code?
Source code is human-readable; binary code is machine-readable
Which Integrated Development Environment comes with Unity to let you write C# game scripts?
Visual Studio