About 4,450,000 results
Open links in new tab
  1. 10th Icse COMPUTER PROJECT of 50 Java Programs

    This document consists of a 50 program Java project file created by a student with help from their teacher. It includes an index and sections on pattern, series, and constructor type programs. Each program is numbered and includes the source code and output for 50 total programs.

  2. Computer Science Projects Free Downloads - Engineer's Planet

    Aug 7, 2024 · Our comprehensive projects page has a wide range of categories that serve different programming and development needs.

  3. Python Projects Class XI & XII Downloads - Engineer's Planet

    Aug 31, 2020 · Python DBMS, SQL, MySQL projects for class 11 and 12. Download source code for practice and get personalized assistance in realtime.

  4. Computer Project File | PDF | Computer File | Computer Program

    Computer-Project-File.docx - Free download as Word Doc (.doc / .docx), PDF File (.pdf), Text File (.txt) or read online for free. This document is a summary of a student project to create a Student Report Card Maker program in C++.

  5. 50+ C/C++ Projects with Source Code - Code with C

    Sep 9, 2023 · 50+ C/C++ Projects with Source Code. A list of projects, mini-projects, games, software and project ideas in C & C++ programming language.

  6. Isc computer project final upload last | PDF - SlideShare

    May 6, 2018 · This document contains the details of a computer science project completed by Tirthanu Ghosh of class 12A. The project contains 30 programs on different topics written in the Java programming language using BlueJ.

  7. Class-12-Computer Science Practical File 2023-24

    The document provides a practical file for a student's Computer Science course listing 17 programming assignments including programs to check for palindromes, calculate grades, and perform file input/output operations.

  8. Projects and Practical Files - cs2study

    PRACTICAL FILE. Unit-wise List of questions; Sample Program file 1; Students’ Uploaded Practical Files; Project. Sample Project 1 (using MySQL Connectivity) Sample Project 2 (using CSV) Sample Project 3 (using Binary file) Students’ Uploaded Projects batch 2020; Students’ Uploaded Projects Batch 2021

  9. Top downloaded projects source code in 2025 - kashipara

    Apr 23, 2013 · These projects are very useful for BE, Btech, MCA, BCA, Computer Science, IT, MSc IT, BSc IT students. We have large collections of projects for student and developers. All the projects have open source that means you can download easily and of course totally free.

  10. Practical File Class XII - Computer Science with Python(083) Program 1: Program to enter two numbers and print the arithmetic operations like +,-,*, /, // and %. Solution: #Program for Arithmetic Calculator result = 0 val1 = float(input("Enter the first value :")) val2 = float(input("Enter the second value :"))