Topics to be evaluated:
✓ Skill in the use of programming tools
✓ Language: Python
✓ Structures: Sequential. Conditional. Repetitive. Lists
✓ Syntax and language structure
1) Enter lower limit and upper limit i.e. 2 numerical values, show all the numbers between those limits.
EXAMPLE:
Enter the lower limit: 4 Enter upper limit: 15
Range of values: 4-5-6-7-8-9-10-11-12-13-14-15
In addition, it is requested:
a) Sum of values displayed per screen
b) Show how many are even and how many are odd
c) From the range of values displayed per screen indicate number of numbers divisible by 5
d) If the zero value was entered, indicate it in the report
e) Show the number of values in the range shown that are divisible by 1 and by 3 together.
f) Quantity of values within the limits entered
2) Generate parallel lists with the following data
Code Seller Amount sold
001 Juan Pérez $2500
003 María Linares $5600
005 José Castro $1700
… … ..
… … …
It is requested:
1. Enter N amount of data in the lists
2. Show the seller who sold the most
3. Show average sales
4. Show the "Has Prize" message for all sellers with an amount sold greater than $5000
5. Show the total collected by all sellers
TOPICS TO EVALUATE: Vectors and methods EVALUATION CRITERIA:
• Assess the understanding of the topics and the correct use of technical language
• Evaluate the ability to relate theoretical topics to practice
• Overall performance of acquired knowledge
• Code correctly
a) A video club in the province of Córdoba, needs to carry a system where the following data are loaded having as a key the movie code and the other data that accompany it:
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme