Nombre: Henry Joshua Malavé Pérez
Código: 599
Curso: 1° A
Materia: Fundamentos de Programación
Tema: Algoritmos cualitativos-cuantitativos
1.Realice un algoritmo que permita calcular el área de un cuadrado
solo con ingresar un lado.
Cuantitativa Prueba de Escritorio
1. Inicio
2. Ingresar lado ->A
3. X ->A*A
4. Calcular X
5. Fin
A X
4 4*5= 20
Error
A X
4 4*4= 16
Correcto
2.Realice un algoritmo que solicite al usuario los datos necesarios
para calcular el área de un rombo.
Cuantitativa Prueba de Escritorio
1. Inicio
2. Solicitar -> D, d
3. Leer D
4. Leer d
5. X=(D*d) /2
6. Fin
D d X
10 8 8*10/4
Error
D d X
10 8 10*8/2
Correcto
3.Realice un algoritmo que transforme en grados Fahrenheit a
Celsius
Cuantitativa Prueba de Escritorio
1. Inicio
2. Leer grados °F
3. Calcular formula °C=(°F-
32)5/9
4. Transformación a °C
5. Fin
°F °C
90° C= (90-32) 5/9= 45.2
Error
°F °C
°90 C= (90-32) 5/9= 32.22
Correcto
Nombre: Henry Joshua Malavé Pérez
Código: 599
Curso: 1° A
Materia: Fundamentos de Programación
4.Realice un algoritmo que descomponga un numero ingresado por
el usuario en su parte entera y decimal
Cuantitativa Prueba de Escritorio
1. Inicio
2. Ingresar A
3. Leer A
4. Descomposición de B
5. Fin
A B
60 60 2
30 2 2*2*3*5= 70
15 3
5 5
1
Error
A B
60 60 2
30 2 2*2*3*5= 60
15 3
5 5
1
Correcto
5.Realice un algoritmo que permita calcular el área y perímetro de
un cuadrado al ser ingresado un lado
Cuantitativa Prueba de Escritorio
1. Inicio
2. Ingresar lado -> Y
3. X -> Y*Y
4. C -> Y*4
5. Calcular X, C
6. Fin
Y X C
9 9*9= 72 9*5= 45
Error
Y X C
9 9*9 = 81 9*4= 36
Correcto
6.Realice un algoritmo que solicite al usuario los datos necesarios
para calcular el área de un rombo A= d*d/2
Nombre: Henry Joshua Malavé Pérez
Código: 599
Curso: 1° A
Materia: Fundamentos de Programación
Cuantitativa Prueba de Escritorio
1. Inicio
2. Solicitar -> d1, d2
3. Leer d1
4. Leer d2
5. X=(d1*d2) /2
6. Fin
D1 D2 X
5 7 5/7
Error
D1 D2 X
5 7 (5*7) /2
Correcto
7.Realice un algoritmo que calcule el volumen de un cilindro recto
considerando que V=π 𝑟2
ℎ
Cuantitativa Prueba de Escritorio
1. Inicio
2. Leer -> r
3. Leer -> h
4. Ingresar en -> V=π 𝑟2
ℎ
5. Leer -> V
6. Fin
r h V
4 3 V=3.14 (3)2
(6) = 99.9
Error
r h V
4 3 V=3.14 (4)2
(3) = 150.72
Correcto
8.Realice un algoritmo que calcule el área y perímetro de una
circunferencia conociendo su diámetro
Cuantitativa Prueba de Escritorio
1. Inicio
2. Ingresar Lado -> r
3. A→π𝑟2
ℎ→π (𝐷2
/4)
4. P→πr→2(π) (D/2)
5. Calcular → A, P
6. Fin
r A P
7 3.14 (49/4) =
15.2
2(3,14) (7/4)
= 2.4
Error
r A P
7 3.14 (49/4) =
38,465
2(3.14) (7/2)
=10.99
Correcto
Nombre: Henry Joshua Malavé Pérez
Código: 599
Curso: 1° A
Materia: Fundamentos de Programación
9.Realice un algoritmo que tomando una cantidad expresada en
metros lineales los transforme a su equivalente en kilómetros,
centímetros y milímetros
Cuantitativa Prueba de Escritorio
1. Inicio
2. Ingresar → M
3. Transformar Km
→ M/1000
4. Transformar Cm
→ M*100
5. Transformar
Mm→ M*1000
6. Fin
M Km Cm Mm
50 50/1000=0,005 50*100= 500 50*10000=
50000000
Error
M Km Cm Mm
50 50/1000=0,05 50*100=5000 50*1000=50000
Correcto

More Related Content

PPT
DOCX
Ankita sharma focp
PPT
Functions & Procedures [7]
PPTX
Python project
PPT
Concept of c
DOC
algorithmdivs
PDF
Taller algoritmos cualitativos cuantitativos
PPTX
Python project2
Ankita sharma focp
Functions & Procedures [7]
Python project
Concept of c
algorithmdivs
Taller algoritmos cualitativos cuantitativos
Python project2

What's hot (19)

DOCX
C programming Lab 1
DOCX
Programming fundamentals
PPT
Infix prefix postfix
PDF
c++ exp 1 Suraj...pdf
PPTX
Cse presentation ratul
PPT
Csc1100 lecture03 ch03-pt1-s14
PPT
Csc1100 lecture03 ch03-pt1-s14
PPT
Expression evaluation
DOCX
Computer Architecture and Organization lab with matlab
DOCX
PPT
Circular queues
DOC
Lab manualsahu[et&t]
PDF
Examplelf flowchart
PPTX
Testing lecture after lec 4
PPTX
My lecture infix-to-postfix
DOCX
PDF
Arrays and its properties IN SWIFT
PPTX
2.2 stack applications Infix to Postfix & Evaluation of Post Fix
C programming Lab 1
Programming fundamentals
Infix prefix postfix
c++ exp 1 Suraj...pdf
Cse presentation ratul
Csc1100 lecture03 ch03-pt1-s14
Csc1100 lecture03 ch03-pt1-s14
Expression evaluation
Computer Architecture and Organization lab with matlab
Circular queues
Lab manualsahu[et&t]
Examplelf flowchart
Testing lecture after lec 4
My lecture infix-to-postfix
Arrays and its properties IN SWIFT
2.2 stack applications Infix to Postfix & Evaluation of Post Fix
Ad

Similar to Programacion (20)

DOC
C lab-programs
PDF
Computer P-Lab-Manual acc to syllabus.pdf
PPTX
C Programming: Top Down Design (CSE115/CS1010)
DOCX
Fatima Aliasgher Portfolio
PPTX
C-LOOP-Session-2.pptx
PPTX
How c program execute in c program
DOCX
Spring 2014 CSCI 111 Final exam of 1 61. (2 points) Fl.docx
PDF
Python Manuel-R2021.pdf
PPT
Csphtp1 06
PDF
SPL 6.1 | Advanced problems on Operators and Math.h function in C
PPTX
Csci101 lect01 first_program
PDF
Whats new in ES2019
DOCX
CS3451-INTRODUCTION TO OPERATING SYSTEM-91035556-OS LAB CSE.docx
PDF
Modules and Scripts- Python Assignment Help
DOC
c programing
PDF
C++ in 10 Hours.pdf.pdf
DOCX
Important C program of Balagurusamy Book
PDF
Final DAA_prints.pdf
PDF
Isc computer project final upload last
C lab-programs
Computer P-Lab-Manual acc to syllabus.pdf
C Programming: Top Down Design (CSE115/CS1010)
Fatima Aliasgher Portfolio
C-LOOP-Session-2.pptx
How c program execute in c program
Spring 2014 CSCI 111 Final exam of 1 61. (2 points) Fl.docx
Python Manuel-R2021.pdf
Csphtp1 06
SPL 6.1 | Advanced problems on Operators and Math.h function in C
Csci101 lect01 first_program
Whats new in ES2019
CS3451-INTRODUCTION TO OPERATING SYSTEM-91035556-OS LAB CSE.docx
Modules and Scripts- Python Assignment Help
c programing
C++ in 10 Hours.pdf.pdf
Important C program of Balagurusamy Book
Final DAA_prints.pdf
Isc computer project final upload last
Ad

Recently uploaded (20)

PDF
IT Consulting Services to Secure Future Growth
PPTX
ERP Manufacturing Modules & Consulting Solutions : Contetra Pvt Ltd
PDF
infoteam HELLAS company profile 2025 presentation
PDF
CapCut PRO for PC Crack New Download (Fully Activated 2025)
PDF
SOFTWARE ENGINEERING Software Engineering (3rd Edition) by K.K. Aggarwal & Yo...
PPTX
DevOpsDays Halifax 2025 - Building 10x Organizations Using Modern Productivit...
PPT
3.Software Design for software engineering
PPTX
Airline CRS | Airline CRS Systems | CRS System
PDF
Streamlining Project Management in Microsoft Project, Planner, and Teams with...
PPTX
Chapter_05_System Modeling for software engineering
PDF
IDM Crack 6.42 Build 42 Patch Serial Key 2025 Free New Version
PPTX
Human-Computer Interaction for Lecture 1
PPTX
Viber For Windows 25.7.1 Crack + Serial Keygen
PDF
What Makes a Great Data Visualization Consulting Service.pdf
PPTX
Python is a high-level, interpreted programming language
PPTX
Chapter 1 - Transaction Processing and Mgt.pptx
PDF
Workplace Software and Skills - OpenStax
PDF
Introduction to Ragic - #1 No Code Tool For Digitalizing Your Business Proces...
PDF
BoxLang Dynamic AWS Lambda - Japan Edition
PPTX
Foundations of Marketo Engage: Nurturing
IT Consulting Services to Secure Future Growth
ERP Manufacturing Modules & Consulting Solutions : Contetra Pvt Ltd
infoteam HELLAS company profile 2025 presentation
CapCut PRO for PC Crack New Download (Fully Activated 2025)
SOFTWARE ENGINEERING Software Engineering (3rd Edition) by K.K. Aggarwal & Yo...
DevOpsDays Halifax 2025 - Building 10x Organizations Using Modern Productivit...
3.Software Design for software engineering
Airline CRS | Airline CRS Systems | CRS System
Streamlining Project Management in Microsoft Project, Planner, and Teams with...
Chapter_05_System Modeling for software engineering
IDM Crack 6.42 Build 42 Patch Serial Key 2025 Free New Version
Human-Computer Interaction for Lecture 1
Viber For Windows 25.7.1 Crack + Serial Keygen
What Makes a Great Data Visualization Consulting Service.pdf
Python is a high-level, interpreted programming language
Chapter 1 - Transaction Processing and Mgt.pptx
Workplace Software and Skills - OpenStax
Introduction to Ragic - #1 No Code Tool For Digitalizing Your Business Proces...
BoxLang Dynamic AWS Lambda - Japan Edition
Foundations of Marketo Engage: Nurturing

Programacion

  • 1. Nombre: Henry Joshua Malavé Pérez Código: 599 Curso: 1° A Materia: Fundamentos de Programación Tema: Algoritmos cualitativos-cuantitativos 1.Realice un algoritmo que permita calcular el área de un cuadrado solo con ingresar un lado. Cuantitativa Prueba de Escritorio 1. Inicio 2. Ingresar lado ->A 3. X ->A*A 4. Calcular X 5. Fin A X 4 4*5= 20 Error A X 4 4*4= 16 Correcto 2.Realice un algoritmo que solicite al usuario los datos necesarios para calcular el área de un rombo. Cuantitativa Prueba de Escritorio 1. Inicio 2. Solicitar -> D, d 3. Leer D 4. Leer d 5. X=(D*d) /2 6. Fin D d X 10 8 8*10/4 Error D d X 10 8 10*8/2 Correcto 3.Realice un algoritmo que transforme en grados Fahrenheit a Celsius Cuantitativa Prueba de Escritorio 1. Inicio 2. Leer grados °F 3. Calcular formula °C=(°F- 32)5/9 4. Transformación a °C 5. Fin °F °C 90° C= (90-32) 5/9= 45.2 Error °F °C °90 C= (90-32) 5/9= 32.22 Correcto
  • 2. Nombre: Henry Joshua Malavé Pérez Código: 599 Curso: 1° A Materia: Fundamentos de Programación 4.Realice un algoritmo que descomponga un numero ingresado por el usuario en su parte entera y decimal Cuantitativa Prueba de Escritorio 1. Inicio 2. Ingresar A 3. Leer A 4. Descomposición de B 5. Fin A B 60 60 2 30 2 2*2*3*5= 70 15 3 5 5 1 Error A B 60 60 2 30 2 2*2*3*5= 60 15 3 5 5 1 Correcto 5.Realice un algoritmo que permita calcular el área y perímetro de un cuadrado al ser ingresado un lado Cuantitativa Prueba de Escritorio 1. Inicio 2. Ingresar lado -> Y 3. X -> Y*Y 4. C -> Y*4 5. Calcular X, C 6. Fin Y X C 9 9*9= 72 9*5= 45 Error Y X C 9 9*9 = 81 9*4= 36 Correcto 6.Realice un algoritmo que solicite al usuario los datos necesarios para calcular el área de un rombo A= d*d/2
  • 3. Nombre: Henry Joshua Malavé Pérez Código: 599 Curso: 1° A Materia: Fundamentos de Programación Cuantitativa Prueba de Escritorio 1. Inicio 2. Solicitar -> d1, d2 3. Leer d1 4. Leer d2 5. X=(d1*d2) /2 6. Fin D1 D2 X 5 7 5/7 Error D1 D2 X 5 7 (5*7) /2 Correcto 7.Realice un algoritmo que calcule el volumen de un cilindro recto considerando que V=π 𝑟2 ℎ Cuantitativa Prueba de Escritorio 1. Inicio 2. Leer -> r 3. Leer -> h 4. Ingresar en -> V=π 𝑟2 ℎ 5. Leer -> V 6. Fin r h V 4 3 V=3.14 (3)2 (6) = 99.9 Error r h V 4 3 V=3.14 (4)2 (3) = 150.72 Correcto 8.Realice un algoritmo que calcule el área y perímetro de una circunferencia conociendo su diámetro Cuantitativa Prueba de Escritorio 1. Inicio 2. Ingresar Lado -> r 3. A→π𝑟2 ℎ→π (𝐷2 /4) 4. P→πr→2(π) (D/2) 5. Calcular → A, P 6. Fin r A P 7 3.14 (49/4) = 15.2 2(3,14) (7/4) = 2.4 Error r A P 7 3.14 (49/4) = 38,465 2(3.14) (7/2) =10.99 Correcto
  • 4. Nombre: Henry Joshua Malavé Pérez Código: 599 Curso: 1° A Materia: Fundamentos de Programación 9.Realice un algoritmo que tomando una cantidad expresada en metros lineales los transforme a su equivalente en kilómetros, centímetros y milímetros Cuantitativa Prueba de Escritorio 1. Inicio 2. Ingresar → M 3. Transformar Km → M/1000 4. Transformar Cm → M*100 5. Transformar Mm→ M*1000 6. Fin M Km Cm Mm 50 50/1000=0,005 50*100= 500 50*10000= 50000000 Error M Km Cm Mm 50 50/1000=0,05 50*100=5000 50*1000=50000 Correcto