Frequently Asked Questions (FAQ)¶
General¶
1. What is this project?¶
A live archive of BSc Computer Science practical codes following the WBSU curriculum.
2. Who created this?¶
Amit Dutta
3. Where is the source code hosted?¶
On GitHub: https://github.com/notamitgamer/bsc
4. Can I use this code?¶
Yes, under the MIT License.
5. Can I copy this for assignments?¶
No. You should understand and rewrite the logic.
Difficulty System¶
6. What is the difficulty score?¶
A number from 1 to 10 indicating program complexity.
7. Is the score accurate?¶
Not always. It is an automated estimation.
8. Why is my simple code marked Advanced?¶
It may contain keywords like pointers or recursion.
9. Why is R code missing difficulty?¶
Difficulty scoring is currently only implemented for C.
10. How is difficulty calculated?¶
Using keyword detection, code size, and structure analysis.
Concepts Section¶
11. What is the Concepts section?¶
It lists detected programming concepts (like loops, arrays, recursion).
12. Is it always correct?¶
No. It is a beta feature.
13. Why are concepts wrong sometimes?¶
Because detection is based on patterns, not full understanding.
Metadata¶
14. What is "Author"?¶
The person who wrote the code.
15. What is "Repo"?¶
The original source repository of the file.
16. What is "License"?¶
It defines how the code can be used.
Usage¶
17. Can I print the code?¶
Yes. Use the Raw button and print from your browser.
18. Can I reuse this in projects?¶
Yes, but follow the license terms.
19. Can I modify the code?¶
Yes. You are encouraged to experiment and improve.
Academic Integrity¶
20. What is academic integrity?¶
It means doing your own work honestly.
21. Is copying allowed?¶
No. Copying without understanding is discouraged.
22. What should I do instead?¶
- Read the code
- Understand the logic
- Rewrite it yourself
Technical¶
23. Why is something missing?¶
The project is continuously updated.
24. How often is it updated?¶
As the academic journey progresses.
25. Where can I report issues?¶
On GitHub Issues: https://github.com/notamitgamer/bsc/issues