Keily Vasquez
Quiz by , created more than 1 year ago

Esta hecha por magaly

5
0
0
Keily Vasquez
Created by Keily Vasquez over 7 years ago
Close

Prueba Corta Java

Question 1 of 20

1

Java fue creado po James Gosling

Select one of the following:

  • True
  • False

Explanation

Question 2 of 20

1

Select from the dropdown list to complete the text.

Java aparecio en el año ( 1995, 1989, 1990 )

Explanation

Question 3 of 20

1

for(intliri=1; liri=10; liri=liri+1)
{
.out.println("carro")
}

Drag and drop to complete the text.

    System
    system
    sistemm

Explanation

Question 4 of 20

1

String sirve solo para textos

Select one of the following:

  • True
  • False

Explanation

Question 5 of 20

1

Fill the blank space to complete the text.

i=1;

{
System.out.println("luz");
i++;
} while (i<=10);

Explanation

Question 6 of 20

1

Que es java?

Select one or more of the following:

  • Es un programa para telivision

  • Es un lenguajede programacion

Explanation

Question 7 of 20

1

Select from the dropdown list to complete the text.

Int compu=1
for(compu=1; compu<=10; compu++)
{
System.out.printInt(( compu, "Compu" ))
}

Explanation

Question 8 of 20

1

loco=1
Do
{
System.out.printInt("lluvia")
loco++
}
While(loco<=10)

Select one of the following:

  • True
  • False

Explanation

Question 9 of 20

1

for sirve para repetir los programa.

Select one of the following:

  • Falsa

  • Verdadera

Explanation

Question 10 of 20

1

Fill the blank spaces to complete the text.

liri=new Scanner(System.in)
for(a=0; a<=2; a=a+1)

(f=0; f<=2; f=f+1)
System.out.("dame un valor")
Mat[0][f]=liri.nexInt();

Explanation

Question 11 of 20

1

num[4]=10; es el proceso mas dificil.

Select one of the following:

  • True
  • False

Explanation

Question 12 of 20

1

Select from the dropdown list to complete the text.

for(c=0; c<=2; c=c+1)
{
for(f=0; f<=2; f=f+1)
{
System.out.print("dame valor");
Mat[c][f]=loco.( nextInt, Nextint, Systemm.int )();
}
}

Explanation

Question 13 of 20

1

Este programa llena un vector.
a=10;
a=loco.nextInt();
num[0]=10;
num[1]=10;
num[2]=10;
num[3]=10;
num[4]=10;

Select one of the following:

  • True
  • False

Explanation

Question 14 of 20

1

Selecciona la opcion correcta.

num[0]=loco.nextInt();
num[1]=loco.nextInt();
num[2]=loco.nextInt();
num[3]=loco.nextInt();

Select one or more of the following:

  • num[0]=loco.nextInt();

  • num[1]=loco.nextInt();

  • num[2]=loco.nextInt();

  • num[3]=loco.nextInt();

Explanation

Question 15 of 20

1

Rellena los espacios arrastrando y haciendo bien la estructura
por=2
for(par=2; par<=10; par=par+2)
{
System.out.println(pares)
}

Drag and drop to complete the text.

    int
    new
    x1

Explanation

Question 16 of 20

1

Fill the blank space to complete the text.

Introduce lo que le hace falta para que el programa corra.

Scanner liri=new Scanner(System.in)
int[] matriz={{1,2,3,4,5},{6,7,8,9,10},{11,12,13,14,15},{16,17,18,19,20},{21,22,23,24,25}}
("dame"+matriz[2][2]);

Explanation

Question 17 of 20

1

Fill the blank space to complete the text.

sirve para repetir el programa.
cuantas veces querramos.

Explanation

Question 18 of 20

1

Select from the dropdown list to complete the text.

Añade las palabras en los espacios para que la estructura imprima correctamente.

for (int liri=1; liri<=10; ( liri=liri+1, lovo=lovo+1 ))
{
System.out.println("alejandra")
}

Explanation

Question 19 of 20

1

Fill the blank space to complete the text.

i=4;
While
{
System.out.print(i);
i++;

Explanation

Question 20 of 20

1

Responde correctamente la siguiente pregunta.

El print se utiliza para imprimir

Select one of the following:

  • True
  • False

Explanation