smargaritadeleon
Quiz by , created more than 1 year ago

Es una prueba que sirve para saber o repasar lo aprendido

5
0
0
smargaritadeleon
Created by smargaritadeleon about 8 years ago
Close

test visual basic express

Question 1 of 20

1

Existe una solo versión de Visual Basic?

Select one of the following:

  • True
  • False

Explanation

Question 2 of 20

1

Este código sirve para el boton limpiar el programa

Select one of the following:

  • txtv1.text=[ ]

  • txtv1.text="limpiar

  • txtv1.text=""

Explanation

Question 3 of 20

1

Dim a, As
=txtv1.text
b=.text

Drag and drop to complete the text.

    b
    c
    u
    Integer
    Decimal
    txtv1
    txtv2
    a
    t

Explanation

Question 4 of 20

1

se puede utilizar la función IF?

Select one of the following:

  • True
  • False

Explanation

Question 5 of 20

1

herramienta que permite tener opciones sobre las que el usuario confirma o niega?

Select one or more of the following:

  • checbox

  • optionButon

  • combobox

Explanation

Question 6 of 20

1

Picture, sirve para añadir variables a nuestra pagina?

Select one of the following:

  • True
  • False

Explanation

Question 7 of 20

1

textbox sirve para poner mensajes en la pantalla, pero no son editables por el usuario?

Select one of the following:

  • True
  • False

Explanation

Question 8 of 20

1

las variables nos sirven para:

Select one or more of the following:

  • almacenar valores

  • no se utiliza en visual

  • guardar solo numeros

Explanation

Question 9 of 20

1

Imagen permite incluir una linea en el formulario

Select one of the following:

  • True
  • False

Explanation

Question 10 of 20

1

Select from the dropdown lists to complete the text.

txtnum1.text=( int, As, ad )(txt( v1, v11, v3 ).( text, txt )) + int(txtv2.( text, texto ))

Explanation

Question 11 of 20

1

Select from the dropdown lists to complete the text.

( dim, As, true ) a,b,c ( dim, ad, As ) integer
a=txtv1.text
b=txtv2.text
( f, c, d, a, h )=a+b

if rb1.checked=( tue, true, te ) then
c=a+b
txtr.text=c
end if

( if, else ) rb2.checked=( te, the end, true ) then
c=a-b
txtr.text=c
end ( if, else, sub )

Explanation

Question 12 of 20

1

integer sirve para decir el tipo de nuestra ariable?

Select one of the following:

  • True
  • False

Explanation

Question 13 of 20

1

"Dim" sirve para declarar un vector?

Select one or more of the following:

  • FALSO

  • VERDADERO

Explanation

Question 14 of 20

1

commandbuton permite tener varias opciones de las cuales seleccionar una?

Select one of the following:

  • True
  • False

Explanation

Question 15 of 20

1

Fill the blank spaces to complete the text.

,y,z integer
x=txtv1.text
=txttext
z=txtv1.

Explanation

Question 16 of 20

1

las cajas de herramientas solo existe en visual basic express 2010?

Select one of the following:

  • True
  • False

Explanation

Question 17 of 20

1

visual basic es un programa en donde puedes entrar para programar solo con imagenes y variables?

Select one of the following:

  • FALSO

  • VERDADERO

Explanation

Question 18 of 20

1

B = 4.0R

Drag and drop to complete the text.

    Double
    INTEGER
    carácter
    Dim
    AD
    int
    in
    SA
    As
    el

Explanation

Question 19 of 20

1

Este codigo esta bien escrito?
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim a As Single
Dim b As Single
Dim c As Single
t = TextoBox1.Texto
b = TextoBox2.Texto
c = a + a
Label1.Texto = (a & " + " & b & " = " & c)
End Sub

Select one or more of the following:

  • SI

  • NO

Explanation

Question 20 of 20

1

Sirve para crear una caja de selección que el usuario puede seleccionar fácilmente para indicar si algo es verdadero o falso.

Select one or more of the following:

  • Frame

  • Option Button

  • Text Box

  • Label

  • Ninguna de las anteriores

Explanation