0% found this document useful (0 votes)
3 views1 page

Python Programming Basics and Algorithms

This document presents 11 points on basic concepts of algorithms and programming in Python. It requests to develop algorithms in Python to calculate the area of a triangle, the total amount to be paid on a bill including VAT and tip, and to perform the four basic operations and exponentiation with entered numbers. It also asks to state and solve 3 problems related to the career using Python.

Translated by

ScribdTranslations
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Python Programming Basics and Algorithms

This document presents 11 points on basic concepts of algorithms and programming in Python. It requests to develop algorithms in Python to calculate the area of a triangle, the total amount to be paid on a bill including VAT and tip, and to perform the four basic operations and exponentiation with entered numbers. It also asks to state and solve 3 problems related to the career using Python.

Translated by

ScribdTranslations
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Sánchez Rocío Belén IQ commission Tuesday.

Fundamentals of computer science

Practical work Introduction to Programming (Python)

What is an algorithm?
What characteristics should an algorithm possess?
3)Dar dos ejemplos de algoritmos en la vida real.
What is Python?
5) What are variables and how do they work?
6) What are the basic data types in Python?
7) How to assign and display values in a variable?
8) What are conditional structures and how do they work?
9) What are repetitive structures and how do they work?
10) Develop an algorithm in Python that:
a. Request the input of the base and height of a triangle and display how
result on its basis
b. Ask him to enter the amount of the restaurant bill, apply it
21% VAT and 10% tip, and report the total amount to pay.
c. Request the input of two numbers and calculate the 4 operations
basics (addition, subtraction, multiplication, division) and power with
real exponent. The algorithm must display the numbers and the
results.

11) State 3 simple problems related to the career (IQ), that


they can be solved using Python. Solve them

For the development of the exercises, useInvalid text for translation.

You might also like