Gmetrix Unity Certified User Programmer exam 2023 with 100% correct answers
Semicolon Every line of C# is called a statement and must end with a ______ to separate them for the code complier process public int myAge = 16; Variable a tiny section of your computer's memory that holds an assigned value. Every variable keeps track of where its information is stored (this is called a memory address), its value, and its type (for instance, numbers, words, or lists). Operators A symbol that tells the compiler to perform specific mathematical or logical manipulations. Methods can perform an operation and return the result. For instance, a _______ can add numbers, return the sum, and store the sum in a variable. Control-Flow One of the central duties of a computer is to control what happens when predetermined conditions are met. When you click on a folder, you expect it to open; when you type on a keyboard, you expect the text to mirror your keystrokes. Writing code for applications or games is no different - they both need to behave in a certain way in one state and in another when conditions change. Selection Statement The if-else and switch selection statements allow you to specify branching paths, based on one or more conditions, and the actions you want to be taken in each case. They include the following - Detecting user input - Evaluating expressions and Boolean logic - Comparing variables or literal values if-else statement is the most common way of making decisions in code. For example, if my condition is met, execute this block of code; if it's not, execute this block of code. Arrays _______ are the most basic collection that C# offers. Think of them as containers for a group of values, called elements in programming terminology, each of which can be accessed or modified individually - _____ can store any type of value; all the elements need to be of the same type
Escuela, estudio y materia
- Institución
- Gmetrix Unity Certified User Programmer
- Grado
- Gmetrix Unity Certified User Programmer
Información del documento
- Subido en
- 14 de abril de 2023
- Número de páginas
- 9
- Escrito en
- 2022/2023
- Tipo
- Examen
- Contiene
- Preguntas y respuestas
Temas
-
gmetrix unity certified user programmer exam 2023 with 100 correct answers