ISC Important Programs
Solved Programs:
Pangram, Longest and Shortest Word Program in Java and Python
Pangram, longest word and shortest word program with algorithm, explanation, Java solution and simple Python solution for ISC practical students.
[Question 1] ISC 2020 Computer Practical Paper Solved – Prime Adam Number
Prime Adam Number ISC 2020 practical solved with algorithm, explanation, Java program and equivalent Python code.
Sorting Boundary Elements of a Matrix and Finding Their Sum Program in Java and Python
Boundary elements of a matrix sorted in descending order with sum, algorithm, explanation, Java program and Python code.
[Question 2] ISC 2017 Computer Practical Paper Solved – Quiz Result
ISC 2017 quiz result program solved with algorithm, explanation, Java program and equivalent Python code.
[Question 1] ISC 2019 Computer Practical Paper Solved – Future Date
ISC 2019 future date program solved with algorithm, explanation, Java program and Python code.
[Question 3] ISC 2017 Computer Practical Paper Solved – Caesar Cipher
ISC 2017 Caesar Cipher ROT13 program solved with algorithm, explanation, Java program and Python code.
[Question 1] ISC 2017 Computer Practical Paper Solved – Box Packing
ISC 2017 box packing program solved with algorithm, explanation, Java program and equivalent Python code.
[Question 3] ISC 2016 Computer Practical Paper Solved – Words Beginning and Ending with Vowel
ISC 2016 vowel words program solved with algorithm, explanation, Java program and Python code.
Sorting Non-Boundary Matrix Elements Program in Java and Python
ISC 2016 Question 2 solution to sort the non-boundary elements of a square matrix, display diagonal elements and find their sum.
Circular Prime Program in Java and Python
ISC 2016 Question 1 circular prime solution with algorithm, explanation, Java program and simple Python program.
Calendar Printing Program in Java and Python
Calendar printing program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Arrange Sentences by Number of Words Program in Java and Python
Arrange sentences by word count with algorithm, explanation, Java solution and simple Python solution for ISC students.
Bouncy Number Program in Java and Python
Bouncy Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Fill Matrix with Three Characters Program in Java and Python
Fill matrix with three characters using diagonal and region logic, with algorithm, explanation, Java solution and simple Python solution for ISC students.
Word Potential Sorting Program in Java and Python
Word potential sorting program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Evil Number Program in Java and Python
Evil Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Mobius Function Program in Java and Python
Mobius function program with algorithm, explanation, Java class solution and simple Python solution for ISC students.
Pronic Number Program in Java and Python
Pronic Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Harshad Number Program in Java and Python
Harshad Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Fascinating Number Program in Java and Python
Fascinating Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Anagrams of a Word Program in Java and Python
Anagrams of a word program with algorithm, explanation, Java recursion solution and simple Python solution for ICSE and ISC students.
Binary Search Using Recursion Program in Java and Python
ISC 2015 Question 8 solution to search an admission number using recursive binary search in Java and Python.
Queue Operations Program in Java and Python
Queue insertion and deletion program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Stack Operations Program in Java and Python
Stack push and pop program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Convert First Letter to Uppercase and Count Vowels Program in Java and Python
ISC 2015 Question 3 solution to convert the first letter of each word to uppercase and count vowels and consonants in every word.
Rotate Matrix 90 Degrees Clockwise Program in Java and Python
ISC 2015 Question 2 solution to rotate a square matrix 90 degrees clockwise, display the original matrix and find the sum of the four corner elements.
Smallest Number with Given Digit Sum Program in Java and Python
ISC 2015 Question 1 solution with algorithm, explanation, Java program and simple Python program to find the smallest number greater than M whose digit sum is N.
Lower Triangular Matrix Program in Java and Python
Lower Triangular Matrix program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Upper Triangular Matrix Program in Java and Python
Upper Triangular Matrix program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Scalar Matrix Program in Java and Python
Scalar Matrix program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Diagonal Matrix Program in Java and Python
Diagonal Matrix program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Matrix Multiplication Program in Java and Python
Matrix multiplication program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Remove Duplicate Characters from a Word Program in Java and Python
Remove duplicate characters from a word program with algorithm, explanation, Java solution and simple Python solution.
Saddle Point in Matrix Program in Java and Python
Saddle point in matrix program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Twin Prime Numbers Program in Java and Python
Twin prime numbers program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Merge Two Sorted Arrays Using Objects in Java and Python
Merge two sorted arrays using objects with algorithm, explanation, Java class solution and simple Python solution for ISC students.
Fibonacci String Program in Java and Python
Fibonacci string program with algorithm, explanation, Java class solution and simple Python solution for ISC students.
Composite Magic Number Program in Java and Python
Composite magic number program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Symmetric Matrix Program in Java and Python
Symmetric matrix program with diagonal sums, algorithm, explanation, Java solution and simple Python solution for ISC students.
Remove Word from Sentence Program in Java and Python
Remove word from sentence program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Inward Spiral Matrix Program in Java and Python
Inward spiral matrix variation with boundary-update algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Prime Numbers in 2D Array Program in Java and Python
Prime numbers in 2D array program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
IMEI Check Digit Program in Java and Python
IMEI check digit program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Valid IMEI Number Program in Java and Python
Valid IMEI number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Boundary Elements of 2D Array Program in Java and Python
Boundary elements of 2D array program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Magic Square Matrix Program in Java and Python
Magic square matrix program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Special Fashion Sentence Program in Java and Python
Special Fashion sentence program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Circular Spiral Matrix Program in Java and Python
Circular spiral matrix program with boundary-update algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Date Format Program in Java and Python
Date formatting program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Number in Words Program in Java and Python
Number in words program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Linked List Operations Program in Java and Python
Linked list operations for ISC Computer Science, including traversal, count, sum, search, display, insert at beginning, insert after n nodes, insert at end and delete after n nodes.
Keith Number Program in Java and Python
Keith Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Consecutive Number Sum Combinations Program in Java and Python
Consecutive number sum combinations program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Remove Consecutive Repeated Characters Program in Java and Python
Remove consecutive repeated characters program with algorithm, explanation, Java solution and simple Python solution.
2D Array Sorting Program in Java and Python
2D Array sorting program with algorithm, explanation, Java methods and a simple Python solution for ICSE and ISC students.
Pendulum Arrangement Program in Java and Python
Pendulum arrangement program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Decode Encrypted Code Program in Java and Python
ISC 2003 encrypted code decoding program with algorithm, explanation, Java solution and simple Python solution.
Time in Words ISC Practical 2003 Program in Java and Python
ISC Practical 2003 time in words program with algorithm, explanation, Java solution and simple Python solution.
Reverse Words Without Punctuation Program in Java and Python
Reverse words without punctuation program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Alphabet Frequency Program in Java and Python
Alphabet frequency counting program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Record and Rank Inheritance Program in Java and Python
ISC 2011 inheritance solution using superclass Record and subclass Rank with algorithm, explanation, Java program and simple Python program.
Telephone Bill Inheritance Program in Java and Python
ISC 2012 inheritance solution using superclass Detail and subclass Bill with algorithm, explanation, Java program and simple Python program.
Smith Number Program in Java and Python
Smith number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Perimeter and Area Inheritance Program in Java and Python
ISC 2013 inheritance solution using superclass Perimeter and subclass Area with algorithm, explanation, Java program and simple Python program.
Fibonacci Series Using Recursion Program in Java and Python
ISC 2005 Fibonacci series using recursion solution with algorithm, explanation, Java program and simple Python program.
Decimal to Hexadecimal Conversion Program in Java and Python
Decimal to hexadecimal conversion program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Decimal to Octal Conversion Program in Java and Python
Decimal to octal conversion program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Decimal to Binary Conversion Program in Java and Python
Decimal to binary conversion program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Unique Number Program in Java and Python
Unique Number program with algorithm, explanation, Java solution and simple Python solution for ICSE and ISC students.
Swapping Two Strings Without Third Variable Program in Java and Python
Java and Python program to swap two strings without using a third variable by using concatenation and substring slicing.
Matrix Difference Class Program in Java and Python
ISC 2013 Question 10 matrix difference class solution with algorithm, explanation, Java program and simple Python program.
Difference Between Two Dates Program in Java and Python
Difference between two dates program with algorithm, explanation, Java solution and simple Python solution for ISC students.
Leave a Reply
Your email address will not be published. Comments are reviewed before appearing publicly.