ICSE Class 10106 articles

Computer Applications

Prepare for the ICSE Class 10 Computer Applications paper with structured notes, programs, and revision-friendly articles. This hub lists all ICSE Class 10 content—use filters to zoom in on Computer Applications or other subjects.

Subject
Type
Showing 106 of 106 articles
Sample Papers
icse

ICSE computer applications sample paper

Java ICSE computer applications

Trushna Tejwani6 Jan5 min
Sample Papers
icse

ICSE computer applications sample paper

Trushna Tejwani6 Jan5 min
Sample Papers
icse

ICSE computer applications sample paper

Trushna Tejwani6 Jan5 min
Tutorials
icse

ICSE computer applications 2021 question paper with answer key

Trushna Tejwani8 Dec5 min
Sample Papers
icse

ICSE MCQ Computer sample paper Free download

Trushna Tejwani18 Nov5 min
Sample Papers
icse

ICSE MCQ sample paper 9

Trushna Tejwani8 Nov5 min
Sample Papers
icse

ICSE MCQ sample paper 8

Trushna Tejwani8 Nov5 min
Sample Papers
icse

ICSE MCQ sample paper 7

Trushna Tejwani8 Nov5 min
Sample Papers
icse

ICSE sample paper 6

Trushna Tejwani8 Nov5 min
Sample Papers
icse

ICSE java Constructor MCQ

Trushna Tejwani16 Oct5 min
Sample Papers
icse

ICSE sample paper 5

Trushna Tejwani16 Oct5 min
Sample Papers
icse

ICSE sample paper 4(MCQ)

Trushna Tejwani16 Oct5 min
Sample Papers
icse

ICSE solved specimen paper computer application

Trushna Tejwani16 Oct5 min
Sample Papers
icse

ICSE practice paper 3(MCQ)

Trushna Tejwani16 Oct5 min
Sample Papers
icse

ICSE class X practice paper

Trushna Tejwani13 Oct5 min
Sample Papers
icse

ICSE MCQ sample paper 1

Trushna Tejwani6 Oct5 min
Practice Tests
icse

ICSE MCQ (fill in the blanks in a java program)

Trushna Tejwani6 Oct5 min
Practice Tests
icse

ICSE MCQ (Functions)

Trushna Tejwani6 Oct5 min
Practice Tests
icse

ICSE MCQ

Trushna Tejwani22 Sept5 min
Practice Tests
icse

ICSE MCQ

Trushna Tejwani20 Sept5 min
Practice Tests
icse

ICSE MCQ part 6

Trushna Tejwani10 Sept5 min
Practice Tests
icse

MCQ for ICSE computer application part 5

Trushna Tejwani28 Aug5 min
Sample Papers
icse

ICSE MCQ Specimen paper semester I computer application

Trushna Tejwani26 Aug5 min
Practice Tests
icse

MCQ for ICSE computer application part 4

https://wordpress-343193-1101484.cloudwaysapps.com/mcq-for-icse-computer-part-2

Trushna Tejwani26 Aug5 min
Practice Tests
icse

MCQ for ICSE computer application part 3

Trushna Tejwani24 Aug5 min
Tutorials
icse

MCQ for ICSE computer part 2

Trushna Tejwani23 Aug5 min
Tutorials
icse

MCQ for ICSE computer application java

Trushna Tejwani10 Aug5 min
Solved Programs
icse

Series programs 3

https://wordpress-343193-1101484.cloudwaysapps.com/pattern-programs-in-java-4

Trushna Tejwani22 Jul5 min
Sample Papers
icse

ICSE practical sample paper

Design a menu driven program, that accepts an integer and displays the following menu :

Trushna Tejwani22 Apr5 min
Practical Papers
icse

ICSE practical sample paper 7

Input a number to check for palindrome number or Armstrong number. Design a program to create a class special having two functions, one as palin(int a) another as Armstrong(int b)

Trushna Tejwani15 Apr5 min
Sample Papers
icse

ICSE sample paper 2021 computer applications

Trushna Tejwani1 Apr5 min
Sample Papers
icse

ICSE sample paper 2021 Computer applications

This paper is divided into two sections. You are to answer all the questions from section A, and any four from section B.

Trushna Tejwani25 Mar5 min
Sample Papers
icse

ICSE sample paper 2021 Free

Trushna Tejwani18 Feb5 min
Sample Papers
icse

Free ICSE sample paper 2021

Trushna Tejwani25 Jan5 min
Sample Papers
icse

ICSE sample paper 2021 for class X JAVA

Trushna Tejwani18 Jan5 min
Sample Papers
icse

ICSE sample paper 2021: Free download

Trushna Tejwani4 Jan5 min
Sample Papers
icse

Free ICSE sample paper 2021

Trushna Tejwani28 Dec5 min
Practice Tests
icse

A beautiful ICSE class X practice Test

Attempt any two programs [2X10=20]

Trushna Tejwani4 Dec5 min
Solved Programs
icse

A complete program: Delete an element from an array

For String programs clickhttps://wordpress-343193-1101484.cloudwaysapps.com/string-programs-part-5

Trushna Tejwani24 Jun5 min
Solved Programs
icse

A Brilliant Program: Insert an element into an array

For String programs clickhttps://wordpress-343193-1101484.cloudwaysapps.com/count-no-of-palindrome-words-in-a-sentence

Trushna Tejwani23 Jun5 min
Solved Programs
icse

An Awesome program: Common elements in two arrays

import java.io.*; class common { public static void main()throws IOException { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.println("Enter the size of the first array"); int n=Integer.parseInt(br.readLine()); int Arr1[]=new int[n]; System.out.println("Ente

Trushna Tejwani22 Jun5 min
Solved Programs
icse

A priceless Frequency of element in an array program

For more programshttps://wordpress-343193-1101484.cloudwaysapps.com/count-words-start-and-end-with-a-vowel

Trushna Tejwani19 Jun5 min
Solved Programs
icse

An Effortless program Special Number

Write a program to accept a number and print whether it is a special number or not.

Trushna Tejwani31 May5 min
Solved Programs
icse

A basic Keith Number Program

For example M = 197 is a keith number because, 197 has 3 digits, so n = 3 The number(197)appears in the special sequence that has first three terms as 1, 9, 7 and remaining terms evaluated using sum of previous 3 terms. 1, 9, 7, 17, 33, 57, 107, 197, …..

Trushna Tejwani30 May5 min
Solved Programs
icse

Fibonacci Series Program

For other basic java program click the given link. https://wordpress-343193-1101484.cloudwaysapps.com/solved-programs-class-9-beginner

Trushna Tejwani27 May5 min
Solved Programs
icse

A deadly Duck Number

watch java videos here https://www.youtube.com/user/trushnatej

Trushna Tejwani16 May5 min
Solved Programs
icse

An effortless Bubble Sort & Binary Search

Check other java programs https://wordpress-343193-1101484.cloudwaysapps.com/count-no-of-palindrome-words-in-a-sentence(opens in a new tab)

Trushna Tejwani9 May5 min
Tutorials
icse

Array in JAVA

Array is a data structure. It is used to store many values of the same primitive data type or objects.Arrays are used to store multiple values in a single variable, it saves the programmer from declaring separate variables for the values of same data type. Array is a reference data type or user defi

Trushna Tejwani6 May5 min
Tutorials
icse

Wrapper classes in JAVA

Wrapper class is a feature in java that enables a data type to be converted in to an object of a class.This gives the programmer to use a lot of functionalities available in these wrapper classes and make java actually an object oriented programming language. Wrapper class is also helpful to have fu

Trushna Tejwani2 May5 min
Tutorials
icse

Exception handling in java

Exception handling:- Exception is an abnormal condition that occurs in a program at runtime. Generally it terminates the program. Few conditions that raises an exception are divide by zero, file not found, number format exception, array out of bound exception

Trushna Tejwani30 Apr5 min
Tutorials
icse

String handling in JAVA

String handling in java:- A string is a data type used to represent text. It is a set of characters enclosed within double quotes. In java String is a class. There are many functions in this class to provide features that helps in string handling. Here is the list of all functions with their return

Trushna Tejwani24 Apr5 min
Solved Programs
icse

String Programs part 5

import java.io.*; class WordPotential { public static void main()throws IOException { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.println("Enter a sentence"); String str= br.readLine(); str=str+" "; str=str.toUppe

Trushna Tejwani16 Apr5 min
Solved Programs
icse

String programs part 4

Write a program to input a sentence and print the frequency of the double occurrence characters.

Trushna Tejwani15 Apr5 min
Solved Programs
icse

Astonishing Java String Programs part-III

import java.io.*; class Extract { public static void main()throws IOException { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.println("Enter a word"); String wrd= br.readLine(); int len=wrd.length(); for (int i=0;i<

Trushna Tejwani14 Apr5 min
Solved Programs
icse

Sudoku in java

Write a program to check whether a given Sudoku solution is correct or not .

Trushna Tejwani8 Apr5 min
Tutorials
icse

Method Overloading

Method overloading is a feature of java in which one class can have more than one method with the same name but different parameter list(either data type or the number of arguments should be different). * If only return type is different then it can't be considered as function overloading. It can be

Trushna Tejwani2 Apr5 min
Solved Programs
icse

Two strings having same sub string Program

string prrogram to find the substring from strings from the two given strings. if two consecutive letters are same they'll displayed. and the count will print.

Trushna Tejwani30 Mar5 min
Tutorials
icse

An Easy Actual and formal parameters in java

For exampleIn the code given below the concept of actual and formal parameter is used.

Trushna Tejwani29 Mar5 min
Tutorials
icse

Methods/ Functions

Definition of method:- These are also known as functions, procedures, modules, subroutines,sub programs. In simple words it is a collection of statements which are going to perform a particular task. They don't do anything until they are called(executed). They can be used(called)as many number of ti

Trushna Tejwani28 Mar5 min
Tutorials
icse

Constructor

It is a function that has same name as the class name. It can't have any return type , not even void. It is implicitly called whenever an object of a class is called. It is used to initialize the data members of the class

Trushna Tejwani27 Mar5 min
Tutorials
icse

Revision for class X students Array

ICSE computer application revision class x 2020

Trushna Tejwani25 Mar5 min
Tutorials
icse

Revision for class X students

Icse computer application revision classe x 2020

Trushna Tejwani23 Mar5 min
Tutorials
icse

Revision for class X students

After solving all the number programs you can start solving all the patterns given here. Patterns are asked almost every year in the icse computer application paper for 7 or 8 or 15 marks(for 15 marks two patterns can be asked)

Trushna Tejwani24 Feb5 min
Tutorials
icse

Revision for class X students

In class X ICSE computer application paper 60 marks weightage is allocated to programs.

Trushna Tejwani23 Feb5 min
Solved Programs
icse

Twin Prime

Write a program to accept two numbers from the user and print whether they are twin prime number or not. A twin prime is a pair of two numbers that are both prime and their difference is two.

Trushna Tejwani16 Feb5 min
Solved Programs
icse

Frequency of letters

Write a program to accept a string and print the frequency of letters in the given format.

Trushna Tejwani14 Feb5 min
Tutorials
icse

Data types in JAVA

Data types

Trushna Tejwani3 Feb5 min
Solved Programs
icse

Niven and perfect number Solved program

Input a number to check for compositenumber or Niven number. Design a program to create a class perfect having two functions, one as composite(int a) another as Niven(int b)[A composite number has more than two factors]

Trushna Tejwani2 Feb5 min
Solved Programs
icse

A gripping String Bubble sort array program in java

import java.util.*; class StringLinearSearch { public static void main() { Scanner sc=new Scanner(System.in); System.out.println("Enter the size of array between 5 to 20"); int n=sc.nextInt(); String list[]=new String[n]; for(int i=0;i<n;i++) {

Trushna Tejwani31 Jan5 min
Solved Programs
icse

Disarium number Solved program

(Disarium number & reverse a number)

Trushna Tejwani29 Jan5 min
Practical Papers
icse

ICSE computer practical sample paper 6

Example 1:

Trushna Tejwani28 Jan5 min
Practical Papers
icse

ICSE computer practical sample paper 5

Sample Input (1) : London, Sample Output (1) : ONDONLAY

Trushna Tejwani24 Jan5 min
Solved Programs
icse

Binary Search

Write a program to search an element from the array using binary search technique.

Trushna Tejwani23 Jan5 min
Practical Papers
icse

ICSE computer practical sample paper 4

A perfect numbers sum of factors is equal to the number. ]

Trushna Tejwani22 Jan5 min
Practical Papers
icse

ICSE practical sample paper 3

ICSE sample paper computer application

Trushna Tejwani21 Jan5 min
Sample Papers
icse

ICSE sample paper 11: Top questions for free

This paper is divided into two sections. You are to answer all the questions from section A, and any four from section B. Section A(40 marks)Q 1 . [5X2=10]

Trushna Tejwani20 Jan5 min
Solved Programs
icse

Pattern programs in java part 4(Strings): learning made easy

A

Trushna Tejwani13 Jan5 min
Practical Papers
icse

ICSE computer practical sample paper 2

Example 1:

Trushna Tejwani10 Jan5 min
Solved Programs
icse

Pattern programs in java part 1: Simple loop programs

111

Trushna Tejwani1 Jan5 min
Sample Papers
icse

ICSE sample paper 10: Top questions for free

ICSE sample paper This paper is divided into two sections. You are to answer all the questions from section A, and any four from section B. Section A (40 marks) Attempt all questions

Trushna Tejwani28 Dec5 min
Solved Programs
icse

Basic Important Number programs for ICSE part-5

To learn more java programshttps://wordpress-343193-1101484.cloudwaysapps.com/string-programs-part-5

Trushna Tejwani24 Dec5 min
Practical Papers
icse

ICSE computer practical sample paper 1

Trushna Tejwani24 Dec5 min
Tutorials
icse

Class & Object in JAVA

To learn java programs https://wordpress-343193-1101484.cloudwaysapps.com/interface-program

Trushna Tejwani23 Dec5 min
Sample Papers
icse

Free ICSE COMPUTER APPLICATION SAMPLE PAPER 9

Std: X Subject: Computer Max Marks: 100 Section A (40 marks)Q 1. (5x2=10)

Trushna Tejwani23 Dec5 min
Sample Papers
icse

ICSE COMPUTER SAMPLE PAPER 9: Top questions for free

This paper is divided into two sections. You are to answer all the questions from section A, and any three from section B.

Trushna Tejwani23 Dec5 min
Sample Papers
icse

ICSE sample paper 8 computer applications: Top questions for free

Icse sample paper                                 This paper is divided into two sections. You are to answer all the questions from section A, and any four from section B.Section A (40 marks)Q 1.a. Name any four tokens of Java.b. Give the difference between actual parameter and formal parameter.c. W

Trushna Tejwani6 Oct5 min
Solved Programs
icse

An inspiring Array Program

To learn more array programshttps://wordpress-343193-1101484.cloudwaysapps.com/sum-of-boundary-elements-of-a-matrix

Trushna Tejwani22 May5 min
Solved Programs
icse

Beautiful String programs in java part-II

For more programs https://wordpress-343193-1101484.cloudwaysapps.com/https-java4school-com-transpose_of_matrix

Trushna Tejwani22 May5 min
Solved Programs
icse

Number Programs in java part-4

for more java programs https://wordpress-343193-1101484.cloudwaysapps.com/double-dimensional-arraymatrix-programs-part-i

Trushna Tejwani22 May5 min
Solved Programs
icse

Intriguing String Programs part-1

for more string programs https://wordpress-343193-1101484.cloudwaysapps.com/count-words-start-and-end-with-a-vowel

Trushna Tejwani19 May5 min
Solved Programs
icse

Sorting Techniques : Thrilling Array Programs Part1

Bubble sort:- import java.io.*;class Bubblesort{public static void main()throws IOException{BufferedReader br=new BufferedReader(new InputStreamReader(System.in));System.out.println("enter the length of the array");int len=Integer.parseInt(br.readLine());int arr[]=new int[len];int temp=0;for(int i=0

Trushna Tejwani19 May5 min
Solved Programs
icse

Masterful Important Number programs ICSE part-3

For more programs https://wordpress-343193-1101484.cloudwaysapps.com/string-programs-part-iiiicse-computer-applications

Trushna Tejwani19 May5 min
Solved Programs
icse

Number Programs in java ICSE Part-2

import java.io.*;class palindrome{public static void main()throws IOException{BufferedReader br=new BufferedReader (new InputStreamReader(System.in));System.out.println("Give a number");int num=Integer.parseInt(br.readLine());int rem;int n=num;int rev=0;do{rem=num%10;rev=rev*10+rem;num=num/10;}while

Trushna Tejwani18 May5 min
Solved Programs
icse

Unleashed: Important Number Programs for ICSE Part-1

for other number programs click the link https://wordpress-343193-1101484.cloudwaysapps.com/duck-number

Trushna Tejwani18 May5 min
Sample Papers
icse

ICSE sample paper 7 computer application : Top questions for free

Trushna Tejwani14 Jan5 min
Practice Tests
icse

ICSE Practice test 6 class X : Top Questions for free

ICSE Practice test

Trushna Tejwani16 Oct5 min
Practice Tests
icse

ICSE Practice test 4 class X : Top Questions

Question 1  1. Explain the term type casting with its types. [2]2. Define identifier with example; mention 2 naming rules for identifier?[2]3. What is default constructor, and parameterized constructor? [2]4. Differentiate between constructor and method [2]5. Identify (class name, object name, const

Trushna Tejwani25 Sept5 min
Practice Tests
icse

ICSE Practice test 3 class X : Top Questions

Sample Input: 15390Sample output: Sum of digits=18 Define a class student having the following description

Trushna Tejwani25 Sept5 min
Practice Tests
icse

ICSE Practice test 2 class X : Top Questions

Question 2. [15]Define a class Taximeter having the following description:Data members/instance variablesint taxino - to store taxi numberString name - to store passenger's nameint km - to store number of kilometres travelledMember functions:Taximeter()- default constructor to assign default values

Trushna Tejwani25 Sept5 min
Practice Tests
icse

ICSE Practice test 1 class X : Top Questions

Attempt any two programs out of three1. write a menu driven program which accepts (*,/,+,-) and does mathematical operation on the operands entered by the user[use switch case] [15]

Trushna Tejwani25 Sept5 min
Sample Papers
icse

ICSE sample paper computer application : An easy way to revise

This paper is divided into two sections. You are to answer all the questions from section A, and any four from section B.

Trushna Tejwani24 Sept5 min
Sample Papers
icse

An Inspirational ICSE computer application sample paper-5

Trushna Tejwani23 Jul5 min
Sample Papers
icse

ICSE sample paper computer Application: Important questions

ICSE sample paper

Trushna Tejwani23 Jul5 min
Sample Papers
icse

A joyful ICSE computer Application sample paper-3

SUB: COMPUTER                    FOR CLASS X

Trushna Tejwani23 Jul5 min
Sample Papers
icse

A Resourceful ICSE computer Application sample paper-2

This paper is divided into two sections. You are to answer all the questions from section A, and any four from section B.

Trushna Tejwani23 Jul5 min
Sample Papers
icse

ICSE sample paper 2021: Revision made easy

Trushna Tejwani21 Jul5 min