मराठी

(English Medium) ICSE Class 10 - CISCE Question Bank Solutions for Computer Applications

Advertisements
[object Object]
[object Object]
विषय
मुख्य विषय
अध्याय
Advertisements
Advertisements
Computer Applications
< prev  81 to 100 of 259  next > 

What value will Math.sqrt (Math.ceil (15.3)) return?

[0.010700000000000001] Mathematical Library Methods
Chapter: [0.010700000000000001] Mathematical Library Methods
Concept: undefined > undefined

The absence of which statement leads to fall through situation in switch case statement?

[0.0108] Conditional Statements in Java
Chapter: [0.0108] Conditional Statements in Java
Concept: undefined > undefined

Advertisements

Write a method prototype name check() which takes an integer argument and returns a char:

[0.05] User - Defined Method
Chapter: [0.05] User - Defined Method
Concept: undefined > undefined

The number of values that a method can return is ______.

[0.05] User - Defined Method
Chapter: [0.05] User - Defined Method
Concept: undefined > undefined

The code obtained after compilation is known as ______.

[0.0104] Operators in Java
Chapter: [0.0104] Operators in Java
Concept: undefined > undefined

Consider the following program segment and select the output of the same when n = 10:

switch(n)
{Case 10: System.out.println(0*2);
case 4: System.out.println(n*4); break;
default : Syslem.out.println(n);
}
[0.0108] Conditional Statements in Java
Chapter: [0.0108] Conditional Statements in Java
Concept: undefined > undefined

A method which does not modify the value of variables is termed as ______.

[0.05] User - Defined Method
Chapter: [0.05] User - Defined Method
Concept: undefined > undefined

Write the Java expression for (a + b)x.

[0.0104] Operators in Java
Chapter: [0.0104] Operators in Java
Concept: undefined > undefined

Evaluate the expression when the value of x = 4;
x* = - - x + x + + + x

[0.0104] Operators in Java
Chapter: [0.0104] Operators in Java
Concept: undefined > undefined

Convert the following do...while loop to for loop:

int x = - 10;
do

{x - -;
System.out.print(x);
}while(r >= 1);
[0.011000000000000001] Nested Loop
Chapter: [0.011000000000000001] Nested Loop
Concept: undefined > undefined

Rewrite the following code using the if-else statement:

int m = 400;
double cl). = (m>300) ? (m/10.0) * 2; (m/20.0) - 2;
[0.0108] Conditional Statements in Java
Chapter: [0.0108] Conditional Statements in Java
Concept: undefined > undefined

Give the output of the following program segment:

int n = 4279; int d;
while(n>0)
(d=n%10;
System.out.println(d);
n=n/100;
}
[0.0108] Conditional Statements in Java
Chapter: [0.0108] Conditional Statements in Java
Concept: undefined > undefined

Name the following:

The method which has same name as that of the class name.

[0.07] Constructors
Chapter: [0.07] Constructors
Concept: undefined > undefined

The access specifier that gives least accessibility is ______.

[0.08] Encapsulation
Chapter: [0.08] Encapsulation
Concept: undefined > undefined

What is the output of Math.ceil(5.4) + Math.ceil(4.5)?

[0.010700000000000001] Mathematical Library Methods
Chapter: [0.010700000000000001] Mathematical Library Methods
Concept: undefined > undefined

The extension of a Java source code file is ______.

[0.0105] Introduction to Java
Chapter: [0.0105] Introduction to Java
Concept: undefined > undefined

Which of the following data type cannot be used with switch case construct?

[0.0108] Conditional Statements in Java
Chapter: [0.0108] Conditional Statements in Java
Concept: undefined > undefined

Which of the following mathematical methods returns only an integer?

[0.010700000000000001] Mathematical Library Methods
Chapter: [0.010700000000000001] Mathematical Library Methods
Concept: undefined > undefined

Define a class to overload the method perform as follows:

double perform (double r, double h) to calculate and return the value of Curved surface area of cone CSA π rl
l=r2+h2
void perform (int r, int c) Use NESTED FOR LOOP to generate the following format r = 4, c = 5 output -
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
void perform (int m, int n, char ch) to print the quotient of the division of m and n if ch is Q else print the remainder of the division of m and n if ch is R
[0.011000000000000001] Nested Loop
Chapter: [0.011000000000000001] Nested Loop
Concept: undefined > undefined

"Java compiled code (byte code) can run on all operating systems" - Name the feature.

[0.0105] Introduction to Java
Chapter: [0.0105] Introduction to Java
Concept: undefined > undefined
< prev  81 to 100 of 259  next > 
Advertisements
Advertisements
CISCE (English Medium) ICSE Class 10 Question Bank Solutions
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Biology
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Chemistry
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Commercial Applications
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Commercial Studies
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Computer Applications
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Economic Applications
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Economics
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 English 1 (English Language)
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 English 2 (Literature in English)
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Environmental Applications
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Environmental Science
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Geography
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Hindi
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 History and Civics
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Home Science
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Mathematics
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Physical Education
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Physics
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×
Our website is made possible by ad-free subscriptions or displaying online advertisements to our visitors.
If you don't like ads you can support us by buying an ad-free subscription or please consider supporting us by disabling your ad blocker. Thank you.