mrosariotepeu.10
Quiz by , created more than 1 year ago

este programa es para saver el estudio en visual basic

11
0
0
mrosariotepeu.10
Created by mrosariotepeu.10 about 8 years ago
Close

Programa

Question 1 of 20

1

¿Existe una actualización de Visual Basic 4.0?

Select one of the following:

  • True
  • False

Explanation

Question 2 of 20

1

chackbox es un evento o un?

Select one of the following:

  • Objeto.

  • Evento

  • Accion

Explanation

Question 3 of 20

1

EL if nos sirve para?

Select one of the following:

  • Tomar Desiciones

  • Seleccionar Objetos

Explanation

Question 4 of 20

1

Cual es la propiedad del textbox para contraseña?

Select one of the following:

  • eneable

  • passwordchar

Explanation

Question 5 of 20

1

para empesar a programar se necesita este codigo
private sub
end sub

Select one of the following:

  • True
  • False

Explanation

Question 6 of 20

1

Como se hace para crear un ciclo en Visual Basic

Select one or more of the following:

  • listBox

  • If

  • While

Explanation

Question 7 of 20

1

Cuando declaramos variables iniciamos con la palabra Dim?

Select one of the following:

  • True
  • False

Explanation

Question 8 of 20

1

La herramienta label sirve para guardar datos ???

Select one of the following:

  • True
  • False

Explanation

Question 9 of 20

1

Para agregar datos a un combo box se utiliza la propiedad

Select one of the following:

  • Items

  • If

  • while

Explanation

Question 10 of 20

1

Un _______ es una acción que realiza el usuario hacia un objeto

Select one of the following:

  • if

  • evento

  • do while

Explanation

Question 11 of 20

1

Por lo general las propiedades de un objeto son datos que tiene valores lógicos como?

Select one of the following:

  • Falso o verdadero

  • continuacion

  • ninguno

Explanation

Question 12 of 20

1

Visual Basic Es un lenguaje de programación que se ha diseñado para facilitar el desarrollo de aplicaciones en un entorno grafico ?

Select one of the following:

  • True
  • False

Explanation

Question 13 of 20

1

Esta bien este codigo

int j=0;
for (j=1; j<=9; i++)
}

Select one of the following:

  • True
  • False

Explanation

Question 14 of 20

1

A los controles que colocamos en un formulario que poseen propiedades, métodos y eventos, se les llaman objetos y a las características propias de esos objetos se les llaman propiedades. Esto es cierto???....

Select one of the following:

  • True
  • False

Explanation

Question 15 of 20

1

Es Textbox.Text es un evento ?

Select one of the following:

  • True
  • False

Explanation

Question 16 of 20

1

Como e le agregan textos a los ComboBox?

Select one or more of the following:

  • Textos

  • Items

  • Ninguno

Explanation

Question 17 of 20

1

cual de los dos es verdadero ?

Select one of the following:

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

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

Explanation

Question 18 of 20

1

cual es el incorrecto?

Select one of the following:

  • Dim m,o,d,c As Integer
    m=TextBox1.Text
    o=TextBox2.Text
    d=TextBox3.Text
    c = m+o+d

  • Dim m,o,d,c As Integer
    m=TextBox1.Text
    o=TextBox2.Text
    d=TextBox3.Text
    c = m+o+d
    TextBox4.Text=c

  • los dos estan bien

Explanation

Question 19 of 20

1

cual es el correcto?

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 = g

Explanation

Question 20 of 20

1

mcgBox.showdialog es para enviar mensajes en pantalla?

Select one of the following:

  • True
  • False

Explanation