Skip to content
/ UE01 Public

Flowcharts and desk tests for algorithms from the first exercise unit (UE01) in "Software Development 1". Focus: calculations, loops, and conditionals.

License

Notifications You must be signed in to change notification settings

Paroryx/UE01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Software Development Exercises - UE01

📜 Tasks

This exercise focuses on designing algorithms using flowcharts and testing them with desk tests. The tasks include:

1. Sinus Approximation

Calculate an approximation of the sine of an angle between 0° and 180° using Bhaskara's formula.


2. Bus Ticket Price

Calculate the ticket price based on the number of zones traveled, considering a maximum price limit.


3. Negative Power of Two

Calculate 2^(-exponent) iteratively using a loop.


4. Count Digit Occurrences

Determine how often a specific digit occurs in a given number.


📂 Project Structure

/diagrams Contains flowcharts and desk tests for each task


🛠 Tools

  • Diagram Creation: Draw.io
  • Desk Tests: PDFs with a tabular representation of test cases and their results.

📝 License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published