3. Problem Definition - G-division-2022-2023-even/Repo-2 GitHub Wiki
Need statement
Create a bot that will write a given text.
3.1 Question and Answer
| Sl.no | Question | Answer | Objective | Function | Constraint |
|---|---|---|---|---|---|
| 1 | Should the machine be automatic? | Fully automatic except input text uploading | ✅ | ||
| 2 | What is the decided budget? | 5000 | ✅ | ||
| 3 | Should there be an indicator if the process is on going? | No | ✅ | ||
| 4 | What source of power should it consume? | Electricity (eco friendly) | ✅ | ||
| 5 | How many pieces of text should be written at once? | 1 | ✅ | ||
| 6 | What should be the dimensions of the machine? | 2ftx2ftx2ft | ✅ | ||
| 7 | What should the approximate weight be? | As light as possible | ✅ | ||
| 8 | How should the look of the machine be? | Aesthetically pleasing | ✅ | ||
| 9 | What is the time limit to prepare the bot? | 3 months | ✅ | ||
| 10 | What is the source of text | Manual input | ✅ | ||
| 11 | What type of substrate is required for writing? | On a sheet of paper | ✅ | ||
| 12 | Should there be any portability? | Yes | ✅ | ||
| 13 | How should the usage facility be? | As easy as possible | ✅ |
3.2 Basic survey and requirements
3.3 Identifying client's objectives
| Sl no. | Objectives |
|---|---|
| 1 | Fully automatic bot |
| 2 | Lightweight |
| 3 | Economical |
| 4 | Eco-friendly |
| 5 | Portable |
| 6 | Easy to use |
Problem definition version 1.1
Design an automatic ,lightweight, efficient, aesthetically pleasing, economical, eco-friendly, portable, easy to use bot that can write a given text.
3.4 Identifying Constraints
| Sl no. | Constraints |
|---|---|
| 1 | Budget of Rs. 5000 |
| 2 | 1 piece of text at a time |
| 3 | dimensions of 2ftx2ftx2ft |
| 4 | Time limit of 3 months |
Problem Definition version 1.2
Design an automatic ,lightweight, efficient, aesthetically pleasing, economical, eco-friendly, portable, easy to use bot that should be compact within the dimensions 2ftx2ftx2ft under a budget of Rs. 5000 within 3 months of time that can write a given block of text.
3.5 Establishing the Functions
| Sl.no | Functions |
|---|---|
| 1 | Consumes Electricity as power source |
| 2 | Takes manual text as input |
| 3 | Adjusts the pen to proper coordinates after writing a letter |
| 4 | Writes the text on a given sheet of paper |
Problem Definition version 1.3
Design an automatic ,lightweight, efficient, aesthetically pleasing, economical, eco-friendly, portable, easy to use bot that should be compact within the dimensions 2ftx2ftx2ft, under a budget of Rs. 5000 within 3 months of time that can take a manual input text and write it on a sheet of paper.