Helen Azucena Marchorro Perez
Quiz by , created more than 1 year ago

Las pruebas que se realizan en Goconqr es para evaluar cuanto saben los estudiantes de programación y cual es su nivel o porcentaje alto.

6
0
0
Helen Azucena Marchorro Perez
Created by Helen Azucena Marchorro Perez over 7 years ago
Close

Prueba corta de programacion 4to secretariado

Question 1 of 20

1

Sirve para enviar un mensaje a la pantalla en el lenguaje de programación python

Select one of the following:

  • input

  • print

  • vectores

  • if

Explanation

Question 2 of 20

1

int se utiliza para números enteros

Select one of the following:

  • True
  • False

Explanation

Question 3 of 20

1

if es una condicion que se utiliza si el codigo es falso

Select one of the following:

  • True
  • False

Explanation

Question 4 of 20

1

sirve para las letras o nombres y su asignacion es line

Select one or more of the following:

  • String

  • else

  • Double

Explanation

Question 5 of 20

1

Select from the dropdown lists to complete the text.

( Scanner, String ) precio=new Scanner(System.in);
String producto;
int prec( ;, : )
int gan,sub,iva,prev;
System.out.println("cual es el producto");
producto=precio.next( Line();, Int();, Double, Line(). )
System.( out, if ).println("cual es el precio del producto");
prec=precio*0.25;
sub=prec+gan;
iva=sub*0.12;
( prev, ope, ganacia )=sub+iva;
System.out.( println, print, else )("nombre el producto:"+producto)( ;, \, > )
System.out.println("precio del producto:"+prec);
System.out,.println("la ganancia es:"+gan);
( System, import, java, Scanner ).out.println("subtotal es:"+sub);
System.out.println("iva:"+iva);
System.out.println("el precio de venta es:"+prev);

Explanation

Question 6 of 20

1

int valor1valor2;
valor1=30;
=45;
System.out.println("el valor 1 es:"+);
System.out.("el valor 2 es:"+valor2);

Drag and drop to complete the text.

    ,
    ;
    valor2
    valor3
    nume
    println
    print
    valor1
    valor4

Explanation

Question 7 of 20

1

El lenguaje de programación Java es una plataforma informatica

Select one of the following:

  • True
  • False

Explanation

Question 8 of 20

1

Fill the blank spaces to complete the text.

import .util*

Explanation

Question 9 of 20

1

Select from the dropdown lists to complete the text.

Scanner loca=( new, int ) Scanner(( System, SYSTEM ).in)( ;, > )

Explanation

Question 10 of 20

1

Scanner =new Scanner(System.);
int mes;
System..println("ingrese un numero entre 1 y 4");
mes=loca.nextInt();
if (==1)
{
System.out.println("enero");
}
else if (mes2)
{
System.out.println("febrero");
}
else if (mes==3)

System.out.pritnln("marzo");
}
else if (mes==4)
{
System.out.("abril");
}

Drag and drop to complete the text.

    loca
    operacion
    in
    if
    mes
    año
    ==
    =
    =!
    {
    ?
    }
    out
    line
    pritnln
    println

Explanation

Question 11 of 20

1

Fill the blank space to complete the text.

esta destinada a la entrada de cualquier caracter y es equivalente a leer.

Explanation

Question 12 of 20

1

print, y System.out.println son equivalentes a escribir

Select one of the following:

  • True
  • False

Explanation

Question 13 of 20

1

Select from the dropdown lists to complete the text.

( double, string ) es para numeros con decimal
( int, long ) es para numeros enteros

Explanation

Question 14 of 20

1

Es una condición que ejecuta el codigo como falsa

Select one of the following:

  • else

  • if

  • float

Explanation

Question 15 of 20

1

Fill the blank spaces to complete the text.

nom=new Scanner(System.);
String ;
System..println("nombre del estudiante";
nombre=nom.next();
.out.println("estudiante es:"nombre)

Explanation

Question 16 of 20

1

while es un ciclo que repite uno o varios codigos

Select one of the following:

  • True
  • False

Explanation

Question 17 of 20

1

Select from the dropdown list to complete the text.

La ( variable, for, while, int, System ) almacena todos los valores que se le asignan

Explanation

Question 18 of 20

1

Es llamar algunas funciones o hacer uso de ellas cuando no son directas en java

Select one or more of the following:

  • declaracion de variables

  • importacion de librerias

  • condiciones

Explanation

Question 19 of 20

1

los vectores marcan un orden llamado indice

Select one of the following:

  • True
  • False

Explanation

Question 20 of 20

1

Fill the blank spaces to complete the text.

es un lenguaje de en donde pueden utilizar ,leer,,,si-entonces,y

Explanation