Alexander Chalusia
Quiz by , created more than 1 year ago

libreria

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

Cuestionario

Question 1 of 15

1

¿QUE SON LAS LIBRERIAS EN C?

Select one or more of the following:

  • Son Bibliotecas que nos permiten llevar a cabo diferentes tareas sin necesidad de preocuparnos por o cómo se hacen sino simplemente entender cómo usarlas

  • Son un grupo de archivos que tienen una funcionalidad pre-construida por terceros, y que puede ser usadas por cualquier ejecutable.

  • Son un grupo de funciones que nos permite almacenar datos con el fin de entender y usarlas

Explanation

Question 2 of 15

1

¿QUE LIBRERIA CONTIENE LAS FUNCIONES DE INGRESAR Y MOSTRAR DATOS?

Select one or more of the following:

  • "<stdio.h>"

  • "<iostream.h>"

  • "<conio.h>"

Explanation

Question 3 of 15

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 4 of 15

1

¿COMO SE DECLARA UNA LIBRERIA EN EL LENGUAJE C?

Select one of the following:

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

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

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

Explanation

Question 5 of 15

1

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

Select one of the following:

  • True
  • False

Explanation

Question 6 of 15

1

¿COMO SE DEFINE UN TIPO DE DATO?

Select one of the following:

  • 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

  • Se define como un conjunto de variables y librerias

Explanation

Question 7 of 15

1

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

Select one of the following:

  • Tipo de dato-CHAR

  • Tipo de dato-INT

  • Tipo de dato-LONG

Explanation

Question 8 of 15

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 15

1

¿CUAL ES EL TAMAÑO BITS DEL TIPO DE DATO "INT?

Select one of the following:

  • Tamaño: 32

  • Tamaño:45

  • Tamaño:23

Explanation

Question 10 of 15

1

¿CUALES SON LOS TIPOS DE DATOS ENTEROS?

Select one of the following:

  • char,int,float

  • short, int, y long long

  • float,double,char

Explanation

Question 11 of 15

1

CADA TIPO DE DATO ENTERO CUANTO PUEDE ESTAR OCUPANDO DE MEMORIA

Select one of the following:

  • Llega a ocupar de 1byte hasta 8 bytes en memoria

  • Llega a ocupar de 1gb hasta 8 gb en memoria

  • Llega a ocupar de 1byte hasta 10bytes en memoria

Explanation

Question 12 of 15

1

PORQUE SE LES DENOMINA FLOTANTES A LOS TIPOS DE DATOS?

Select one of the following:

  • Porque representan caracteres y permiten ingresar numeros reales

  • 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

Explanation

Question 13 of 15

1

¿CUALES SON LOS TIPOS DE DATOS FLOTANTES?

Select one of the following:

  • Son float y double

  • Son int y double

  • Son double y long

Explanation

Question 14 of 15

1

PARA QUE SE LOS PUEDE UTILIZAR LOS TIPOS DE DATOS FLOTANTES?

Select one of the following:

  • Se los utiliza para representar números decimales, como para representar números enteros con un orden de magnitud muy grande.

  • Se los utiliza para representar numeros reales y caracteres

  • Se los utiliza para representar numeros decimales y numeros reales

Explanation

Question 15 of 15

1

¿CUALES SON LOS TIPOS DE DATOS CARACTERES Y PARA QUE SE UTILIZA?

Select one of the following:

  • Son "double" y se utiliza para representar los 256 caracteres de la tabla de caracteres del sistema.

  • Son "int" y se utiliza para representar los 256 caracteres de la tabla de caracteres del sistema.

  • Son "char" y se utiliza para representar los 256 caracteres de la tabla de caracteres del sistema.

Explanation