Prueba Diagnostica Modulo 2

Quiz
•
Computers
•
Professional Development
•
Hard
Alexis González
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
¿De que esta compuesto una variable y en que orden?
[Tipo de acceso; private, public] [Nombre] [Tipo dato; bool, int, float, etc] [;]
[Tipo de acceso; private, public] [Tipo dato; bool, int, float, etc][Nombre]
[Tipo de acceso; private, public] [Tipo dato; bool, int, float, etc][Nombre] [;]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cual es el valor de la variable healt?
private float healt = 100f;
Start()
{
healt = 50;
healt = 70;
}
50
70
100
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
¿Cuales son las opciones Incorrectas?
int healt = 50;
if(healt = 100)
int healt = 50;
if(healt)
bool isDead;
if(!isDead)
bool isDamage;
if(isDamage < 20)
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
¿Cuales son los operadores y símbolos lógicos?
==, =!, >=
!=, >=, !
>, <, !=
==, =!, =>
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
¿Cuales son las clases declaradas en forma de variable?
public SpriteRenderer sr;
public sprite Sprite;
private Item item = new item();
public Sprite sprite;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Como se declara un método?
DamagePlayer()
{
//Codigo
};
DamagePlayer(int damage;)
{
//Codigo
}
public DamagePlayer()
{
}
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
¿Para que creo una variable de tipo clase?
Por ejemplo: public SpriteRenderer sp;
Para utilizar sus metodos.
Para utilizar sus variables
Solo por contexto, por ejemplo, Clase item tiene relacion con Clase Inventory
Solo para rellenarlo en el inspector.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Java SE: Programming I

Quiz
•
Professional Development
10 questions
6. Method

Quiz
•
Professional Development
10 questions
. Python бағдарламалау тілі

Quiz
•
Professional Development
14 questions
Programming terms

Quiz
•
Professional Development
11 questions
Java Fundamentals

Quiz
•
Professional Development
15 questions
CodeHS - Intro to Python - Conditionals Quiz

Quiz
•
9th Grade - Professio...
8 questions
Lenguaje Java: Programación Modular

Quiz
•
Professional Development
13 questions
Python Final Quiz

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade