Evelin Yanet Ramirez Vasquez
Quiz by , created more than 1 year ago

La prueba consiste en saber que tanto saben los estudiantes de programacion y cual es su porcentaje.

28
0
0
Evelin Yanet Ramirez Vasquez
Created by Evelin Yanet Ramirez Vasquez over 7 years ago
Close

Prueba corta de Programacion

Question 1 of 20

1

else se ejecuta cuando todas las condiciones fueran falsas

Select one of the following:

  • True
  • False

Explanation

Question 2 of 20

1

El array es un conjunto de espacios que almacenan informacion

Select one of the following:

  • True
  • False

Explanation

Question 3 of 20

1

Este ciclo es uno de los mas usados para repetir una secuencia de instrucciones

Select one of the following:

  • Ciclo For

  • Ciclo While

  • Ciclo Repeat

Explanation

Question 4 of 20

1

Es un lenguaje de programación libre

Select one or more of the following:

  • Python

  • Java

  • Pseint

Explanation

Question 5 of 20

1

Select from the dropdown list to complete the text.

import java.( util, =, ;, Scanner ).*;

Explanation

Question 6 of 20

1

Scanner opción=new (System.in);

Drag and drop to complete the text.

    Scanner
    int
    opción

Explanation

Question 7 of 20

1

Sirve para escribir una variable de tipo texto

Select one of the following:

  • int

  • string

  • double

  • ninguna es correcta

Explanation

Question 8 of 20

1

¿como mandar mensajes a la pantalla en Java?

Select one or more of the following:

  • System.out.println

  • Escribir

  • import java.util.*;

Explanation

Question 9 of 20

1

Scanner opcion=new Scanner (System.in); Sirve para indicar que vamos a usar libreria

Select one of the following:

  • True
  • False

Explanation

Question 10 of 20

1

Es un lenguaje de programación interpretado cuya filosofía hace incápie en una sintaxis que favorezca un código legible.

Select one of the following:

  • Eclipse

  • Pseint

  • Java

  • Python

Explanation

Question 11 of 20

1

Fill the blank space to complete the text.

El sirve para nombrar una variable de tipo numérico

Explanation

Question 12 of 20

1

una variable sirve para almacenar información que utilizaremos mas adelante.

Select one of the following:

  • True
  • False

Explanation

Question 13 of 20

1

Fill the blank space to complete the text.

num1=opcion.():

Explanation

Question 14 of 20

1

Dentro de un if se puede hacer todo tipo de operaciones.

Select one of the following:

  • True
  • False

Explanation

Question 15 of 20

1

El array es:

Select one of the following:

  • variable

  • unidimensional y bidemensional

  • Condición

Explanation

Question 16 of 20

1

print sirve para pedir datos en Pseint.

Select one of the following:

  • True
  • False

Explanation

Question 17 of 20

1

Fill the blank spaces to complete the text.

for x in (1, 11):
"programacion"

Explanation

Question 18 of 20

1

Fill the blank spaces to complete the text.

int a, b;
a=5;
b=10;

if (ab)
{
System.out.println("el número mayor es " + a);
}

{
System.out.println("el número mayor es " b);
}

Explanation

Question 19 of 20

1

Fill the blank spaces to complete the text.

import java.util.*;
Scanner opción= Scanner(System.in);

int mes;
System.out.println("ingrese un número entre 1 y 2");
mes=loca.nextInt

if (mes==1)
{
System.out.println("enero");
}
if else (mes2)
{
System.out.println("febrero");

Explanation

Question 20 of 20

1

la variable temporal sirve para guardar los datos o información para siempre.

Select one of the following:

  • True
  • False

Explanation