imeldavelasco16
Quiz by , created more than 1 year ago

Esta es una prueba sobre Visual Basic... Suerte!! :)

37
2
0
imeldavelasco16
Created by imeldavelasco16 almost 8 years ago
Close

Visual Basic

Question 1 of 20

1

Mediante este control podremos realizar tanto la entrada como la salida de datos en nuestras aplicaciones.

Select one of the following:

  • TextBox

  • RadioButton

  • CheckBox

Explanation

Question 2 of 20

1

Visual Basic es un lenguaje de Programacion

Select one of the following:

  • True
  • False

Explanation

Question 3 of 20

1

Un eventos es la acción que realiza el usuario sobre el objeto.

Select one of the following:

  • True
  • False

Explanation

Question 4 of 20

1

Fill the blank spaces to complete the text.

Sub Form_Load()
("Hola Mundo")
End

Explanation

Question 5 of 20

1

Los objetos tienen propiedades

Select one of the following:

  • True
  • False

Explanation

Question 6 of 20

1

¿Cual de los dos es un evento?

Select one of the following:

  • Click

  • Caption

Explanation

Question 7 of 20

1

Selecciona los controles basicos

Select one or more of the following:

  • Text

  • Name

  • DobleClick

  • KeyUp

Explanation

Question 8 of 20

1

Select from the dropdown lists to complete the text.

Public Class ( Form, Class, System )1
Private Sub Button1_( Click, DobleClick, KeyDown )(ByVal sender As System.Object, ByVal e As System.( EventArgs, DragDrop )) Handles Button1.Click
TextBox3.Text = ( Int, String, Integer )(TextBox1.Text) * ( Integer, Int, String )(TextBox1.Text)
End ( Sub, Sender, As )
End Class

Explanation

Question 9 of 20

1

Arrastrar y soltar un determinado objeto

Select one of the following:

  • KeyDown

  • DragDrop

Explanation

Question 10 of 20

1

Nos permite introducir varias líneas de texto

Select one of the following:

  • Alignment

  • Multiline

  • Text

Explanation

Question 11 of 20

1

Font

Select one of the following:

  • Color de letra que tendrá el control

  • Tipo y tamaño que tendrá el control

Explanation

Question 12 of 20

1

Backcolor es el color de letra

Select one of the following:

  • True
  • False

Explanation

Question 13 of 20

1

Selecciona las Propiedades de TextBox

Select one or more of the following:

  • Text

  • Name

  • Mouse Move

  • Click

  • Font

Explanation

Question 14 of 20

1

Para números enteros se utiliza la variable

Select one of the following:

  • Double

  • String

  • Integer

Explanation

Question 15 of 20

1

Para que utilizamos "Dim"

Select one of the following:

  • Nombre de Variable

  • Tipo de Variable

Explanation

Question 16 of 20

1

Para que utilizamos "As"

Select one of the following:

  • Nombre de variable

  • Tipo de variable

Explanation

Question 17 of 20

1

Cual es la función de MsgBox

Select one of the following:

  • Muestra una determinada información, aviso, o pregunta para que el usuario tenga conocimiento de ella y actúe.

  • Valora un dato para que el programa lo ejecute

Explanation

Question 18 of 20

1

Selecciona los eventos de "Button"

Select one or more of the following:

  • Maxlength

  • MouseDown

  • MouseMove

  • Multiline

  • Stretch

Explanation

Question 19 of 20

1

Indica si está presionando o no el botón.

Select one of the following:

  • Value

  • Click

Explanation

Question 20 of 20

1

Caption es el mensaje que aparece a la par de RadioButton o de CheckBox

Select one of the following:

  • True
  • False

Explanation