Welcome to the BCA 2nd Semester repository! This project serves as a comprehensive resource hub for students, compiling all the essential Python programming codes and previous semester examination question papers.
Whether you're studying for exams or looking to practice your coding skills, this repository is designed to help you succeed. 🚀
BCA-2nd-Sem/
├── python-codes/ # 🐍 Grouped by topic (Patterns, Math, Strings, etc.)
└── Questions/ # 📄 Previous semester exam question papers (PDFs)
1. 🐍 Python Codes
A structured collection of Python programs covering foundational to intermediate concepts learned during the 2nd semester. Includes detailed explanations for each code block.
- Pattern printing
- Math module functions
- Number sequences (Fibonacci, Factorial, etc.)
- String manipulation and Lists
- Dictionaries and basic searching/sorting algorithms
A dedicated section containing the questions asked in the previous semester examinations.
- Python Programming 2023
- Computer System Architecture (CSA) 2023
- Linux 2023
- Environmental Science (Env Sc)
This repository is free to use for all students! Feel free to clone the repository, run the codes, and use the questions for your exam preparations.
git clone https://github.com/rajjitlai/BCA-2nd-Sem.git
cd BCA-2nd-SemFound a bug or have an optimization for a code? Contributions are welcome!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Made with ❤️ for students. Happy Coding!