Prueba Diagnostica Modulo 2

Prueba Diagnostica Modulo 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

PythonDia1

PythonDia1

Professional Development

10 Qs

Python-Quiz-Basic-Datatypes

Python-Quiz-Basic-Datatypes

12th Grade - Professional Development

10 Qs

Python Final Quiz

Python Final Quiz

Professional Development

13 Qs

for loops & while loops

for loops & while loops

University - Professional Development

10 Qs

.   Python бағдарламалау тілі

. Python бағдарламалау тілі

Professional Development

10 Qs

12G 2021

12G 2021

KG - Professional Development

7 Qs

PreTrainingWeek3Content

PreTrainingWeek3Content

Professional Development

11 Qs

VS WinForms Components | Methods | Types

VS WinForms Components | Methods | Types

Professional Development

11 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?