You are on page 1of 32

INSTITUCION EDUCATIVA JOSE ANTONIO GALAN

CUMARAL-META
PLANTILLA DE PRESENTACION DE PROGRAMAS- TERCER PERIODO
PROFESOR: JORGE ALEJANDRO OBANDO BASTIDAS
ESTUDIANTES:
1: ______________________________________________
2: ______________________________________________
Problema planteado
Calcular el iva de 150.000

Algoritmo o diagrama de flujo

Diseo visual del programa

Variables de prueba
Valor de la venta
Iva

Resultados
Valor de la venta 150.000
Iva: 0.16
R=174.000
Nombre
Propiedades

Objetos

Imagen

Label1

Label2

Label3

Label4

Command1

Caption: Digite el costo de la


venta Backolor: &H8000000F&
Font: News706 BT forecolor:
&H00000000&
Backstyle:
transparent
Caption: Digite el Iva ,
Backolor: &H8000000F& Font:
News706
BT
forecolor:
&H00000000&
Backstyle:
transparent
Caption: Esta es el area del
triangulo,
Backolor:
&H8000000F&, Font: MS Sans
Serif, forecolor: &H0000FFFF&
Backstyle: transparente
Nombre:
venta
Backolor:
&H00C0C000&
Caption: valor
Backolor: &H000000C0&
Style: 1-Graphical

Command2

Caption:Terminar
Backolor: &H000000C0&
Style: 1-Graphical

Text1

Nombre: valor
Backolor: &H80000005&

Text2

Cdigo del programa

Nombre: Iva
Backolor: &H80000005&
Private Sub ValorI_Click()
Venta.Caption = Val(Valor.Text) + Val(Iva.Text)
* Val(Valor.Text)
Private Sub Command2_Click()

End
End Sub

INSTITUCION EDUCATIVA JOSE ANTONIO GALAN


CUMARAL-META
PLANTILLA DE PRESENTACION DE PROGRAMAS- TERCER PERIODO
PROFESOR: JORGE ALEJANDRO OBANDO BASTIDAS
ESTUDIANTES:
1: ______________________________________________
2: ______________________________________________
Problema planteado
Hallar el valor de P

Algoritmo o diagrama de flujo

Diseo visual del programa

Resultados

Valor A
Valor B
Valor C
VALOR DE P

Objetos

1
2
2
5
Nombre
Imagen

Propiedades

Label1

Caption: A
Backolor: &H8000000F&
Font: News706 BT
Forecolor: &H00000000&
Backstyle: transparent

Label2

Caption: B
Backolor: &H8000000F&
Font: News706 BT
Forecolor: &H80000012&
Backstyle: transparent

Label3

Caption: C
Backolor: &H8000000F&,
Font: News706 BT
Forecolor: &H80000012&
Backstyle: transparent

Label4

Caption: valor de p
Backolor: &H8000000F&
Font: News706 BT
Forecolor: &H80000012&
Bacstyle: transparent

Label5

Nombre: valor de p
Backolor: &H00008000&

Cdigo del programa

Command1

Caption: valor
Backolor: &H000000C0&
Style: 1-Graphical

Command2

Caption: Terminar
Backolor: &H000000C0&
Style: 1-Graphical

Text1

Nombre: A
Backolor: &H80000005&

Text2

Nombre: B
Backolor: &H80000005&

Text3

Nombre: C
Backolor: &H80000005&

Private Sub Command1_Click()


Resultado.Caption
=
(Val(A.Text)
Val(C.Text)) / 3 + 2 * Val(B.Text)
Private Sub Command2_Click()
End
End Sub

INSTITUCION EDUCATIVA JOSE ANTONIO GALAN


CUMARAL-META
PLANTILLA DE PRESENTACION DE PROGRAMAS- TERCER PERIODO
PROFESOR: JORGE ALEJANDRO OBANDO BASTIDAS
ESTUDIANTES:
1: ______________________________________________
2: ______________________________________________
Problema planteado
Calcular el volumen de un cubo

Algoritmo o diagrama de flujo

Diseo visual del programa

Variables de prueba
Valor del volumen del cubo

Objetos

Resultados
L=2
L=2
R=8
L=2
Nombre
Image

Propiedades

Label1

Label2

Caption:
L
&H8000000F& Font:
Gothic
BT
&H80000012&
transparent

Label3

Caption:
L
Backolor:
&H8000000F& Font: Showcard
Gothic forecolor: &H80000012&
Backstyle: transparent

Label4

Caption:
L
,
Backolor:
&H8000000F&, Font: Showcard
Gothic,
forecolor:
&H80000012&
Backstyle:
transparente

Label 5

Backolor:
Showcard
forecolor:
Backstyle:

Nombre: Volumen del cubo


Font:
Showcard
Gothic
Backolor:
&H00C0C000&forecolor:&H800
00012&
backstyle:
transparente
Nombre: ValorC Font: MS Sans
Serif
Backolor:
&H00FF00FF&
forecolor:
&H80000012&
backstyle: opaque

Command1

Caption: volume l*l*l


Backolor: &H00C0C000&
Style: 1-Graphical

Command2
Caption:Terminar
Backolor: &H0000FF00&
Style: 1-Graphical
Text1

Nombre: text1
Backolor: &H80000005&

Text2

Nombre: text2
Backolor: &H80000005&

Text3

Cdigo del programa

Nombre: text3
Backolor: &H80000005&
Private Sub Command1_Click()
ValorC.Caption
=
Val(Text1.Text)
Val(Text2.Text) * Val(Text3.Text)
Private Sub Command2_Click()
End
End Sub

INSTITUCION EDUCATIVA JOSE ANTONIO GALAN


CUMARAL-META
PLANTILLA DE PRESENTACION DE PROGRAMAS- TERCER PERIODO
PROFESOR: JORGE ALEJANDRO OBANDO BASTIDAS
ESTUDIANTES:
1: ______________________________________________
2: ______________________________________________
Problema planteado
RAIZ

Algoritmo o diagrama de flujo

Diseo visual del programa

Resultados
Valor A
Valor B
Valor C
VALOR DE X ES
Objetos

Nombre
Imagen

Propiedades

Label1

Caption: A
Backolor: &H8000000F&
Font: Stencil
Forecolor: &H00000000&
Backstyle: transparent

Label2

Caption: B
Backolor: &H8000000F&
Font: Stencil
Forecolor: &H80000012&
Backstyle: transparent

Label3

Caption: C
Backolor: &H8000000F&
Font: Stencil
Forecolor: &H80000012&
Backstyle: transparent

Label4

Caption: valor de X es
Backolor: &H8000000F&
Font: Britannic
Forecolor: &H80000012&
Bacstyle: transparent

Label5

Nombre: VALORDEX
Backolor: &H8000000F&
Font: MS Sans Serif
Forecolor: &H80000012&
Bacstyle: 1- opaque

Command1

Caption: valor
Backolor: &H8000000F&
Style: 0- standard

Command2

Caption: Terminar
Backolor: &H8000000F&
Style: 0- standard

Command3

Caption: menu
Backolor: &H8000000F&
Style: 0- standard
Nombre: A
Backolor: &H80000005&

Text1

Cdigo del programa

Text2

Nombre: B
Backolor: &H80000005&

Text3

Nombre: C
Backolor: &H80000005&

Private Sub Command1_Click()


VALORDEX.Caption
=
Val(A.Text)
+
Sqr(Val(B.Text)) - 4 * Val(A.Text) * Val(C.Text) /
2 * Val(A.Text)
End Sub
Private Sub Text1_Change()
End Sub
Private Sub Command3_Click()
MENU.Show
Unload Me
End Sub
Private Sub Form_Load()
End Sub

INSTITUCION EDUCATIVA JOSE ANTONIO GALAN


CUMARAL-META
PLANTILLA DE PRESENTACION DE PROGRAMAS- TERCER PERIODO
PROFESOR: JORGE ALEJANDRO OBANDO BASTIDAS
ESTUDIANTES:
1: ______________________________________________
2: ______________________________________________

Problema planteado
Promedio

Algoritmo o diagrama de flujo

Diseo visual del programa

Variables de prueba
Promedio del estudiante

Objetos

Resultados
N= 3.5
R=3.4
N=4.0
N=2.9
Nombre
Propiedades
Image

Label1

Label2

Caption: Nota de Backolor:


&H8000000F& Font: MS Sans
Serif
BT
forecolor:
&H80000012&
Backstyle:
transparent

Label3

Caption: Nota de Backolor:


&H8000000F& Font: MS Sans
Serif forecolor: &H80000012&
Backstyle: transparent
Caption: Nota de, Backolor:
&H8000000F&, Font MS Sans
Serif, forecolor: &H80000012&
Backstyle: transparente

Label4

Label 5

Nombresu promedio fue Font:


MS
Sans
Serif
Backolor:
&H00C0C000&forecolor:&H800
00012&
backstyle:
transparente
Nombre: PromedioN
Sans
Serif
&H0000FFFF&
&H80000012&
opaque

Command1

Font: MS
Backolor:
forecolor:
backstyle:

Caption: PROMEDIO
Backolor: &H0000C000&
Style: 1-Graphical

Command2
Caption:Terminar
Backolor: &H00C000C0&
Style: 1-Graphical
Text1

Nombre: NOTA1
Backolor: &H80000005&

Text2

Nombre: NOTA2
Backolor: &H80000005&
Nombre: NOTA3
Backolor: &H80000005&

Text3

Cdigo del programa

promedioN.Caption
=
(Val(nota1.Text)
Val(nota2.Text) + Val(nota3.Text)) / 3
Private Sub Command2_Click()
End
End Sub

INSTITUCION EDUCATIVA JOSE ANTONIO GALAN


CUMARAL-META
PLANTILLA DE PRESENTACION DE PROGRAMAS- TERCER PERIODO
PROFESOR: JORGE ALEJANDRO OBANDO BASTIDAS
ESTUDIANTES:
1: ______________________________________________
2: ______________________________________________
Problema planteado
Precio total de los artculos con el IVA

Algoritmo o diagrama de flujo

Diseo visual del programa

Variables de prueba

Resultados

Precio total de los artculos


con el IVA

Objetos

V: 25
V:25 R:116
V:25
V:25
Nombre
Imagen

Label1

Label2

Label3

Label4

Propiedades

Caption: VALOR DEL PRIMER


ARTICULO
Backolor:
&H8000000F& Font: NewsGoth
BT forecolor: &H80000012&
Backstyle: transparent
Caption: VALOR DEL SEGUNDO
ARTICULO
Backolor:
&H8000000F& Font: NewsGoth
BT forecolor: &H80000012&
Backstyle: transparent
Caption: VALOR DEL TERCER
ARTICULO
Backolor:
&H8000000F&, NewsGoth BT
forecolor:
&H80000012&
Backstyle: transparente

Label 5

Nombres VALOR DEL CUARTO


ARTICULO Font: NewsGoth BT
Backolor:
&H8000000F&
forecolor:&H80000012&
backstyle: transparente

Label 6

Nombre: VALOR CON IVA Font


NewsGoth
BT
Backolor:
&H8000000F&
forecolor:
&H80000012&
backstyle:
transparente

Nombre: VALOR TOTAL Font:


MS Sans Serif
backolor:
&H000080FF&
backstlyle:
opaque

Command1

Caption: precio total con IVA


Backolor &H8000000F&
Style: 1-Graphical

Command2
Caption:Terminar
Backolor: &H8000000F&
Style: 1-Graphical
Text1

Text2

Nombre: VALOR2
Backolor: &H80000005&
Forecolor: &H80000008&

Text3

Nombre: VALOR 3
Backolor: &H80000005&
Forecolor: &H80000008&

Text4

Cdigo del programa

Nombre: VALOR1
Backolor: &H80000005&
Forecolor: &H80000008&

Nombre: VALOR 4
Backolor: &H80000005&
Forecolor: &H80000008&

Private Sub Command1_Click()


compra
=
(Val(VALOR1.Text)
Val(VALOR2.Text)
+
Val(VALOR3.Text)
Val(VALOR4.Text))

+
+

iva = (Val(VALOR1.Text) + Val(VALOR2.Text) +


Val(VALOR3.Text) + Val(VALOR4.Text)) * 0.16
VALORTOTAL.Caption = compra + iva
Private Sub Command2_Click()
End
End Sub

INSTITUCION EDUCATIVA JOSE ANTONIO GALAN


CUMARAL-META
PLANTILLA DE PRESENTACION DE PROGRAMAS- TERCER PERIODO
PROFESOR: JORGE ALEJANDRO OBANDO BASTIDAS
ESTUDIANTES:
1: ______________________________________________
2: _____________________________________________

Problema planteado
Definitiva

Algoritmo o diagrama de flujo

Diseo visual del programa

Resultados

Primera nota
Segunda nota
Tercera nota
DEFINITIVA
Objetos

Nombre
Imagen

Propiedades

Label1

Caption: PRIMERA NOTA


Backolor: &H8000000F&
Font: Georgia
Forecolor: &H00000000&
Backstyle: transparent

Label2

Caption: SEGUNDA NOTA


Backolor: &H8000000F&
Font: Georgia
Forecolor: &H80000012&
Backstyle: transparent

Label3

Caption: TERCERA NOTA


Backolor: &H8000000F&
Font: Georgia
Forecolor: &H80000012&
Backstyle: transparent

Label4

Nombre: DF
Backolor: &H8000000A&
Font: MS Sans Serif
Forecolor: &H80000012&
Bacstyle: 1- opaque

Command1

Caption: definitiva
Backolor: &H00FFFF00&
Style: 1- graphical

Command2

Caption: salir
Backolor: &H00FFC0FF&
Style: 1- graphical

Command3

Caption: menu
Backolor: &H00FF0000&
Style: 1- graphical

Cdigo del programa

Text1

Nombre: A
Backolor: &H0080FFFF&

Text2

Nombre: B
Backolor: &H0080FFFF&

Text3

Nombre: C
Backolor: &H0080FFFF&

Private Sub Command1_Click()


DF.Caption = (Val(A.Text) * 0.3) + (Val(B.Text) *
0.4) + (Val(C.Text) * 0.3)
End Sub
Private Sub Command2_Click()
End
End Sub
Private Sub Command3_Click()
MENU.Show
Unload Me
End Sub
Private Sub Form_Load()
End Sub

INSTITUCION EDUCATIVA JOSE ANTONIO GALAN


CUMARAL-META
PLANTILLA DE PRESENTACION DE PROGRAMAS- TERCER PERIODO
PROFESOR: JORGE ALEJANDRO OBANDO BASTIDAS
ESTUDIANTES:
1: ______________________________________________
2: ______________________________________________

Problema planteado
Paralelogramo

Algoritmo o diagrama de flujo

Diseo visual del programa

Introduzca el valor de
Introduzca el valor de altura

Objetos

Nombre
Imagen

Propiedades

Label1

Backolor: &H8000000F&
Forecolor: &H80000012&
Font: News706 BT
Backstyle: o- transparent

Label2

Backolor: &H8000000F&
Forecolor: &H80000012&
Font: News706 BT
Backstyle: o- transparent

Label3

Backolor: &H8000000F&
Forecolor: &H80000012&
Font: News706 BT
Backstyle: o- transparent

Label4

Backolor: &H8000000F&
Forecolor: &H80000012&
Font: MS Sans Serif
Backstyle: o- transparent

Command1

Backolor: &H8000000F&
Font: News706 BT
Mask color: &H00C0C0C0&
Stile; 0- standard

Command2

Backolor: &H8000000F&
Font: News706 BT
Mask color: &H00C0C0C0&
Stile; 0- standard

Text1

Backolor : &H80000005&
Font: MS Sans Serif

Text2

Cdigo del programa

Forecolor: &H80000008&
Drag mode: 0- manual
Private Sub Command1_Click()
AREA.Caption
=
Val(BASE.Text)
Val(ALTURA.Text)
End Sub
Private Sub Label2_Click()
End Sub

INSTITUCION EDUCATIVA JOSE ANTONIO GALAN


CUMARAL-META
PLANTILLA DE PRESENTACION DE PROGRAMAS- TERCER PERIODO
PROFESOR: JORGE ALEJANDRO OBANDO BASTIDAS
ESTUDIANTES:
1: ______________________________________________
2: ______________________________________________

Problema planteado
Nota definitiva

Algoritmo o diagrama de flujo

Diseo visual del programa

Digite

Resultados
Ingresar numero
Resultado

Objetos

Nombre
Imagen

Propiedades

Label1

Cdigo del programa

Caption: Ingresar numero


Backolor: &H8000000F&
Font: ARIAL
forecolor: &H00000000&
Backstyle: 0- Transparent

Label2

Caption: resultado,
Backolor: &H8000000F&
Font: Arial
forecolor: &H00000000&
Backstyle: 0- Transparent

Label3

Nombre: Valor
Backolor: &H00FFFF00&
Font: MS Sans Serif,
forecolor: &H0000FFFF&
Backstyle: 1- opaque

Text1

Nombre: numero
Backolor: &H00FF00FF&

Command1

Caption: valor
Backolor: &H00FF00FF&
Style: 1- graphical

Command2

Caption: terminar
Backolor: &H00FFFF00&
Style: 1- graphical

Command3

Caption: menu
Backolor: &H000080FF&
Style: 1- graphical

Private Sub Command1_Click()


valor.Caption = Val(numero.Text) + Val(numero.Text) *
Val(numero.Text)
+
3
*
Val(numero.Text)
Val(numero.Text) / 2

End Sub
Private Sub Command2_Click()
End
End Sub
Private Sub Command3_Click()
MENU.Show
Unload Me
End Sub
Private Sub Form_Load()
End Sub

INSTITUCION EDUCATIVA JOSE ANTONIO GALAN


CUMARAL-META
PLANTILLA DE PRESENTACION DE PROGRAMAS- TERCER PERIODO
PROFESOR: JORGE ALEJANDRO OBANDO BASTIDAS
ESTUDIANTES:
1: ______________________________________________
2: ______________________________________________
Problema planteado
Nota del estudiante

Algoritmo o diagrama de flujo

Diseo visual del programa

Promedio del estudiante

Resultados
1ra nota
2da nota
3ra nota
4ta nota
5ta nota

Objetos

Nombre
Imagen

final de nota:

Propiedades

Label1

Backolor: &H8000000F&
Forecolor: &H80000012&
Font: News706 BT
Backstyle: o- transparent

Label2

Backolor: &H8000000F&
Forecolor: &H80000012&
Font: News706 BT
Backstyle: o- transparent

Label3

Backolor: &H8000000F&
Forecolor: &H80000012&
Font: News706 BT
Backstyle: o- transparent

Label4

Backolor: &H8000000F&
Forecolor: &H80000012&
Font: News706 BT
Backstyle: o- transparent

Label5

Backolor: &H8000000F&
Forecolor: &H80000012&
Font: News706 BT
Backstyle: o- transparent

Label6

Backolor: &H8000000F&
Forecolor: &H80000012&
Font: News706 BT
Backstyle: o- transparent

Label7

Backolor: &H8000000F&
Forecolor: &H80000012&
Font: MS Sans Serif
Backstyle: o- transparent

Command1

Backolor: &H8000000F&
Font: MS Sans Serif
Mask color: &H00C0C0C0&
Style: 0- standard

Command2

Backolor: &H8000000F&
Font: MS Sans Serif
Mask color: &H00C0C0C0&

Stile; 0- standard
Command3

Text1

Cdigo del programa

Backolor: &H8000000F&
Font: MS Sans Serif
Mask color: &H00C0C0C0&
Stile; 0- standard

Backolor : &H80000005&
Font: MS Sans Serif
Forecolor: &H80000008&
Drag mode: 0- manual

Text2

Backolor : &H80000005&
Font: MS Sans Serif
Forecolor: &H80000008&
Drag mode: 0- manual

Text3

Backolor : &H80000005&
Font: MS Sans Serif
Forecolor: &H80000008&
Drag mode: 0- manual

Text4

Backolor : &H80000005&
Font: MS Sans Serif
Forecolor: &H80000008&
Drag mode: 0- manual

Text5

Backolor : &H80000005&
Font: MS Sans Serif
Forecolor: &H80000008&
Drag mode: 0- manual

Private Sub Command1_Click()


TOTAL.Caption = ((Val(nota1.Text) * 0.2) +
(Val(nota2.Caption) * 0.1) + (Val(nota3.Text) *
0.2) + (Val(nota4.Text) * 0.3) + (Val(nota5.Text)
* 0.2) / 3)

End Sub

Private Sub Form_Load()


End Sub

You might also like