Kiara Gisell Gil
Quiz by , created more than 1 year ago

esta muy fácil tienen 30 segundos para responder cada pregunta

5
0
0
Kiara Gisell Gil
Created by Kiara Gisell Gil over 8 years ago
Close

cuestionario

Question 1 of 20

1

El float se utiliza para solicitar

Select one of the following:

  • vocales

  • Decimales

Explanation

Question 2 of 20

1

que signo se utiliza para aplicar division modular

Select one of the following:

  • %

  • ±

Explanation

Question 3 of 20

1

si tengo que utilizar una variable obligatoriamente lo tengo que declarar

Select one of the following:

  • True
  • False

Explanation

Question 4 of 20

1

que imprime esta linea d un codigo :
a=input("dame un nombre")

Select one of the following:

  • solicitando un nombre para la variable "a"

  • pidiendo un numero

Explanation

Question 5 of 20

1

como le asigno un valor a una variable

Select one of the following:

  • b=(15)

  • b=15

Explanation

Question 6 of 20

1

como solicito un numero en python

Select one of the following:

  • a=Int(input("ingrese un numero ")

  • a=input(dame un numero)

Explanation

Question 7 of 20

1

Que variable utilizo para declarar una cadena de texto

Select one of the following:

  • String

  • Texto

Explanation

Question 8 of 20

1

la sintaxis es importante para python

Select one of the following:

  • True
  • False

Explanation

Question 9 of 20

1

Que se obtiene con este código :
i=10
While i < 10:
print ("Espotaververona")
i= i +1

Select one of the following:

  • imprime un nombre 10 veces

  • repite un nombre 10 veces

Explanation

Question 10 of 20

1

puedo llenar un vector desde el teclado

Select one of the following:

  • True
  • False

Explanation

Question 11 of 20

1

con que opción puedo hacer un menú de opciones en Python

Select one of the following:

  • con un ciclo

  • con If anidados

Explanation

Question 12 of 20

1

Que función tiene un Else

Select one of the following:

  • acción falsa de un If

  • ninguna

Explanation

Question 13 of 20

1

El float se utiliza para solicitar...

Select one of the following:

  • vocales

  • decimales

Explanation

Question 14 of 20

1

cual de los dos códigos imprime las operaciones basicas

Select one of the following:

  • a=(input( dame un numero )
    b=(input( dame un numero )
    c= a+b
    d =a-b
    e=a*b
    f=a/b
    print("la suma es",c)
    print("la resta es",d)
    print("la multi es",e)
    print("la divi es",f)

  • a=int(input( "dame un numero" ))
    b=int(input( "dame un numero" ))
    c= a+b
    d =a-b
    e=a*b
    f=a/b
    print("la suma es",c)
    print("la resta es",d)
    print("la multi es",e)
    print("la divi es",f)

Explanation

Question 15 of 20

1

En Python el idioma de escritura es en

Select one of the following:

  • japones

  • Español

  • Inglès

Explanation

Question 16 of 20

1

Qué pasa si yo en el momento de correr el programa tengo errores de sintaxis

Select one of the following:

  • Corre el programa

  • corre el programa pero donde encuentra el error se queda atorado

Explanation

Question 17 of 20

1

la sintaxis es importante para Python

Select one of the following:

  • True
  • False

Explanation

Question 18 of 20

1

Cual es la estructura de un ciclo For en Python

Select one of the following:

  • For k in (rango):
    instruction
    print()

  • for
    instruction
    print

Explanation

Question 19 of 20

1

para que sirve la opcion input

Select one of the following:

  • para ingresar texto

  • imprimir

Explanation

Question 20 of 20

1

Que ejecuta este código:
For k in range (1,11):
Print(k)

Select one of the following:

  • números pares

  • imprime los números del 1 al 10

Explanation