placeholder image to represent content

Class X _Computer Application

Quiz by Tamil selvi

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
33 questions
Show answers
  • Q1

    a.

    Question Image

    0

    1

    num

    0.0

    30s
  • Q2

    b.

    Question Image

    3

    2

    1

    0

    30s
  • Q3

    c.

    Question Image

    n>1

    n!=0

    n<1

    n<0

    30s
  • Q4

    d.

    Question Image

    3*3*3

    digit

    digitcube

    30s
  • Q5

    e.

    Question Image

    1

    n

    10

    30s
  • Q6

    f.

    Question Image

    num

    numOriginal

    digitcube

    30s
  • Q7

    Which one of the following does not execute even once?

    Question Image

    for(k=10; k>=1;k--); 

     for(k=55; k>=50;k--);

    for(k = 1; k>=100;k++);

    30s
  • Q8

    What are the two decision control statements in java?

    if and switch

    ternary and logical

    for and while

    30s
  • Q9

    An if statement within another if statement is termed as

    Question Image

    Nested

    Nested IF

    Nester for

    Nested while

    30s
  • Q10

    Repetitive execution of set of statements is termed as __________

    Question Image

    Assignment

    Decision making

    Looping

    30s
  • Q11

    h.The above program depicts which feature of Object Oriented Programming ?

    Question Image

    Data Abstracation

    Polymorphism

    Inheritance

    30s
  • Q12

    len, wd, ht in the above program are example of ?

    Question Image

    Actual Parameters

    Formal Parameters

    Informal Parameters

    30s
  • Q13

    Which Overloading/ Overriding is demonstrated from the above program ?

    Question Image

    Method overriding

    Constructor Overloading

    MEthod Overloading

    30s
  • Q14

    Which of the following is Exit Controlled Loop ?

    if

    while

    do while

    for

    30s
  • Q15

    Which of the following statement causes complete termination of the loop ?

    System.exit

    terminate

    break

    continue

    30s

Teachers give this quiz to your class