SlideShare a Scribd company logo
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)

PDF
DOCX
Java Practice Set
PDF
C in 10 Hours learn programming easily.pdf.pdf
PDF
AMCAT_Computer Programming questions and ans
PDF
DOC333-2023-Sep-pythonprogramming-Lec04.pdf
PDF
Practice Exercise Set 1
DOCX
Desarrollo de tarea algoritmos 1°
PPTX
Matlab operators
PDF
algorithm
DOCX
Oop lab assignment 01
PDF
Sasin nisar
PDF
Xi CBSE Computer Science lab programs
DOCX
Important C program of Balagurusamy Book
PDF
Exercise1 java
PDF
09 a1ec01 c programming and data structures
DOCX
CS 6402 – DESIGN AND ANALYSIS OF ALGORITHMS questio
PDF
Python From Scratch (1).pdf
PPT
Algorithm
PPTX
Unit-I Algorithm.pptx
PDF
Course project solutions 2019
Java Practice Set
C in 10 Hours learn programming easily.pdf.pdf
AMCAT_Computer Programming questions and ans
DOC333-2023-Sep-pythonprogramming-Lec04.pdf
Practice Exercise Set 1
Desarrollo de tarea algoritmos 1°
Matlab operators
algorithm
Oop lab assignment 01
Sasin nisar
Xi CBSE Computer Science lab programs
Important C program of Balagurusamy Book
Exercise1 java
09 a1ec01 c programming and data structures
CS 6402 – DESIGN AND ANALYSIS OF ALGORITHMS questio
Python From Scratch (1).pdf
Algorithm
Unit-I Algorithm.pptx
Course project solutions 2019
Ad

Recently uploaded (20)

PDF
CCleaner Pro 6.38.11537 Crack Final Latest Version 2025
PDF
Website Design Services for Small Businesses.pdf
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
Download FL Studio Crack Latest version 2025 ?
PDF
17 Powerful Integrations Your Next-Gen MLM Software Needs
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
PDF
Salesforce Agentforce AI Implementation.pdf
PPTX
Why Generative AI is the Future of Content, Code & Creativity?
PDF
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
PDF
iTop VPN Crack Latest Version Full Key 2025
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
Patient Appointment Booking in Odoo with online payment
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
CapCut Video Editor 6.8.1 Crack for PC Latest Download (Fully Activated) 2025
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Complete Guide to Website Development in Malaysia for SMEs
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
AI-Powered Threat Modeling: The Future of Cybersecurity by Arun Kumar Elengov...
PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
Digital Systems & Binary Numbers (comprehensive )
CCleaner Pro 6.38.11537 Crack Final Latest Version 2025
Website Design Services for Small Businesses.pdf
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Download FL Studio Crack Latest version 2025 ?
17 Powerful Integrations Your Next-Gen MLM Software Needs
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
Salesforce Agentforce AI Implementation.pdf
Why Generative AI is the Future of Content, Code & Creativity?
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
iTop VPN Crack Latest Version Full Key 2025
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Patient Appointment Booking in Odoo with online payment
CHAPTER 2 - PM Management and IT Context
CapCut Video Editor 6.8.1 Crack for PC Latest Download (Fully Activated) 2025
Design an Analysis of Algorithms I-SECS-1021-03
Complete Guide to Website Development in Malaysia for SMEs
wealthsignaloriginal-com-DS-text-... (1).pdf
AI-Powered Threat Modeling: The Future of Cybersecurity by Arun Kumar Elengov...
Computer Software and OS of computer science of grade 11.pptx
Digital Systems & Binary Numbers (comprehensive )

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