Alexander Chalusia
Quiz by , created more than 1 year ago

Este test es realizado con el fin de evaluar a los jovenes que han aprendido en este quimestre

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

TEST -2ºQUIMESTRE

Question 1 of 20

1

INDIQUE CUAL ES LA EXTRUCTURA DE UN VECTOR?

Select one or more of the following:

  • tipo nombre [tamaño];

  • tipo nombre [ ];

  • tipo tamaño [nombre];

Explanation

Question 2 of 20

1

UN ARRAY ES ES UN IDENTIFICADOR QUE REFERENCIA UN CONJUNTO DE DATOS DEL MISMO TIPO.

Select one of the following:

  • True
  • False

Explanation

Question 3 of 20

1

¿COMO SE ALMACENAN LAS MATRICES EN C?

Select one or more of the following:

  • Se almacenan por filas en posiciones consecutivas de memoria.

  • Se almacena en un conjunto de datos del mismo tipo bajo un nombre de variable común.

  • Se almacena por columnas en posiciones consecutivas de memoria

Explanation

Question 4 of 20

1

¿INDIQUE CUAL ES LA FUNCION DE "INITWINDOW(400,300);"?

Select one or more of the following:

  • Espera a que el usuario presione una tecla

  • Dibuja una línea desde 0,0 hasta 50,50

  • Abre una ventana gráfica de 400x300 pixeles

Explanation

Question 5 of 20

1

ES VERDAD QUE LA LIBRERIA "WINBGIM.H" NOS PERMITE CREAR APLICACIONES GRÁFICAS CON COMPILADORES GNU TALES COMO EL AMBIENTE DE DESARROLLO DEV C++ DE LA MISMA MANERA COMO SE CREAN EN EL COMPILADOR COMERCIAL BORLAND C++.

Select one of the following:

  • True
  • False

Explanation

Question 6 of 20

1

DE QUE OTRA FORMA SE LE CONOCE A UN VECTOR

Select one of the following:

  • Array(arreglo)

  • Variable

  • Constante

Explanation

Question 7 of 20

1

UN VECTOR ES UN ARRAY...?

Select one of the following:

  • Unidimensional

  • Bidimensional

  • Tridimensional

Explanation

Question 8 of 20

1

UNA MATRIZ ES UN ARRAY...?

Select one of the following:

  • Bidimensional

  • Tridimensional

  • Unidimensional

Explanation

Question 9 of 20

1

TODO VECTOR DEBE TENER DEFINIDO UN TIPO DE DATO.

Select one of the following:

  • True
  • False

Explanation

Question 10 of 20

1

TODO VECTOR NECESITA DE UNA DIMENSIÓN O TAMAÑO.

Select one of the following:

  • True
  • False

Explanation

Question 11 of 20

1

DE QUE SE COMPONE UN VECTOR

Select one of the following:

  • Se compone de un determinado número de elementos cada elemento es referenciado por la posición que ocupa dentro del vector.

  • Se compone de constantes y variables

  • Se compone de numeros reles y enteros

Explanation

Question 12 of 20

1

¿COMO SE DECLARA UN VECTOR?

Select one of the following:

  • Se declara la variable nombre como un vector de tipo_elementos que podrá contener largo cantidad de elementos, y cada uno de estos elemento podrá contener un valor de tipo tipo_elemento.

  • Se declara un vector de 128 elementos del tipo double

  • Se declara asignadole valores a los primeros 3 elementos del vector nombre.

Explanation

Question 13 of 20

1

¿CUAL ES LA DIMENSION O EL TAMAÑO EN UNA MATRIZ?

Select one of the following:

  • Es el número filas por el número de columnas.

  • Es el numero de lineas rectas

  • Es el numero de lineas verticales y horizontales

Explanation

Question 14 of 20

1

CON QUE FORMATO SE DECLARA UNA MATRIZ

Select one of the following:

  • <NOMBRE>:matriz [ ][ ] de <TIPO>

  • <NOMBRE>[<INDICE-DE-FILA>][<INDICE-DE-COLUMNA>]

  • <NOMBRE> : matriz [<N>][<M>] de <TIPO>

Explanation

Question 15 of 20

1

ALREDEDOR DE CUANTOS COLORES SOPORTA LA LIBRERIA GRAPHICS.H?

Select one of the following:

  • Soporta alrededor de 16 millones de colores

  • Soporta alrededor de 1 millon de colores

  • Soporta alrededor de 100 colores

Explanation

Question 16 of 20

1

¿CUAL ES LA CARACTERISTICA DE LA INTRUCCION OUTTEXT( )?

Select one of the following:

  • Imprime textos y coordenadas

  • Imprime un mensaje en pantalla

  • Da formato al texto de un tipo de letra

Explanation

Question 17 of 20

1

LA CARACTERISTICA DE LA INSTRUCCION "MOVETO(X,Y)" ES LOCALIZAR EN COORDENADAS X,Y

Select one of the following:

  • True
  • False

Explanation

Question 18 of 20

1

¿PARA INICIAR EL MODO GRAFICO QUE FUNCION SE USA?

Select one or more of the following:

  • int width

  • int height

  • int main();

Explanation

Question 19 of 20

1

¿CUALES SON LOS PASOS PARA INICIAR UN PROGRAMA EN MODO GRAFICO?

Select one of the following:

  • 1 -Crear un nuevo proyecto
    2 -Windows application

  • 1 -Crear un nuevo proyecto
    2 -Console application

  • 1 - Crear un nuevo proyecto
    2 - Seleccionar una aplicación de consola con gráficos

Explanation

Question 20 of 20

1

UNA LIBRERIA GRAFICA NOS SIRVE PARA DIBUJAR LINEAS,CIRCULOS Y ALGUNAS FIGURAS GEOMETRICAS

Select one of the following:

  • True
  • False

Explanation