Alexander Chalusia
Quiz by , created more than 1 year ago

variables y operadors

2276
0
0
Alexander Chalusia
Created by Alexander Chalusia almost 9 years ago
Close

"Cuestionario"

Question 1 of 15

1

¿CUAL ES LA CAPACIDAD DE UNA VARIABLE?

Select one of the following:

  • Es capaz de almacenar diferentes valores durante la ejecución del programa, su valor varía.

  • Es capaz de almacenar valores numericos con caracteres

Explanation

Question 2 of 15

1

EL FORMATO DE UNA VARIABLE ES:
"Tipo_de_dato nombre_de_la_variable"

Select one of the following:

  • True
  • False

Explanation

Question 3 of 15

1

¿QUE ES UNA VARIABLE GLOBAL?

Select one of the following:

  • Son las que se declaran después del llamado a las cabeceras, pero antes de cualquier función, y son útiles para cualquier parte del programa.

  • Son las que se declaran dentro de una función, y solo sirven para ser usadas dentro de esa función.

  • Son las que se declaran valores reales y caracteres

Explanation

Question 4 of 15

1

¿QUE ES UNA VARIABLE LOCAL?

Select one of the following:

  • Son los que definen los métodos de almacenamiento disponibles para representar información, junto con la manera en que dicha información ha de ser interpretada.

  • Son las que se declaran dentro de una función, y solo sirven para ser usadas dentro de esa función.

Explanation

Question 5 of 15

1

¿COMO SE DECLARA UNA VARIABLE EN C?

Select one of the following:

  • tipo_base nombre_variable [nombre_variable2, nombre_variable3,...];

  • tipo nombre[ ];

Explanation

Question 6 of 15

1

¿QUE ES UN OPERADOR EN EL LENGUAJE C?

Select one of the following:

  • Es un símbolo que indica al compilador que se lleve a cabo ciertas manipulaciones matemáticas o lógicas.

  • Es un simbolo que genera varias cantidades de numeros reales

  • Es un copilador que genera operadores matematios

Explanation

Question 7 of 15

1

¿PARA QUE SE USAN LOS OPERADORES ARITMETICOS EN C?

Select one of the following:

  • Se usan para realizar cálculos de aritmética de números reales y de aritmética de punteros.

  • Se usan para almacenar diferentes valores durante la ejecución del programa, su valor varía.

  • Posee un nombre (identificador), y un valor asociado.

Explanation

Question 8 of 15

1

¿INDIQUE LOS TIPOS DE OPERADORES QUE EXISTE EN EL LENGUAJE C?

Select one of the following:

  • Operadores unarios
    Operadores logicos
    Operadores de Comparacion

  • Operadores unarios
    Operadores de sintaxis
    Operadores de evaluacion

  • Operadores logicos
    Operadores relacionados
    Operadores de Compracion

Explanation

Question 9 of 15

1

¿QUE TIPO DE OPERADOR INCLUYE UNA CLASE DE OPERADORES QUE ACTÚAN SOBRE UN SOLO OPERADOR PARA PRODUCIR UN NUEVO VALOR.?

Select one of the following:

  • Operadores logicos

  • Operadores unarios

  • Operadores de compracion

Explanation

Question 10 of 15

1

¿LOS SIGUIENTES SIMBOLOS (++;--) SON DE INCREMENTO Y DECREMENTO?

Select one of the following:

  • True
  • False

Explanation

Question 11 of 15

1

¿QUE TIPO DE OPERADORES SON AND (&&), OR (||), NOT(!).?

Select one of the following:

  • Operadores logicos

  • Operadores unarios

  • Operadores de Asignacion

Explanation

Question 12 of 15

1

¿QUE OPERADOR SE ENCARGAN DE UNIR Y COMPARAR DOS O MÁS VALORES?

Select one of the following:

  • Operadores unarios

  • Operadores logicos

  • Operadores relacionales

Explanation

Question 13 of 15

1

¿PARA QUE SE UTILIZA ESTE SIMBOLO ( % ) ?

Select one of the following:

  • Se utiliza para la comparacion de valores unarios

  • Se utiliza para calcular el resto del cociente entre dos ENTEROS , y NO puede ser aplicado a variables del tipo char,int .

  • Se utiliza para calcular el resto del cociente entre dos ENTEROS , y NO puede ser aplicado a variables del tipo float ó double .

Explanation

Question 14 of 15

1

LOS OPERADORES LOGICOS NOS PERMITEN UNIR VARIAS COMPRACIONES

Select one of the following:

  • True
  • False

Explanation

Question 15 of 15

1

LOS OPERADORES RELACIONALES SE ENCUENTRAN DENTRO DEL MISMO GRUPO DE PROCEDENCIA, QUE ES MENOR QUE LA DE LOS OPERADORES UNARIOS Y ARITMÉTICOS.

Select one of the following:

  • True
  • False

Explanation