victorgodoy112
Quiz by , created more than 1 year ago

Esta es una prueba algo detallada sobre Visual Basic

8
0
0
victorgodoy112
Created by victorgodoy112 almost 8 years ago
Close

Cuestionario

Question 1 of 20

2

Es un lenguaje de Programacion desarrollado por Allan Cooper para Microsoft.

Select one or more of the following:

  • Power Point

  • Excel

  • Visual Basic

  • Eclipse

Explanation

Question 2 of 20

2

Es Visual Basic un programa utilizado con lenguaje java

Select one of the following:

  • True
  • False

Explanation

Question 3 of 20

2

Es Visual Basic un lenguaje de programacion orientada a objetos

Select one of the following:

  • True
  • False

Explanation

Question 4 of 20

2

Cual es el Codigo Correcto para la Suma de 2 Valores

Select one of the following:

  • Dim a,b,c As Integer
    a=Textbox1.text
    b=TextBox2.text
    c=a+b
    TextBox3.text=c

  • Dim a,b,c As Integer
    a=TextBox1.text
    b=TextBox2.text
    c=a+b
    TextBox3.text=c

  • Dim a,b,c As Integer
    a=Textbox1.text
    b=TextBox2.text
    c=a-b
    TextBox3.text=c

  • Dim a,b,c As Integer
    a=Textbox1
    b=TextBox2.text
    c=a+b
    TextBox3.text=c

Explanation

Question 5 of 20

2

Como se declara una variable de valor entero.

Select one of the following:

  • Dim a As String

  • Dim a As Double

  • Dim a As Integer

  • Dim a As Boolean

Explanation

Question 6 of 20

2

Se pueden declarar valores enteros en Visual Basic

Select one of the following:

  • True
  • False

Explanation

Question 7 of 20

2

Hay un limite para crear Formularios en Visual Basic

Select one of the following:

  • True
  • False

Explanation

Question 8 of 20

2

Quien es el creador de Visual Basic

Select one of the following:

  • Allan Cooper

  • Jorge Luis Borges

  • Miguel Angel Asturias

Explanation

Question 9 of 20

2

TextBox es:

Select one or more of the following:

  • Evento

  • Objeto

Explanation

Question 10 of 20

2

.show es un objeto

Select one of the following:

  • True
  • False

Explanation

Question 11 of 20

2

Cual de los siguientes es un evento

Select one of the following:

  • Label

  • TextBox

  • click

Explanation

Question 12 of 20

2

Esta Escrito bien
a=TexrBox1

Select one of the following:

  • True
  • False

Explanation

Question 13 of 20

2

Se puede Cambiar el tipo de letra en un formulario

Select one of the following:

  • True
  • False

Explanation

Question 14 of 20

2

El limite de Formulario es de 2

Select one of the following:

  • True
  • False

Explanation

Question 15 of 20

2

Se puede cambiar el color del formulario

Select one of the following:

  • True
  • False

Explanation

Question 16 of 20

2

El objeto GroupBox nos sirve para agrupar objetos como checkBox

Select one of the following:

  • True
  • False

Explanation

Question 17 of 20

2

Si la condicion de un If no se cumple el programa ejecuta la opcion else

Select one of the following:

  • True
  • False

Explanation

Question 18 of 20

2

Si un checkBox es seleccionado, su propiedad checked adquiere el valor true

Select one of the following:

  • True
  • False

Explanation

Question 19 of 20

2

Se le puede cambiar nombre al Formulario

Select one of the following:

  • True
  • False

Explanation

Question 20 of 20

2

Se puede cambiar el color a los botones

Select one of the following:

  • True
  • False

Explanation