Está en la página 1de 13

Paso 2 – Diseño de Módulos

Estudiante

Carlos Mauricio Vargas Ciceri

Código: 1.117.511.542

Tutor

Jaime Rubiano Llorente

Universidad Nacional Abierta y a Distancia - UNAD

Escuela de Ciencias Básicas, Tecnología e Ingeniería

Ingeniería de Sistemas

Visual Basic Básico

2020
Introduction

This report is made as evidence of the development of the activities corresponding to the

second collaborative work of the basic Visual Basic course, in the open and distance national

university (UNAD).

In the same one the subjects of the second didactic unit of the course are approached

through the detailed revision of the basic structures of programming to which we have access in

Visual Basic. For each programming structure will be revising its syntax, the explanation of its

operation, its flow diagram and a written example.


Objectives

General objective

Recognize the basic programming structures in Visual Studio 2017, as well as their most

relevant features.

Specific objectives

1. Identify the syntax of basic programming structures in Visual Studio 2017.

2. Expose the logical operation of basic programming structures in Visual Studio 2017.

3. Present the flowchart of basic programming structures in Visual Studio 2017.

4. Build examples of basic programming structures in Visual Studio 2017.


Tema 1 Operaciones básicas de programación

Ejercicio 2

Programa para calcular la masa corporal de una persona.

IMC = Peso (kg) / altura (m)2

Ejercicio 5.
Diseñe un programa para calcular el área de las siguientes figuras:

 Triangulo

 Trapecio

 Rectángulo

 Rombo

 Romboide.
Tema 2 Condicionales
Ejercicio 9

Programa para graficar la ecuación cuadrática, La forma ax2 + bx + c = 0 se llama la

forma estándar de una ecuación cuadrática, se debe validar y estar seguros de que la ecuación

tenga esta forma.

Ejercicio 12

Una empresa vende artículos y quiere un programa que le permita calcular en valor de

una venta y que se puede ver el valor del IVA cuando no se discrimina.
Articulo

Valor unitario

Categoría.

Cantidad

Iva

Total, venta

Tener en cuenta:

El IVA se da así:

Categoría A el 15%

Categoría B el 16%

Categoría C el 19%

Se debe mostrar el total a pagar.


Tema 3 Ciclos de programación

Ejercicio 16
Programa que realice las tablas de multiplicación de 1 hasta n. Se debe usar ciclo for.

Ejercicio 17

Diseñar un programa que me permita calcular factorial de un número.


Conclusions

Once this work is completed, it can be said:


The basic programming structures are fundamental tools in the development of any

algorithm within a programming language and greatly facilitate the accomplishment of common

tasks during the programming process.

Visual Basic provides a fairly simple syntax for the implementation of basic

programming structures.

Bibliografy
Rubiano. J. (2016). Material de apoyo unidad 2. Recuperado de:

http://hdl.handle.net/10596/9361

Rubiano, J. (2017). Unidad 2 fundamentos de programación. Recuperado de:

https://repository.unad.edu.co/bitstream/handle/10596/9361/201416_BASIC_Material_ap

oyo_unidad_2.pdf?sequence=1&isAllowed=y

McKeown, J. S. (2010). Programming in Visual Basic 2010: The Very Beginner’s Guide.

Cambridge University Press. Capítulo 5. Recuperado de:

https://bibliotecavirtual.unad.edu.co/login?url=https://search-ebscohost-

com.bibliotecavirtual.unad.edu.co/login.aspx?

direct=true&db=nlebk&AN=313342&lang=es&site=ehost-live&ebv=EB&ppid=pp_144

Rubiano. J. (2018). Estructuras básicas de programación. [OVI].  Recuperado de:

http://hdl.handle.net/10596/22616

Stephens, R. (2010). Visual Basic 2010 Programmer’s Reference. Wrox. Capítulo 18.

Recuperado de: https://bibliotecavirtual.unad.edu.co/login?url=https://search-ebscohost-

com.bibliotecavirtual.unad.edu.co/login.aspx?

direct=true&db=nlebk&AN=310355&lang=es&site=ehost-live&ebv=EB&ppid=pp_369

También podría gustarte