Alexander Chalusia
Quiz by , created more than 1 year ago

Este test es realizado para poder ver la capacidad que han aprendido los alumnos durante el 1º quimestre

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

TEST -1ºQUIMESTRE

Question 1 of 20

1

¿ESCOJA LA RESPUESTA CORRECTA DE LAS SIGUIENTTES DEFINICIONES DEL PSEUCODIGO?

Select one or more of the following:

  • Es comúnmente utilizado por los programadores para omitir secciones de código o para dar una explicación del paradigma que tomó el mismo programador para hacer sus códigos

  • Es un array bidimensional que permite calcular el area del rectangulo

  • Permite editar e incrementar partes del pseucodigo para facilitar de mejor manera al usuario

Explanation

Question 2 of 20

1

¿ESCOJA LAS TRES LIBRERIAS CORRECTAS QUE SE USAN EN EL LENGUAJE C?

Select one or more of the following:

  • scanf
    printf
    switch

  • <Iostream.h>
    <conio.h>
    <stdio.h>

  • getch();
    getche();
    getchar();

Explanation

Question 3 of 20

1

UNA VARIABLE ES CAPAZ DE ALMACENAR DIFERENTES VALORES DURANTE LA EJECUCION DEL PROGRAMA

Select one of the following:

  • True
  • False

Explanation

Question 4 of 20

1

UNA CADENA DE CONTROL QUE CODIGO Y FORMATO TIENE?

Select one of the following:

  • %d (un entero)
    %c (caracter)
    %f (un real)

  • float
    int
    char

  • tipo [nombre];
    tipo nombre[ ];

Explanation

Question 5 of 20

1

LAS FUNCIONES DEFINIDAS POR EL USUARIO SON:
1.-Funciones que no devuelven ningún valor
2.-Funciones que devuelven un valor entero
3.-Funciones que devuelven un valor real
4.-Funciones que no devuelven un valor flotante
5.-Funciones que devuelven valores decimales
6.-Funciones que no devuelven nada

Select one of the following:

  • True
  • False

Explanation

Question 6 of 20

1

¿COMO SE DECLARA UNA LIBRERIA EN EL LENGUAJE C?

Select one of the following:

  • #<conio.h>
    #<stdio.h>
    int main()

  • #include<conio.h>
    #include<stdio.h>
    main() {

  • #include<conio.h>;
    #inlcude<stdio.h>;
    main();

Explanation

Question 7 of 20

1

¿COMO SE DEFINE UN TIPO DE DATO?

Select one of the following:

  • Se define como un conjunto de variables y librerias

  • Se define como un conjunto de valores que puede tener una variables, junto con ciertas operaciones que se pueden realizar con ellas.

  • Se define con una funcion y una variable

Explanation

Question 8 of 20

1

¿CUAL ES EL RANGO MINIMO Y MAXIMO DEL TIPO DE DATO "FLOAT"?

Select one of the following:

  • Minimo:-12
    Maximo:10

  • Minimo:-127
    Maximo:128

  • Minimo:-128
    Maximo:127

Explanation

Question 9 of 20

1

¿CUALES SON LOS TIPOS DE DATOS ENTEROS?

Select one of the following:

  • short, int, y long long

  • float,double,char

  • char,int,float

Explanation

Question 10 of 20

1

PORQUE SE LE DENOMINA TIPO DE DATO FLOTANTE?

Select one of the following:

  • Porque representan a los números reales, ya que utilizan un sistema de representación basado en la técnica de coma flotante, que permite operar con números reales de diversas magnitudes

  • Porque nos permite ingresas datos comunes y simples de diversas magnitudes

  • Porque representan caracteres y permiten ingresar numeros reales

Explanation

Question 11 of 20

1

¿QUE ES UNA VARIABLE LOCAL?

Select one of the following:

  • Es un copilador que genera operadores matematios

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

  • 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.

Explanation

Question 12 of 20

1

¿QUE ES UN OPERADOR EN EL LENGUAJE C?

Select one of the following:

  • Es un copilador que genera operadores matematios

  • Es un simbolo que genera varias cantidades de numeros reales

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

Explanation

Question 13 of 20

1

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

Select one of the following:

  • Operadores unarios
    Operadores de sintaxis
    Operadores de evaluacion

  • Operadores unarios
    Operadores logicos
    Operadores de Comparacion

  • Operadores logicos
    Operadores relacionados
    Operadores de Compracion

Explanation

Question 14 of 20

1

LOS OPERADORES AND (&&), OR (||), NOT(!) SON OPERADORES LOGICOS

Select one of the following:

  • True
  • False

Explanation

Question 15 of 20

1

EL SIMBOLO (%) SE UTILIZA PARA CALCULAR EL RESTO DEL COCIENTE ENTRE DOS ENTEROS , Y NO PUEDE SER APLICADO A VARIABLES DEL TIPO FLOAT Ó DOUBLE .

Select one of the following:

  • True
  • False

Explanation

Question 16 of 20

1

LOS OPERADORES LOGICOS NOS PERMITEN UNIR VARIAS COMPRACIONES

Select one of the following:

  • True
  • False

Explanation

Question 17 of 20

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

Question 18 of 20

1

LA LIBRERIA "STDIO.H" SIRVE PARA CAMBIAR EL FONDO DE PANTALLA ,DAR COLOR AL TEXTO, Y CUANDO TERMINE DE REALIZAR TODAS LAS OPERACIONES LIMPIAR LA PANTALLA (GETCH(), O, GETCHE() ), ENTRE OTRAS.

Select one of the following:

  • True
  • False

Explanation

Question 19 of 20

1

ES NESESARIO AGRERAR UN TIPO DE DATO ESFECIFICO A UNA VARIABLE?

Select one of the following:

  • True
  • False

Explanation

Question 20 of 20

1

¿CUAL ES EL TIPO DE DATO QUE NOS PERMITE REPRESENTAR CARACTERES?

Select one of the following:

  • Tipo de dato-CHAR

  • Tipo de dato-LONG

  • Tipo de dato-INT

Explanation