Practice Tests
Test your knowledge with interactive quizzes and practice tests across all subjects.
ISC MCQ practice paper
ISC MCQ
ICSE MCQ (fill in the blanks in a java program)
ICSE MCQ (Functions)
ISC MCQ
ICSE MCQ
ICSE MCQ
ISC MCQ Boolean algebra
ISC MCQ Computer Science- 3 marks questions
ICSE MCQ part 6
Practise paper for class IX
MCQ for ISC Computer science part 2
MCQ for ICSE computer application part 5
MCQ for ICSE computer application part 4
https://wordpress-343193-1101484.cloudwaysapps.com/mcq-for-icse-computer-part-2
MCQ for ICSE computer application part 3
ICSE class IX computer practice test 7
Q A. Fill in the blanks
ISC practice test class XI: Best questions
ISC practice test for class XI: Best questions
ICSE practice paper for class 9
ISC computer class XII practice test(contains important questions)
--------------------------------------------------------------------------------------------------------------------
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)
A beautiful ICSE class X practice Test
Attempt any two programs [2X10=20]
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.
ICSE class ix computer practice test 4
1 1 2 1 2 3 1 2 3 4 1 2 3 4 5
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”);
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
Practice Test 1 class IX
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.
ISC class XI Practice Test 2: Interesting way to learn
ISC class xi computer science practice test
ICSE Practice test 6 class X : Top Questions for free
ICSE Practice test
ICSE class IX computer practice Test 5 : Top Questions for free
Section A
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
ICSE Practice test 3 class X : Top Questions
Sample Input: 15390Sample output: Sum of digits=18 Define a class student having the following description
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
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]
ISC Practice test - 6 class 12: Important Questions
ISC practice test
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]
ISC Practice test - 4 class 12: Important Questions
PART I
ISC Practice test - 3 class 12: Important Questions
ISC practice test
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]
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,