• 1. 
    Visual Basic Studios is an example of _______________________ programming?

  • Object-oriented
  • Natural language
  • Operands
  • Procedural
  • 2. 
    La propiedad ListIndex da el indice del item seleccionado en ese momento. De esta manera, la expresión List1.RemoveItem List1.ListIndex elimina el item que está seleccionado en ese momento.

  • VERDAERO
  • FALSO
  • 3. 
    Option Explicit requires you to declare every variable before its use.

  • True
  • False
  • 4. 
    The term IDE refers to Integrated Development Entertainment

  • True
  • False
  • 5. 
    Keywords in Visual Basic are words that

  • should be used when naming variables.
  • are used to name controls, such as TextBox1, Command2, etc.
  • have special meaning and should not be used when naming variables.
  • are used as prefixes for control names (such as txt, btn, lbl, and lst).
  • 6. 
    Which value for x would make the following condition true: Not (x >= 5)

  • x is equal to 7
  • x is equal to 4
  • x is equal to 5.001
  • x is equal to 5.101
  • 7. 
    ¿Qué es una variable?

  • un valor numerico
  • parte de memoria RAM
  • una letra
  • ninguna de las anteriores
  • 8. 
    What is the output of this flowchart if the time is 6:30 a.m?

  • Take subway and reach school.
  • Take bus and reach school.
  • Take subway, get the bus and reach school.
  • 9. 
    ¿Las propiedades que posee el control CommandButton son prácticamente las que poseen el resto de controles estandar de visual basic?

  • VERDADERO
  • FALSO
  • 10. 
    La propiedad style tiene dos valores, true o false

  • True
  • false
  • 11. 
    El control option puede seleccionar varias opciones

  • VERDADERO
  • FALSO
  • 12. 
    ¿Qué es Visual basic?

  • conjunto de herramientas y otras tecnologías de desarrollo de software basado en componentes para crear aplicaciones
  • lenguaje de programación dirigido por eventos
  • uno de los lenguajes de programación que utiliza una interfaz visual es decir que nos permite programar en un entorno gráfico
  • Todas son correctas
  • 13. 
    Frame es...

  • es un formulario
  • un método que se utiliza como contenedor de otros controles
  • un control que se utiliza como contenedor de otros controles
  • un evento que se utiliza como contenedor de otros controles
  • 14. 
    ¿Para qué sirve Label?

  • agregar texto
  • orientar al usuario sobre la utilidad de los demás controles
  • realizar una operación
  • ninguna de las anteriores
  • 15. 
    Which of the following arithmetic operations has the highest level of precedence?

  • + –
  • * /
  • ^ exponentiation
  • ( )
  • 16. 
    Visual Basic belongs to this type of programming language.

  • Assembly
  • High Level
  • Low Level
  • None of the above
  • 17. 
    El “ELSE” hace que Si(IF) no se cumple la condición anterior, entonces (ELSE) cumpla la nueva que se le impuso.

  • True
  • Fake
Report Question
warning
access_time
  Time