BASIC SHAPES PRESENTATION
mode issy
Created on January 23, 2024
Over 30 million people build interactive content in Genially.
Check out what others have designed:
SUMMER ZINE 2018
Presentation
RACISM AND HEALTHCARE
Presentation
FACTS IN THE TIME OF COVID-19
Presentation
FOOD 1
Presentation
TANGRAM PRESENTATION
Presentation
COUNTRIES LESSON 5 GROUP 7/8
Presentation
STAGE2- LEVEL1-MISSION 2: ANIMATION
Presentation
Transcript
islemmastouri
Olympic diving competition
python code+ results
pseudo-code
flowchart
functionalities
data structure
System presentation
Index
The system created serves as a way to manage the swimmers’ informations and scores in a list/menu-driven application followed by various features. Users interact with the application through a text-based menu. The menu prompts the user to choose an action and then performs the selected operation.
System presentation
Data structure:
The swimmers' data, including names and scores, are likely stored in a list or other data structure that supports easy manipulation (addition, deletion, updating of records).Data: list of lists storing each swimmer’s informations and scores.Infos: list/ vector storing each individual swimmer’s informations like numer and name.
+ info
Functionalities:
changing data: updating an existing data. Delete data: removing existing data. Consultation: view all data in a report-like format. Search: review data for a specific swimmer. Winning swimmer: determine the winner. Save to file: export data to a file. Load data from file: import data from file to system.
Introduction Data: introducing new swimmer’s data.Data generation: automatically fill in the scores and calculating the final score by diregarding the highest and lowest score and calculating the average of the rest. The system are presented in modules and each module is be implimented as a function or procedure.
flowchart :exemple function add data
sequences
Pseudo code
python code + results
changing the swimmers scores
viewing the swimmer's data , scores and final score
Searching a score given by a specific judge:
Selecting the winning swimmer:
saving the data into a file
(calling out the functions declared beforehand)
main procedure
Thanks!