Programming271 articles

Java Programming

Tutorials, solved programs, and exam resources for ICSE & ISC students — all in one place.

Board
Class
Type
Showing 271 of 271 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
Solved Programs
isc

ISC Computer Practical programs

Trushna Tejwani8 Jan5 min
Tutorials
icse

ICSE computer applications 2021 question paper with answer key

Trushna Tejwani8 Dec5 min
Sample Papers
isc

ISC MCQ computer science sample papers free download

Trushna Tejwani18 Nov5 min
Sample Papers
icse

ICSE MCQ Computer sample paper Free download

Trushna Tejwani18 Nov5 min
Practice Tests
isc

ISC MCQ practice paper

Trushna Tejwani8 Nov5 min
Sample Papers
isc

ISC MCQ sample paper 5

Trushna Tejwani8 Nov5 min
Sample Papers
isc

ISC MCQ sample paper 4

Trushna Tejwani8 Nov5 min
Sample Papers
isc

ISC MCQ sample paper 3

Trushna Tejwani8 Nov5 min
Sample Papers
isc

ISC MCQ sample paper 2

Trushna Tejwani8 Nov5 min
Sample Papers
isc

ISC MCQ sample paper 1

Trushna Tejwani8 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
isc

ISC MCQ

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
isc

ISC MCQ

Trushna Tejwani26 Sept5 min
Practice Tests
icse

ICSE MCQ

Trushna Tejwani22 Sept5 min
Practice Tests
icse

ICSE MCQ

Trushna Tejwani20 Sept5 min
Practice Tests
isc

ISC MCQ Boolean algebra

Trushna Tejwani17 Sept5 min
Practice Tests
isc

ISC MCQ Computer Science- 3 marks questions

Trushna Tejwani12 Sept5 min
Practice Tests
icse

ICSE MCQ part 6

Trushna Tejwani10 Sept5 min
Practice Tests
icse

Practise paper for class IX

Trushna Tejwani9 Sept5 min
Practice Tests
isc

MCQ for ISC Computer science part 2

Trushna Tejwani2 Sept5 min
Sample Papers
isc

ISC specimen paper for semester I (MCQ) computer science

Trushna Tejwani28 Aug5 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
isc

MCQ for ISC computer science

Class X MCQ JAVA

Trushna Tejwani20 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
Solved Programs
icse

Series programs part 2

Write a program to print the following series.

Trushna Tejwani19 Jul5 min
Practice Tests
icse

ICSE class IX computer practice test 7

Q A. Fill in the blanks

Trushna Tejwani17 Jul5 min
Solved Programs
isc

ISC 2020 solved program (Object passing as an argument)

import java.util.*; class Mix { scanner sc=new scanner(system.in); int len; string wrd; Mix() { len=0; wrd=""; } void feedword() { system.out.println("enter a word"); wrd=sc.next(); } void mix_word(mix a, mix b) { st

Trushna Tejwani15 Jul5 min
Solved Programs
isc

ISC 2012 Object passing program

A class Combine contains an array of integers which combines two arrays into a single array including the duplicate elements, if any, and sorts the combined array. Some of the members of the class are given below:

Trushna Tejwani14 Jul5 min
Tutorials
isc

Array address Calculation Single and double dimensional array

Single dimensional arrayAddress=B+W (I-L) B=base addressW=size of the elementI=index of the element whose address is to be calculatedL=Lower boundary of the array

Trushna Tejwani13 May5 min
Solved Programs
icse

Programs for beginners class IX

Write a menu driven program using switch case statement that outputs the results of the following evaluation based on the number entered by the user

Trushna Tejwani3 May5 min
Solved Programs
icse

Java programs for beginners

A computer salesman gets commission on the following basis:Sales Commission RateRs. 0 - 20,000 3%Rs. 20,000 - 50,000 12%Rs. 50,001 and more 31%Write a program to accept the sales as input, calculate and print his

Trushna Tejwani29 Apr5 min
Solved Programs
isc

Binary search with Recursion

Trushna Tejwani26 Apr5 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
Solved Programs
icse

Java Programs for beginners

Write a program to, compute the railway fare depending on the criteria as given

Trushna Tejwani19 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
Solved Programs
isc

Fascinating Number program Solved ISC practical 2021 Question 1

Trushna Tejwani14 Apr5 min
Solved Programs
isc

Solved ISC practical 2021 Question 3

Trushna Tejwani13 Apr5 min
Practical Papers
isc

ISC computer practical paper 2021

Trushna Tejwani12 Apr5 min
Sample Papers
isc

ISC class XI sample paper 2021

Answer all questions in Part I (compulsory) and six questions from Part-II, choosing two questions from Section-A, two from Section-B and two from Section-C.All working, including rough work, should be done on the same sheet as the rest of the answer.The intended marks for questions or parts of ques

Trushna Tejwani12 Apr5 min
Sample Papers
icse

ICSE sample paper class 9

Section A (40 marks) compulsory questions

Trushna Tejwani8 Apr5 min
Sample Papers
isc

ISC sample paper 2021

ISC sample paper 2021

Trushna Tejwani5 Apr5 min
Sample Papers
icse

ICSE sample paper 2021 computer applications

Trushna Tejwani1 Apr5 min
Solved Programs
isc

Saddle point program

Write a program in Java to input the size of a square matrix from the user. Then allow the user to fill the matrix with integers. Now do the following:

Trushna Tejwani29 Mar5 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
Solved Programs
isc

Circular shift program

Circular shiftA class Circular has been signed to print a set of elements in a circular fashion. For example, if input is 1, 2,3,4 output should be:1,2,3,44,1,2,33,4,1,22,3,4,1Class name: CircularShiftData members/ instance variables:list[ ]: store the elementssize: to store the number of elements

Trushna Tejwani22 Mar5 min
Solved Programs
isc

ISC computer practical 2019 solved Question 2

Write a program to declare a single dimensional array al ] and a square matrix b[ ] ofsize N. where >2 and N<10. Allow the user to input positive integers into the single dimensional array Perform the following tasks on the matrix:(a) Sort the elements of the single dimensional array in ascending or

Trushna Tejwani18 Mar5 min
Solved Programs
isc

Initials of string : Recursive Program

A class Initials Print has been defined to print the initials of the name. Some of the members of the class are given below:Class name : InitialsPrintData members/instance variables:String initials : to store the initials of the nameMember functions:initialsPrint(): constructor to assign blank to in

Trushna Tejwani15 Mar5 min
Solved Programs
isc

ISC 2020 program: Convert day number to date

isc 2020 program Design a class Convert to find the date and the month from a given day number for a particular year. Example: If day number is 64 and the year is 2020, then the corresponding date would be: March 4, 2020 i.e. (31 + 29 + 4 = 64).Some of the members of the class are given below:

Trushna Tejwani11 Mar5 min
Practice Tests
isc

ISC practice test class XI: Best questions

Trushna Tejwani8 Mar5 min
Solved Programs
isc

Words that start and end with a vowel program: ISC 2016 program

Write a program to accept a sentence which may be terminated by either’.’, ‘?’or’!’ only. The words may be separated by more than one blank space and are in UPPER CASE.

Trushna Tejwani4 Mar5 min
Practice Tests
isc

ISC practice test for class XI: Best questions

Trushna Tejwani1 Mar5 min
Practice Tests
icse

ICSE practice paper for class 9

Trushna Tejwani25 Feb5 min
Tutorials

An easy Bouncy Number in java

In an increasing integer the first digit will be smaller than rest of the digits. For example, 1234 and 14779 are both increasing integers. In an decreasing integer the first digit will be bigger than rest of the digits. For example, 4321 and 9731 are both decreasing integers.

Trushna Tejwani22 Feb5 min
Sample Papers
icse

ICSE sample paper 2021 Free

Trushna Tejwani18 Feb5 min
Solved Programs
isc

Circular Prime number : An easy ISC practical 2016

A number is said to be prime if it has only two factors I and itself.Example:131311113Hence, 131 is a circular prime.Test your program with the sample data and some random data:

Trushna Tejwani15 Feb5 min
Solved Programs
isc

Magic number program

Trushna Tejwani11 Feb5 min
Solved Programs
isc

Smith Number: simple & Easy

import java.io.*; class SmithNumber { static int s=0; public static int sumdig(int n) { if(n==0) { return 0; } else { int d=n%10; return(d+sumdig(n/10)); } } static int sum=0; public static in

Trushna Tejwani8 Feb5 min
Solved Programs
isc

Queue : An easy Data Structure in java

import java.io.*; public class Queue { int Q[]; int size; int front; int rear; Queue(int cap) { size = cap; Q = new int[size]; front = 0; rear = 0; } void insert(int v) { if(rear == size) { System.out.pr

Trushna Tejwani4 Feb5 min
Sample Papers
isc

Free ISC JAVA sample paper for class XII 2021

Trushna Tejwani1 Feb5 min
Solved Programs
isc

Highly Effective Data Structure : Stack

import java.io.*; class Stack { static int ST[],size,top; Stack() { size=0; top=-1; } Stack(int cap) { size=cap; ST=new int[size]; top=-1; } static void push(int n) { if(top==size-1) { System.out.println("Overflow"); } else { top+=1; ST[top]=n; } } static int pop() { if(top==-1) { System.out.printl

Trushna Tejwani28 Jan5 min
Sample Papers
icse

Free ICSE sample paper 2021

Trushna Tejwani25 Jan5 min
Solved Programs
isc

Rotate a Matrix by 90 degree

import java.io.*; class RotateMatrix { int r; int Arr[][]; int NewA[][]; void fill_array()throws IOException { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.println("Enter the order of the matrix"); r=Integer.parseInt(

Trushna Tejwani21 Jan5 min
Sample Papers
icse

ICSE sample paper 2021 for class X JAVA

Trushna Tejwani18 Jan5 min
Solved Programs
isc

An authentic Adam Number program

import java.io.*; class Adam { static int rev(int num) { int rev=0; while(num!=0) { int rem=num%10; rev=rev*10+rem; num=num/10; } return rev; } static int sq(int a) { int sq_a=a*a

Trushna Tejwani14 Jan5 min
Sample Papers
icse

Free ICSE JAVA sample paper for class IX

Trushna Tejwani11 Jan5 min
Solved Programs
isc

ISC 2018 Practical: Gold Bach Number Program

A Gold Bach number is a positive even integer that can be expressed as the sum of two odd primes.Note: All even integer numbers greater than 4 are Gold Bach numbers.Example:6 = 3 + 310 = 3 + 710 = 5 + 5Hence, 6 has one odd prime pair 3 and 3. Similarly, 10 has two odd prime pairs, i.e. 3, 7 and 5, 5

Trushna Tejwani7 Jan5 min
Sample Papers
icse

ICSE sample paper 2021: Free download

Trushna Tejwani4 Jan5 min
Sample Papers
isc

Free ISC sample paper 2021

Trushna Tejwani31 Dec5 min
Sample Papers
icse

Free ICSE sample paper 2021

Trushna Tejwani28 Dec5 min
Sample Papers
isc

Free ISC sample paper 2021

Trushna Tejwani24 Dec5 min
Sample Papers
isc

Free ISC JAVA sample paper for class XI

Trushna Tejwani21 Dec5 min
Solved Programs
isc

Sum of the digits: An intriguing Recursion program

import java.util.*; class Recur { int sum=0; int sumofdigits(int num) { if(num>0) { int r=num%10; sum+=r; sumofdigits(num/10); } return sum; } public static void main() { Scanner sc=new Scanner(Syst

Trushna Tejwani21 Dec5 min
Solved Programs
isc

A Strong MatRev program ISC 2019 Object passing

Design a class MatRev to reverse each element of a matrix. Example:

Trushna Tejwani17 Dec5 min
Sample Papers
isc

Free ISC sample paper 2021

Trushna Tejwani14 Dec5 min
Solved Programs
isc

A Wonderful Hourglass Program

import java.io.*; class Hourglass { public static void main()throws IOException { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.println("Enter the row and column number for the matrix"); int r=Integer.parseInt(br.readLine());

Trushna Tejwani11 Dec5 min
Solved Programs
isc

A Sensational Circular Matrix program

import java.io.*; class Circular { public static void main()throws IOException { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.println("Enter the length of the double dimensions-rows&columns-- ONLY ONE DIGIT IS TO BE ENTERED FOR BOTH"); int r=Integer.

Trushna Tejwani9 Dec5 min
Practice Tests
isc

ISC class XI practice test 1: Interesting way to learn

ISC class XI practice testPart I (20 marks)Q 1. Perform the following conversions (Step by step working has to be written in the answer paper)

Trushna Tejwani5 Dec5 min
Practice Tests
icse

A beautiful ICSE class X practice Test

Attempt any two programs [2X10=20]

Trushna Tejwani4 Dec5 min
Practice Tests
icse

ICSE class ix computer practice test 6

This practice paper contains the basic concepts of java like features of java, OOPs concepts, Java compilation, object and class.

Trushna Tejwani3 Dec5 min
Tutorials
icse

Object Oriented Programming: Unleashed

Trushna Tejwani23 Jul5 min
Tutorials
isc

Number Conversions : Important for ISC Class XI

Trushna Tejwani26 Jun5 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
isc

A superb Pendulum array program

For other posts related to array click https://wordpress-343193-1101484.cloudwaysapps.com/array-programs-part-1-icse-computer-applications

Trushna Tejwani19 Jun5 min
Solved Programs
isc

Interesting Merge two array program

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

Trushna Tejwani15 Jun5 min
Tutorials
isc

Astonishing Insertion sort in an array

For other sorting programs clickhttps://wordpress-343193-1101484.cloudwaysapps.com/array-programs-part-1-icse-computer-applications

Trushna Tejwani14 Jun5 min
Solved Programs
icse

Operators in JAVA: Learn in an easy way

class operators { public static void main() { int a=10; int b=2; int sum=a+b; int subtract=a-b; int product=a*b; int divide=a/b; int modulus=a%b; System.out.println("The sum is "+sum); System.out.println("The minus of a & b is "+subtract); System.out.printl

Trushna Tejwani13 Jun5 min
Solved Programs
icse

A beautiful Pythagorean Triple Program

For Java tutorials click the linkhttps://wordpress-343193-1101484.cloudwaysapps.com/wrapper-classes-in-java

Trushna Tejwani9 Jun5 min
Solved Programs
icse

A delightful Automorphic number

For other java programs clickhttps://wordpress-343193-1101484.cloudwaysapps.com/patterns-part-4strings

Trushna Tejwani8 Jun5 min
Solved Programs
icse

A dazzling Armstrong Number Program

import java.io.*; public class ArmstrongNumber //number = the sum of the cubes of the digits e.g., 153 { public static void main() throws IOException { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.println("Enter a number"); int num=Integer.parseI

Trushna Tejwani6 Jun5 min
Solved Programs
icse

An Efficient Kaprekar Number

For string programs click the given link https://wordpress-343193-1101484.cloudwaysapps.com/string-programs-part-5

Trushna Tejwani5 Jun5 min
Sample Papers
icse

ICSE sample paper class 9 Computer: Top questions for free

Section A (20 marks)

Trushna Tejwani4 Jun5 min
Sample Papers
icse

ICSE sample paper class 9 Computer: Top questions for free

ICSE sample paper class 9

Trushna Tejwani3 Jun5 min
Solved Programs
icse

An easy Pronic Number Program

import java.io.*; class pronic //the product of consecutive integers e.g., 72, 110 { public static void main()throws IOException { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out .println("Enter a number"); int num=Integer.parseInt(br.readLine()); i

Trushna Tejwani2 Jun5 min
Sample Papers
icse

ICSE sample paper class 9 Computer: Top questions for free

ICSE sample paper class 9

Trushna Tejwani1 Jun5 min
Practice Tests
icse

ICSE class ix computer practice test 4

1 1 2 1 2 3 1 2 3 4 1 2 3 4 5

Trushna Tejwani31 May5 min
Practice Tests
icse

ICSE class ix computer practice test 3

1.Convert the following code from if….else to switch …case if(val==50) System.out.println(“Fifty”); else if(val==20) System.out.println(“twenty”); else System.out.println(“Enter a valid number”);

Trushna Tejwani31 May5 min
Practice Tests
icse

ICSE class IX computer practice Test 2: Top Questions for free

Question 1 A cloth showroom has announced the following festival discounts on the purchase of items, based on the total cost of items purchased

Trushna Tejwani31 May5 min
Practice Tests
icse

Practice Test 1 class IX

Trushna Tejwani31 May5 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

A simple program to use variable & Datatype

https://wordpress-343193-1101484.cloudwaysapps.com/data-type

Trushna Tejwani29 May5 min
Solved Programs
icse

Factorial of a number :Unleashed

For factorial of a number recursive program click the given link.

Trushna Tejwani28 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
isc

Factorial of a number (Recursive Function)

To learn more about how to make a program in java watch this video https://youtu.be/TRm9r4gFTho

Trushna Tejwani26 May5 min
Solved Programs
isc

An easy Program: Transpose of a Matrix

To learn about how to take input in java watch the given video. https://youtu.be/QZKcULOC4lg

Trushna Tejwani25 May5 min
Tutorials
icse

Data input using scanner class

Trushna Tejwani23 May5 min
Tutorials
icse

Basic Java Definitions part 2

Compiler :A software which converts high level language code in to machine level language(binary code). It complies the instructions at once and lists all the errors.

Trushna Tejwani23 May5 min
Solved Programs
isc

A Simple program: Sum of Boundary elements of a Matrix

Write a program to accept a matrix of any size from the user an print the sum of the boundary elements of the matrix.

Trushna Tejwani22 May5 min
Solved Programs
isc

A super Anticlockwise Circular Matrix program

import java.util.*; class AnticlockMatrix { public static void main(String args[]) { Scanner sc = new Scanner(System.in); System.out.print("Enter the size of the matrix: "); int n = sc.nextInt(); int A[][] = new int[n][n]; int k=n*n, c1=0, c2=n-1, r1=

Trushna Tejwani21 May5 min
Solved Programs
isc

An excellent String program to count words start and end with a vowel

import java.io.*; public class VowelWord { String str="",str2="",s="",st=""; int len,count=0; String arr[]; void input()throws IOException { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.println("enter the string in upper case

Trushna Tejwani20 May5 min
Solved Programs
icse

An essential Julian Day Program

watch basic java videos herewww.youtube.com/user/trushntej

Trushna Tejwani19 May5 min
Solved Programs
isc

Count palindrome words in a sentence: Best program

Check some more java programs https://wordpress-343193-1101484.cloudwaysapps.com/julian-day-program

Trushna Tejwani18 May5 min
Tutorials
icse

Interesting Data input using Buffered Reader

Trushna Tejwani17 May5 min
Solved Programs
isc

An Excellent ISBN Number program ISC practical 2013 [Question 1]

import java.io.*; public class IsbnNumber { public static void main()throws IOException { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.println("Enter a no of 10 digits"); int num=Integer.parseInt(br.readLine()); int sum=0,rem;double rev;

Trushna Tejwani17 May5 min
Solved Programs
icse

A deadly Duck Number

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

Trushna Tejwani16 May5 min
Tutorials
icse

Data input in java part 1

Trushna Tejwani15 May5 min
Tutorials
icse

First project in Bluej

Trushna Tejwani14 May5 min
Tutorials
icse

BlueJ Installation

Trushna Tejwani13 May5 min
Tutorials
icse

Important Definitions in java

Program: A set of instructions given to the computer for performing a particular task is called a program.

Trushna Tejwani13 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
Solved Programs
isc

String Program(Convert to palindrome words)

Write a program to accept a sentence and convert all the words in to palindrome words,the words that are already palindrome will remain same. Palindrome words are spelled same from both sides. Mom, dad, Malayalam are few examples of palindrome words.

Trushna Tejwani5 May5 min
Tutorials
isc

Recursion

Recursion is a programming technique where a function calls itself again and again.Base case: Every recursive function uses a condition to terminate. It is known as base case. As soon as the condition for base case is true the control terminates the function otherwise, it keeps calling the function

Trushna Tejwani4 May5 min
Tutorials
icse

A Sneak peek into : Basics of Programming

Basics of programming : Programs are the block of codes or set of instructions that is given to the computer to perform a particular task. Programming is the process of writing a computer program. Programming language is a set of commands and syntax used to create a computer program. A Programmer

Trushna Tejwani3 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
Tutorials
icse

Conditional Constructs in JAVA

if condition, if...else, if...elseif, if...elseif ladder, switch ...case

Trushna Tejwani21 Apr5 min
Solved Programs
isc

Double Dimensional Array(Matrix) Program I (Maximum minimum element, sum, average)

Trushna Tejwani16 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
Tutorials
icse

An Exclusive Data Input methods in JAVA

Hard Coded Values:- The values are stored in a variable and used later.

Trushna Tejwani13 Apr5 min
Tutorials
isc

Boolean Algebra for ISC: Learn Effectively

Minterm Minterm is a product of all the literals (in either complement or without complement form). Example if we have two boolean variables X and Y then X.(~Y) is a minterm. we can express complement ~Y as Y’ so, the above minterm can be expressed as XY’ So, if we have two variables then th

Trushna Tejwani12 Apr5 min
Solved Programs
isc

Lottery Program

The lottery program involves generating random numbers, comparing digits, and using Boolean operators. Suppose you want to develop a program to play lottery. The program randomly generates a lottery of a two-digit number, prompts the user to enter a two-digit number, and determines whether the user

Trushna Tejwani11 Apr5 min
Solved Programs
isc

Interface program

Write a java program to find the details of the students eligible to enroll for the examination ( Students, Department combinedly give the eligibility criteria for the enrollement class) using interfaces.

Trushna Tejwani10 Apr5 min
Solved Programs
isc

MCQ result program

Write a program that will grade multiple-choice tests. Assume there are eight students and ten questions, and the answers are stored in a two dimensional array. Each row records a student’s answers to the questions, as shown in the following array. Students’ Answers to the Questions: 0 1 2 3 4 5 6 7

Trushna Tejwani9 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

Unbelievable : Loops in java (for, while, do...while)

There are three loops in java. For loop:- The syntax of the for loop is given below for(initialization; condition ; iteration) { Java commands } Here initialization is to initialize a counter variable.it can be any numeric or character data type depending on the requirement of the program.

Trushna Tejwani7 Apr5 min
Solved Programs
isc

Inheritance Abstract class program

Write a java program that implements educational hierarchy using inheritance. In this program abstract class is used. An abstract class can't be instantiated(you can't create an object of these classes). An abstract class is a class which has at least one abstract method. An abstract method can't ha

Trushna Tejwani6 Apr5 min
Solved Programs
isc

Robot(Inheritance of interfaces): an easy program

Create an abstract class Robot that has the concretre subclasses ,RobotA, RobotB, RobotC. Class RobotA1 extends RobotA, RobotB1 extends RobotB and RobotC1 extends RobotC. There is interface Motion that declares 3 methods forward(), reverse() and stop(), implemented by RobotB and RobotC. Sound interf

Trushna Tejwani5 Apr5 min
Solved Programs
isc

Interface program: An Exquisite program

Interface Luminious Object has two method lightOn() and lightOff(). There is one class Solid extended by 2 classes Cube and Cone. There is one class LuminiousCone extends Cone and implements Luminoius Interface. LumminuiousCube extends Cube and implements Luminious Interface. Create a object of Lumi

Trushna Tejwani4 Apr5 min
Solved Programs
isc

Inheritance of Interface: An upbeat program

Interface P is extended by P1 and P2 interfaces. Interface P12 extends both P1 and P2.Each interface declares one method and one constant.

Trushna Tejwani3 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
isc

Abstract class program

Write a java program to create an abstract class named Shape that contains two integers and an empty method named printArea(). Provide three classes named Rectangle, Triangle and Circle such that each one of the classes extends the class Shape. Each one of the classes contain only the method printAr

Trushna Tejwani1 Apr5 min
Solved Programs
isc

Java Project ATM Machine

java project atm machineUse the Account class created to simulate an ATM machine. Create 10 accounts with id AC001…..AC010 with initial balance 300₹. The system prompts the users to enter an id. If the id is entered incorrectly, ask the user to enter a correct id. Once an id is accepted, display me

Trushna Tejwani31 Mar5 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
Board Papers
isc

ISC COMPUTER SCIENCE PAPER 1 2020 : The best way to revise

Trushna Tejwani24 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
isc

Sum of left diagonal and right diagonal

Write a program to accept a two dimensional array(Square matrix) and calculate the sum of left and right diagonals.

Trushna Tejwani22 Feb5 min
Solved Programs
isc

Happy Number

Write a program to accept a number and check whether it is a happy number or not.

Trushna Tejwani20 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
Sample Papers
icse

ICSE sample paper class 9 Computer: Top questions for free

ICSE sample paper class 9

Trushna Tejwani8 Feb5 min
Practical Papers
isc

ISC COMPUTER PRACTICAL PAPER 2020

Trushna Tejwani7 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
Sample Papers
isc

ISC sample paper 9

Trushna Tejwani1 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
isc

Armstrong Number with Recursion

Write a program to find the given number is Armstrong number or not with the help of a recursive function.

Trushna Tejwani30 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
Solved Programs
icse

Loss percentage calculation program

Write a program to input cost price and selling price and calculate the loss percentage and print.

Trushna Tejwani27 Jan5 min
Solved Programs
icse

Calculate the Net bill program

Write a program to accept the total cost from the user. Calculate the discount and Net bill according the given rates. Print the details of the user.

Trushna Tejwani26 Jan5 min
Solved Programs
icse

Calculate the courier charges

Write a program to accept the weight of the parcel and calculate the bill according the given price slabs.

Trushna Tejwani25 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

Electricity Bill program

Write a program to input the number of units consumed. Calculate the Electricity bill according the given rates.

Trushna Tejwani19 Jan5 min
Solved Programs
icse

Series part 1

1. import java.io.*; class series1 { public static void main() { double num=0.5; System.out.print(num); for(int i=0;i<7;i++) { num+=5*Math.pow(10,i); System.out.print(", "+num); } } } o/p 0.5, 5.5, 55.5, 555.5, 5555.5, 55555.5, 555555.5, 5555555.5

Trushna Tejwani18 Jan5 min
Solved Programs
icse

Swapping numbers program

Write a program to swap two numbers using a temporary variable.

Trushna Tejwani17 Jan5 min
Sample Papers
isc

ISC class XI sample paper 5

Trushna Tejwani16 Jan5 min
Solved Programs
isc

Evil number

Write a program to check whether the given number is Evil Number or not in Java A number is said to be an Evil number if and only if the binary equivalent of the number is having an even number of 1’s. The entered number must be a whole number.

Trushna Tejwani15 Jan5 min
Practical Papers
isc

ISC Practical sample paper 3: The best way to learn

ISC practical sample paperThe total time to be spent on the Planning session and Examination session is Three hours. Planning session: 90minutes Examination session: 90 minutes Note: Candidates are to bepermitted to proceed to the Examination Session only after the 90 minutes of the Planning Session

Trushna Tejwani14 Jan5 min
Solved Programs
icse

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

A

Trushna Tejwani13 Jan5 min
Solved Programs
isc

Wondrous square program: ISC practical 2005 program

17 24 1 8 15

Trushna Tejwani12 Jan5 min
Practice Tests
isc

ISC class XI practice paper 3

Q 1. The National college of Journalism is offering courses in three different categories of journalism, which are the print, the web and the broadcasting media.

Trushna Tejwani11 Jan5 min
Practical Papers
icse

ICSE computer practical sample paper 2

Example 1:

Trushna Tejwani10 Jan5 min
Solved Programs
isc

Unique number program

A unique-digit integer is a positive integer (without leading zeros) with no duplicate digits. For example 7, 135, 214 are all unique-digit integers whereas 33, 3121, 300 are not.

Trushna Tejwani9 Jan5 min
Solved Programs
icse

Solved Programs (class 9-Beginner Level)

import java.io.*; class salary { public static void main() throws IOException { BufferedReaderbr=new BufferedReader(new InputStreamReader(System.in)); System.out.println("Enter your salary"); double basic_salary=Double.parseDouble(br.readLine()); String nam

Trushna Tejwani8 Jan5 min
Sample Papers
isc

ISC sample paper class xi: Important questions

Trushna Tejwani7 Jan5 min
Practical Papers
isc

ISC Practical sample paper 2 : The best way to learn

The total time to be spent on the Planning session and Examination session is Three hours. Planning session: 90 minutes Examination session: 90 minutes Note: Candidates are to be permitted to proceed to the Examination Session only after the 90 minutes of the Planning Session are over.

Trushna Tejwani6 Jan5 min
Solved Programs
icse

Pattern programs in java part 3: Learning made easy

*

Trushna Tejwani5 Jan5 min
Practical Papers
isc

ISC practical sample paper 1 for class XI : The best way to learn

isc practical sample paperThe total time to be spent on the Planning and the Examination Session is Three hours.

Trushna Tejwani4 Jan5 min
Solved Programs
icse

Pattern programs in java part 2 : Learning made easy

11111

Trushna Tejwani3 Jan5 min
Sample Papers
isc

ISC class XI sample paper 3

Trushna Tejwani2 Jan5 min
Solved Programs
icse

Pattern programs in java part 1: Simple loop programs

111

Trushna Tejwani1 Jan5 min
Practice Tests
isc

ISC class XI Practice Test 2: Interesting way to learn

ISC class xi computer science practice test

Trushna Tejwani1 Jan5 min
Sample Papers
isc

ISC class XI sample paper 2

Trushna Tejwani31 Dec5 min
Sample Papers
isc

ISC class XI sample paper 1

Trushna Tejwani30 Dec5 min
Practical Papers
isc

ISC Practical paper 2019

Trushna Tejwani29 Dec5 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
isc

An easy Caesar Cipher ISC Practical 2017 Program 3

Write a program to accept a plain text of length L, where L must be greater than 3 and less than 100. Encrypt the text if valid as per the Caesar Cipher. Test your program with the sample data and some random data: Example 1 INPUT : Hello! How are you?OUTPUT: Uryyb? Ubj ner lbh? Example

Trushna Tejwani27 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
isc

ISC sample paper class XI

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
isc

ISC COMPUTER SCIENCE SAMPLE PAPER 8

Standard: XII Subject: Computer

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
Board Papers
isc

A resourceful ISC computer science paper-1(theory-2019)

Trushna Tejwani10 Mar5 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
Tutorials
icse

A masterful ICSE computer application tutorial part-2 (Tokens in java)

for more java programshttps://wordpress-343193-1101484.cloudwaysapps.com/array

Trushna Tejwani26 Jun5 min
Tutorials
icse

OOPS concept : ICSE Computer Application Tutorial part-1 Learning made easy

JAVA is an object oriented language. It has four main object oriented concepts. They are as follows.

Trushna Tejwani24 May5 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
Sample Papers
isc

ISC sample paper-7 computer science: 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
Practical Papers
isc

ISC Practical sample paper-2 class 12 : The best way to learn

ISC practical sample paper

Trushna Tejwani25 Sept5 min
Practical Papers
isc

ISC practical sample paper-1 class 12: The best way to learn

ISC practical sample paperThe total time to be spent on the Planning and the Examination Session is Three hours.After completing the Planning Session, the candidate may begin with the Examination Session. A maximum of 90 minutes is permitted to begin the Examination Session.However, if candidates fi

Trushna Tejwani25 Sept5 min
Practice Tests
icse

ICSE class IX computer practice Test 5 : Top Questions for free

Section A

Trushna Tejwani25 Sept5 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
Practice Tests
isc

ISC Practice test - 6 class 12: Important Questions

ISC practice test

Trushna Tejwani24 Sept5 min
Practice Tests
isc

ISC Practice test - 5 class 12: Important Questions

1. What is inheritance? [2]2. Convert the following infix expression to its postfix form. b*[(a/d) – (c * (e-f))] [2]3. Explain the use of keyword “implements”, define interface. [2]4. What is an abstract class? [2]

Trushna Tejwani24 Sept5 min
Practice Tests
isc

ISC Practice test - 4 class 12: Important Questions

PART I

Trushna Tejwani24 Sept5 min
Practice Tests
isc

ISC Practice test - 3 class 12: Important Questions

ISC practice test

Trushna Tejwani24 Sept5 min
Practice Tests
isc

ISC Practice test - 2 class 12: Important Questions

Question 1Draw a truth table with a three input combination which outputs 1 if there are odd number of 0’s. Also derive an SOP expression using Karnaugh map. [5]

Trushna Tejwani24 Sept5 min
Practice Tests
isc

ISC Practice test - 1 class 12: Important Questions

Question 1                                              [10 marks](a) Calculate the dual of the following. [2]X’.(Y+Z)=(X.Y)+(X.Z)(b) Find the compliment of F(a,b)=ab'+a'b [2](c) Write the product of sum of the Boolean function, F(A,B,C) whose output is 0 only when,A=1,B=0,C=0 [2]A=0,B=1,C=0A=0,B=0,

Trushna Tejwani24 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
isc

ISC sample paper 6: An easy computer science sample paper 6

Trushna Tejwani24 Sept5 min
Sample Papers
isc

An easy ISC computer science sample paper-5

Trushna Tejwani23 Jul5 min
Sample Papers
isc

A powerful ISC computer science sample paper-4

Answer all questions in Part I (compulsory) and seven questions from Part-II, choosing three questions from Section-A, two from Section-B and two from Section-C.

Trushna Tejwani23 Jul5 min
Sample Papers
isc

An Ideal ISC computer science sample paper-3

ISC sample paper      Answer all questions in Part I (compulsory) and seven questions from Part-II, choosing three questions from Section-A, two from Section-B and two from Section-C.

Trushna Tejwani23 Jul5 min
Sample Papers
isc

An inspirational ISC computer science sample paper-2

Trushna Tejwani23 Jul5 min
Sample Papers
isc

Free ISC computer science sample paper-1

Trushna Tejwani23 Jul5 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