faq.md (2090B)
1 --- 2 source: 'docs/faq.md' 3 title: '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display:inline; margin-bottom:-2px; margin-right:6px;"><path d="M16 5H3"/><path d="M16 12H3"/><path d="M16 19H3"/><path d="M21 5h.01"/><path d="M21 12h.01"/><path d="M21 19h.01"/></svg> FAQ' 4 --- 5 6 # Frequently Asked Questions (FAQ) 7 8 ## General 9 10 ### 1. What is this project? 11 A live archive of BSc Computer Science practical codes following the WBSU curriculum. 12 13 ### 2. Who created this? 14 **Amit Dutta** 15 16 ### 3. Where is the source code hosted? 17 On GitHub: https://github.com/notamitgamer/bsc 18 19 ### 4. Can I use this code? 20 Yes, it's under the MIT License — use it freely. 21 22 ### 5. Can I copy this for assignments? 23 No. Read it, understand it, then write your own version. 24 25 ## Metadata 26 27 ### 6. What is "Author"? 28 The person credited with writing that particular file — usually the original student contributor. 29 30 ### 7. What is "Repo"? 31 The GitHub repository the file originally came from. 32 33 ### 8. What is "License"? 34 The terms under which you're allowed to use, copy, or modify the code. 35 36 ## Usage 37 38 ### 9. Can I print the code? 39 Yes — use the `View as Raw` button, then print from your browser. 40 41 ### 10. Can I reuse this in projects? 42 Yes, as long as you follow the license terms. 43 44 ### 11. Can I modify the code? 45 Yes, go for it — experimenting and improving is encouraged. 46 47 ## Academic Integrity 48 49 ### 12. What is academic integrity? 50 Doing your own work, honestly — no shortcuts. 51 52 ### 13. Is copying allowed? 53 No. Copying without understanding defeats the point. 54 55 ### 14. What should I do instead? 56 - Read the code 57 - Understand the logic 58 - Rewrite it yourself, from scratch 59 60 ## Technical 61 62 ### 15. Why is something missing? 63 The project is still growing — not everything is uploaded yet. 64 65 ### 16. How often is it updated? 66 Roughly in step with the academic term as it progresses. 67 68 ### 17. Where can I report issues? 69 On GitHub Issues: https://github.com/notamitgamer/bsc/issues