Question 1
Question
¿que hace falta ? if (a>b) [blank_start].[blank_end]
Question 2
Question
if textBox1.text="pedro" and texBox2.text="1234" [blank_start].[blank_end]
[blank_start].[blank_end] ("bienvenidos.usuario y contraseña son correctos " )
form2. [blank_start].[blank_end] ()
Answer
-
entonces
-
then
-
{
-
(
-
else
-
mensaje caja
-
MsgBox
-
MsGBoox
-
mientras
-
alerta
-
.focus
-
.import
-
.show
-
.slow
Question 3
Question
¿el siguiente pedazo de codigo es correcto en Visual Basic ?
if textbox1=pedro and textbox2=1234 then
else
msgbox(bienvenidos )
Question 4
Question
¿'en el siguiente pedazo de codigo es correcto?
dim a as double
a= val(textbox1)+val(textbox2)
textbox3.text=a
Question 5
Question
En el lenguaje de Visual Basic la¿ declaracion de variables es correcta ?
doble a ;
int b;
Question 6
Question
Hemos ingresado un boton de limpiar, pero hay distintas maneras de limpiar cajas de texto,comboBox etc.
tenemos varias opciones ¿cuales son las maneras correctas colocar el codigo para limpiar ?
Answer
-
textBox1.text.clear()
-
textBox1.text.clean()
-
textBox1.clear()
-
textBox1.limpiemos ()
-
textBox1.text=""
Question 7
Question
¿como se llama esta herramienta ?
Answer
-
textBox
-
listBox
-
XBox
-
comboBox
Question 8
Question
¿que se crea primero, a la hora de programar en visual basic[blank_start]?[blank_end]
Answer
-
Diseño
-
Las variables
-
las funciones
-
La programacion
Question 9
Question
¿ cual es el nombre de esta herramienta [blank_start]?[blank_end]
Answer
-
menuStrip
-
ListView
-
imageList
-
ListBox
Question 10
Question
codigo para calcular el numero mayor
dim n1,n2 As double
n1=textbox1[blank_start].[blank_end]
n2=texbox2[blank_start].[blank_end]
if n1 [blank_start]n2[blank_end] then
MessageBox[blank_start].[blank_end] ("el numero mayor es" & n1)
else
MessageBox[blank_start].[blank_end] ("el numero mayor es" & n2)
[blank_start]end[blank_end]
[blank_start]end[blank_end]
end class
Answer
-
.text
-
.text
-
>n2
-
.show
-
.show
-
end if
-
end if
Question 11
Question
En la imagen que se le presenta
¿el siguiente lenguaje de programacion pertenece a Visual Basic?
Question 12
Question
¿cual es el nombre de esta herramienta ?
Answer
-
MenuStrip
-
StatuStrip
-
ContextMenuStrip
Question 13
Question
¿ Que muestra la imagen siguiente ?
Question 14
Question
si tenemos como valores en decimales 3.50 y 2.75.
¿las variables que tipo son [blank_start]?[blank_end]
Question 15
Question
¿ que se esta programando en la siguiente imagen [blank_start]?[blank_end]
Answer
-
? mayor
-
menor
-
mayor y menor
-
impar
-
pares e impares
Question 16
Question
complete:
chec[blank_start]k[blank_end]
progres[blank_start]s[blank_end]
combo
Men[blank_start]u[blank_end]
prin[blank_start]t[blank_end]
Answer
-
Box
-
Button
-
View
-
s Box
-
Dialog
-
pointer
-
Bar
-
u Strip
-
Set
-
Timer
-
t form
-
formulario
-
progress
-
list
Question 17
Question
esta escrito correctamente el siguiente codigo;
if radiobutton1.checked=true then
textboxR.text=c
else
textboxC.text=e
end if
end sub
Question 18
Question
¿la propiedad items pertenece a la herramienta listBox?
Question 19
Question
¿se puede programar sobre un boton ?
Question 20
Question
¿Visual Basic es una receta de cocina antigua, creada por la civilizacion maya?