Prueba Diagnostica Modulo 2

Prueba Diagnostica Modulo 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

Python1

Python1

Professional Development

11 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

Python Jetcode

Python Jetcode

Professional Development

10 Qs

JAVA QUIZ

JAVA QUIZ

Professional Development

11 Qs

Lesson 23

Lesson 23

1st Grade - Professional Development

7 Qs

Игры на Python 1 модуль

Игры на Python 1 модуль

Professional Development

13 Qs

Java Programming Quiz #1

Java Programming Quiz #1

Professional Development

10 Qs

Dart Funciones y Clases

Dart Funciones y Clases

Professional Development

10 Qs

Prueba Diagnostica Modulo 2

Prueba Diagnostica Modulo 2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?